New ResponseCancelCopy to Archive Copy to ArchiveMove to Archive Move to Archive


Document Library
Main Topic

Kurt Tomicich
2017/04/16



Reference
Subject:Redirected folders via Registry
Category:OS\ Server
Revision Date:2017/04/16 Modified: 2017/04/16
 
OriginatorReviewers
Kurt Tomicich
Ran into this at CDA. Even after removing GP Redirected Folders, there was funkiness and finally figured out that there were registry keys in place that were still forcing RF

This REG file cleans them all up:
Windows Registry Editor Version 5.00

[HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders]
"Personal"="%USERPROFILE%\Documents"
"Desktop"="%USERPROFILE%\Desktop"
"Favorites"="%USERPROFILE%\Favorites"
"Cache"="%USERPROFILE%\AppData\Local\Microsoft\Windows\Temporary Internet Files"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders]
"Personal"="%USERPROFILE%\Documents"
"Desktop"="%USERPROFILE%\Desktop"
"Favorites"="%USERPROFILE%\Favorites"
"Cache"="%USERPROFILE%\AppData\Local\Microsoft\Windows\Temporary Internet Files"

[HKEY_CURRENT_USER\Environment]
"TEMP"="%USERPROFILE%\AppData\Local\Microsoft\WindowsApps"
"TMP"="%USERPROFILE%\AppData\Local\Microsoft\WindowsApps"

[HKEY_USERS\.DEFAULT\Environment]
"TEMP"="%USERPROFILE%\AppData\Local\Microsoft\WindowsApps"
"TMP"="%USERPROFILE%\AppData\Local\Microsoft\WindowsApps"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Environment]
"TEMP"="%SystemRoot%\TEMP"
"TMP"="%SystemRoot%\TEMP"

RdF Cleanup.regRdF Cleanup.reg




All Documents   By Author   By Category   By Alternate Name   Review Status   Help