XP SP1 1068

This is a discussion about XP SP1 1068 in the Everything Windows category; After installing do you get for testing purposes only sp1v. 1068?.

This topic was started by , . Last reply 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 in our website and join the conversation

You already have an account on our website? To log in, use the link provided below.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This subject has been archived. New comments and votes cannot be submitted.

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



"