Home  >  Article  >  System Tutorial  >  Why does Windows appear on my computer?

Why does Windows appear on my computer?

王林
王林forward
2024-01-25 12:36:13983browse

Why does Windows appear on my computer?

Why does Windows appear on my computer?

First, create a new text file and enter the following:

ON ERROR RESUME NEXT

Dim VOL_PROD_KEY

if Wscript.arguments.count

VOL_PROD_KEY=InputBox("Powered By .cnbeta.com"&vbCr&vbCr&" This program will automatically replace your current Windows serial number and be fully authentic through Microsoft verification. "&vbCr&vbCr&" serial number (OEM version is invalid, the 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!"

end if

if err 0 then

Wscript.echo "Replacement failed! The entered CD-KEY does not match the current version."

Err.Clear

end if

Next

Then save the above text as key.vbs and double-click to execute it. Pass XP verification

Haha, you can experience your genuine XP! ! ! If you want to install IE7, it is absolutely no problem to create a new text document. After saving the above program, click Save as key.vbs and a program icon will appear. Delete the new text document, double-click, ok

When the computer is turned on, it prompts that the WINDOS software is pirated and needs to be solved. How to solve it

When you use your computer recently, the system will prompt you that the Microsoft product you are using is pirated software, etc., and a small blue star will appear in the lower right corner~~This is because:

Since the United States will recently appeal against China on WTO intellectual property protection issues, Microsoft is collecting relevant evidence for the US government. The recent automatic update includes a program to detect pirated copies. For the sake of China’s interests, please do not turn on automatic updates. Already enabled, when prompted to install the genuine value-added plan, please do not install it! After installation, a blue five-pointed star symbol will appear in the lower right corner of the taskbar! ! ! This will be tracked and locked by Microsoft to provide evidence to the US government! ! !

If installed, solution:

Open the registry (Start----Run----Enter regedit)

Then open HKEY_LOCAL_MACHINE\SOFTWARE\microsoft\Windows NT\CurrentVersion\Winlogon\Notify\WgaLogon, delete it (WgaLogon), and then restart (must restart, otherwise the files on the C drive cannot be deleted), wgatray. exe will not start automatically. Delete wgaTray.exe in C:\windows\system 32 and search again. If there are any in other folders, delete them all. (The search method is Start---Search --All files and folders---For all files or part of the file name, write "wgaTray.exe" and click search. After searching, click the right mouse button to delete it), then restart again. Then enter the registry again HKEY_LOCAL_MACHINE\SOFTWARE\microsoft\Windows NT\CurrentVersion\Winlogon\Notify\WgaLogon, delete it (same as the first operation), and the problem is solved

How to solve the problem when it prompts that your Windows is a victim of pirated software as soon as the computer is turned on

"You may be a victim of Microsoft piracy" solution

You can delete it according to my method, no need to download anything, no need to worry about being poisoned again:

Open the registry. Enter REGEDIT when running to enter the registry

Then find HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\Notify\WgaLogon,

Delete WgaLogon and restart

wgatray.exe will not start automatically,

Find the drive where you installed the system, such as C drive: C\windows\system 32 and delete wgatray.exe.

Search again,

There are still files in other folders, delete them all, and finally it’s OK.

Remember not to update this stuff next time. That’s how

The above is the detailed content of Why does Windows appear on my computer?. For more information, please follow other related articles on the PHP Chinese website!

Statement:
This article is reproduced at:docexcel.net. If there is any infringement, please contact admin@php.cn delete