What should I do if the XP system often has piracy tips? XP system to close the piracy prompt setting method

  
"This copy of WIndows has not passed the genuine verification, you may be the victim of pirated software", the specific phenomenon is as follows:

Specific methods:
1, first Create a text file and enter the following information:
The code is as follows: ON ERROR RESUME NEXT Dim VOL_PROD_KEY if Wscript.arguments.count<1 then VOL_PROD_KEY=InputBox("Powered By www.jb51.net"&vbCr&vbCr& ;" This program will automatically replace your current Windows serial number, fully verified by Microsoft. "&vbCr&vbCr&" serial number (OEM version is invalid, default version is XP VLK): "," Windows XP serial number automatic changer ","MRX3F-47B9T-2487J-KWKMF-RPWBY") if VOL_PROD_KEY="" then Wscript.quit end if else VOL_PROD_KEY = Wscript.arguments.Item(0) end if VOL_PROD_KEY = Replace(VOL_PROD_KEY,"-","") 'remove hyphens if any for each Obj in GetObject("winmgmts: {impersonationLevel=impersonate}").InstancesOf ("win32_WindowsProductActivation") result = Obj.SetProductKey (VOL_PROD_KEY) if err = 0 then Wscript.echo "OK! Go to Microsoft to verify it!" end if if err <> ; 0 then Wscript.echo " Replace failed! The entered CD-KEY does not match the current version. " Err.Clear end if Next
2, click to save the file;
3, open the “Tools”——“Folder Options”——“ ”, remove the hook of the file name of the known file type, and then modify the name of the text file, and change the name to “ld.;key.vbs” double-click to run OK~~
Note: The default format of the text file is <;XXXX.TXT” When we change the name, remove the following <TXT” and directly enter “key.vbs” just fine.
The above is the introduction of all the contents of the XP system to close the piracy prompt setting method. Through the simple operation of the above steps, we can easily remove the piracy prompt of the WinXP system.
Copyright © Windows knowledge All Rights Reserved