Link to home
Start Free TrialLog in
Avatar of EDStech
EDStech

asked on

Turning off Desktop cleanup wizard.

I'm using Sysprep to deploy a Windows XP image.

Using the CleanUpWiz registry key, I can disable the desktop icon cleanup wizard... but when I run Sysprep, it resets it back to enabled.

I need a method of turning the stupid wizard crap off once and for all.  This method must work with Sysprep.

Thanks.
Avatar of CowboyJeeper
CowboyJeeper
Flag of United States of America image

Here is kind of a cheap way to do it.

Export the CleanUpWiz registry key as you want it (Disabled)

Place the export in the \all users\startup folder

create a batch file that deletes the registry exported file and itself and place this in the \all users\startup folder

Run sysprep

When the system boots for the first time after you have imaged it will run your export and put it into the registry then it will run the batch file and delete the export and itself from the startup folder.
ASKER CERTIFIED SOLUTION
Avatar of rakxzo
rakxzo

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Stephen Croft
is sysprep the one that creates the automated.bat and .txt?

argh its too late im too tierd

if it is then theres an easy way,

create a registry output of the settings to do with the desktop cleanup

under advanced...runonce, add the registry file

all you need to do is leave the cd with the .reg on it in the drive or whatever, and point it to that

hope im to too tierd to get it right,

djx
Avatar of EDStech
EDStech

ASKER

Perfect!  I've configured the image extensively through gpedit, but I never noticed the DCW was accessable through that.

Thanks for the info, all.
Glad I was able to help...