View Single Post
  #3  
Old 29th Dec 02, 11:02 PM
richardc2000 richardc2000 is offline
Retired
 
Join Date: Jul 2001
Location: vancouver
Posts: 803
richardc2000 is on a distinguished road
Trying cutting and pasting this in notepad
rename it "whateveryouwant.bat"

--------------------------------------------------------------------------------
@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