Remove Roaming Folder from Roaming Profile

Find Tips and tricks on how to better use the Zeus IDE. Feel free to post your own tips but please do not post bug reports, feature requests or questions here.
Post Reply
jussij
Site Admin
Posts: 2650
Joined: Fri Aug 13, 2004 5:10 pm

Remove Roaming Folder from Roaming Profile

Post by jussij »

1. Start regedit and go to this key:

Code: Select all

HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Winlogon
2. Edit the ExcludeProfileDirs key

3. Add AppData\Roaming and any other folders to the value.

As an example this value will exclude several folders from that profile:

Code: Select all

AppData\Local;AppData\LocalLow;AppData\Roaming;$Recycle.Bin;.nuget;.dnx;.eclipse;.kre;.m2;.vscode
Post Reply