Friday, January 13, 2023

How to Spike CPU to 100% in Windows

1)     Open Notepad

2)    Type below commands and save the file as loop.vbs

While True

Wend

3)    Now run that vbs file 4 times to reach 100 % CPU usage.

4)    Once done, kill the script process in task manager.


No comments:

Post a Comment

How to troubleshoot window updates and OS related issues.

The article here addresses the issue how to get rid of a specific KB (Update) and shows some more DISM commands to fix broken Windows online...