View Single Post
  #2  
Old 1st Aug 02, 07:43 AM
kernel's Avatar
kernel kernel is offline
Member
 
Join Date: Jul 2001
Posts: 91
kernel
no, if you want to delete this info from your dekstop just create a .bat file with this statements und run it


@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



have a nice day
kernel
Reply With Quote