View Single Post
  #4  
Old 30th Dec 02, 12:21 AM
Spaceboy Spaceboy is offline
New Member
 
Join Date: Dec 2002
Posts: 3
Spaceboy
Quote:
Originally posted by richardc2000@Dec 29 2002, 06:02 PM
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

================================================== ================
Nope. That scripts for XP. Doesn't work for .net because the second registry key doesn't exist in net server.
Reply With Quote