XP SP1 1068

After installing do you get for testing purposes only sp1v. 1068?.

This topic was started by ,


data/avatar/default/avatar01.webp

115 Posts
Location -
Joined 2002-01-20
After installing do you get "for testing purposes only sp1v.1068"?

Participate on our website and join the conversation

You have already an account on our website? Use the link below to login.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This topic is archived. New comments cannot be posted and votes cannot be cast.

Responses to this topic


data/avatar/default/avatar01.webp

115 Posts
Location -
Joined 2002-01-20
OP
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



"