Sysprep turns System Restore back on WHY?

  • Thread starter Thread starter mendes9
  • Start date Start date
M

mendes9

Hello, on my XP image, I turn off system restore but after the pc is
imaged and sysprep runs, it turns on System Restore. On my image, I
have turned off System Restore, and we are using a local group policy,
and I have turned it off there also, but everytime after sysprep runs
when setting up a new pc, system restore comes back on ... anyone know
why?
 
mendes9 said:
Hello, on my XP image, I turn off system restore but after the pc is
imaged and sysprep runs, it turns on System Restore. On my image, I
have turned off System Restore, and we are using a local group policy,
and I have turned it off there also, but everytime after sysprep runs
when setting up a new pc, system restore comes back on ... anyone know
why?

Yes, I have noticed the same annoying behavior. I suspect it's a bug in
Sysprep, but haven't pursued it because I came up with a workaround.

Try putting the following command in the [GuiRunOnce] section of your
sysprep.inf file:

wmic /namespace:\\root\default path SystemRestore call Disable
%SystemDrive%\

(all on one line)

Let me know if this works for you.
 
Make your changes to System Restore using the GUI, then duplicate registry
values in the following key:
HKLM\Software\Microsoft\Windows NT\CurrentVersion\SystemRestore

To here and this will now become the defaults for System Restore after you
have resealed the system.

HKLM\Software\Microsoft\Windows NT\CurrentVersion\SystemRestore\CFG

Hawkens
 
Hi,

I am facing the same problem.

Did you figure out how to prevent sysprep to start up the system
restore automatically?

Please let me know.

Thanks

Uday Hegde
University of Toledo
College of Engineering
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top