Q. How can I disable all user's Desktop Cleanup Wizard by adding a line to the logon script?

Jerold Schulman

September 20, 2006

1 Min Read
ITPro Today logo in a gray background | ITPro Today

Using REG.EXE, built into Windows XP, Windows Server 2003, and later operating systems, or installed from the Windows 2000 Support Tools, add the following line to the logon script:

REG ADD HKCUSoftwareMicrosoftWindowsCurrentVersionExplorerDesktopCleanupWiz /V NoRun /T REG_DWORD /F /D 1


Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like