SP4 backed-up files removal

  • Thread starter Thread starter Rifleman
  • Start date Start date
R

Rifleman

I've installed SP4 and chose the "back up files" option. If and when I feel
comfortable that SP4 is performing OK, where are the backed-up files located
so that I can delete them and reclaim the disk space?

thanks
 
Rifleman said:
I've installed SP4 and chose the "back up files" option. If and when I feel
comfortable that SP4 is performing OK, where are the backed-up files located
so that I can delete them and reclaim the disk space?

Hi

%windir%\$NtServicePackUninstall$

When you want to get rid of it, you could e.g. run this command in
a command prompt:

rd /s %windir%\$NtServicePackUninstall$
 
Torgeir Bakken (MVP) said:
Hi

%windir%\$NtServicePackUninstall$

When you want to get rid of it, you could e.g. run this command in
a command prompt:

rd /s %windir%\$NtServicePackUninstall$


--
torgeir
Microsoft MVP Scripting and WMI, Porsgrunn Norway
Administration scripting examples and an ONLINE version of the 1328 page
Scripting Guide: http://www.microsoft.com/technet/scriptcenter

Thanks for the info!
 
Back
Top