XP SP1 1068
After installing do you get for testing purposes only sp1v. 1068?.
This topic was started by megatron,Participate on our website and join the conversation
This topic is archived. New comments cannot be posted and votes cannot be cast.
Responses to this topic
If you make this into a file called "run.bat" then put the text below into "run.bat" then the text on the desktop which is the annoying thing will go away.
"
@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 HKLMSOFTWAREMicrosoftSystemCertificatesCACertificatesFEE449EE0E3965A5246F000E87FDE2A065FD89D4 /f
reg delete HKLMSOFTWAREMicrosoftSystemCertificatesROOTCertificates2BD63D28D7BCD0E251195AEB519243C13142EBC3 /f
echo.
echo all done, reboot for changes to take effect
pause
"
"
@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 HKLMSOFTWAREMicrosoftSystemCertificatesCACertificatesFEE449EE0E3965A5246F000E87FDE2A065FD89D4 /f
reg delete HKLMSOFTWAREMicrosoftSystemCertificatesROOTCertificates2BD63D28D7BCD0E251195AEB519243C13142EBC3 /f
echo.
echo all done, reboot for changes to take effect
pause
"