This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Windows Exclusions for User Folders

Hi,

I've been looking for a solid answer on how to do this and everything I'm finding seems like it isn't possible. I have a vendor application that has a requirement to exclude the following path:

"C:\Users\<Windows USER_ID> \AppData\Roaming\Nuance\"

Since building this exclusion for every single user we have is just out of the question. Is there away to setup an exclusion variable for that path that will work?

Thanks,

NICK



This thread was automatically locked due to age.
Parents
  • VariableWindows 7 or later, Windows Server 2008 or laterWindows Server 2003, Windows XP, Windows Vista
    %allusersprofile%\ C:\ProgramData\ C:\Documents and Settings\All Users\
    %appdata%\ C:\Users\*\AppData\Roaming\

    Note: Does not work for on-access scanning.
    C:\Documents and Settings\*\Application Data\

    Note: Does not work for on-access scanning.
    %commonprogramfiles%\  C:\Program Files\Common Files\ C:\Program Files\Common Files\
    %commonprogramfiles(x86)%\ C:\Program Files (x86)\Common Files\ C:\Program Files (x86)\Common Files\
    %localappdata%\ C:\Users\*\AppData\Local\

    Note: Does not work for on-access scanning.
    C:\Documents and Settings\*\Local Settings\Application Data\

    Note: Does not work for on-access scanning.
    %programdata%\ C:\ProgramData\ C:\Documents and Settings\All Users\Application Data\
    %programfiles%\ C:\Program Files\ C:\Program Files\
    %programfiles(x86)%\ C:\Program Files (x86)\ C:\Program Files (x86)\
    %systemdrive%\ C: C:
    %systemroot%\ C:\Windows\ C:\Windows\
    %temp%\ or %tmp%\ C:\Users\*\AppData\Local\Temp\

    Note: Does not work for on-access scanning.
    C:\Documents and Settings\*\Local Settings\Temp\

    Note: Does not work for on-access scanning.
    %userprofile%\ C:\Users\*\

    Note: Does not work for on-access scanning.
    C:\Documents and Settings\*\

    Note: Does not work for on-access scanning.
    %windir%\ C:\Windows\ C:\Windows\

    From KBA - 123467

    I hope it helps.

  • It looks like I am going to need to update our software for this to work, but this is what I was looking for.

Reply Children
No Data