Fake Windows Update
This example opens a fake Windows Update screen on the target computer. It’s a harmless prank that can confuse users into thinking their system is updating.
This script will only work on a windows computer with internet access.
LOCALE USsets the keyboard layout to US English. Adjust this command if your target system uses a different layout.GUI ropens the Run dialog on Windows (Win + R).STRING https://fakeupdate.net/win10ue/types the URL for the fake update page.ENTERpresses Enter to launch the URL in the default web browser.F11switches the browser to full-screen mode. (PressF11again to exit full-screen.)
LOCALE USDEFAULTDELAY 200GUI rSTRING https://fakeupdate.net/win10ue/ENTERDELAY 1000F11