View Single Post
  #2  
Old 23rd Dec 03, 06:58 PM
richardc2000 richardc2000 is offline
Retired
 
Join Date: Jul 2001
Location: vancouver
Posts: 803
richardc2000 is on a distinguished road
You shouldn't need one for the latest SP2
for earlier versions - cut and paste between the lines to make bat file
-------------------------------------------------

@echo off
echo Remove sp1 build no from desktop (xpsp1) by wet paper bag (and bophoe)
echo.
echo this will remove "Testing purposes only" and build no from your desktop
pause
echo.
reg delete HKLM\SOFTWARE\Microsoft\SystemCertificates\CA\Cert ificates\FEE449EE0E3965A5246F000E87FDE2A065FD89D4 /f
reg delete HKLM\SOFTWARE\Microsoft\SystemCertificates\ROOT\Ce rtificates\2BD63D28D7BCD0E251195AEB519243C13142EBC 3 /f
echo.
echo all done, reboot for changes to take effect
pause

--------------------------------------------------------------------
Reply With Quote