To Install IsItMe onto your Windows Device,
- Download the Zip File and extract it on your device.
- Open the Extracted Folder and drag the IsItMe.exe file into the Startup Folder in the same directory.
IsItMe will now run whenever the Computer is turned on after shutdown or restart.
If you wish to run it automatically whenever the computer is turned on after sleep or hibernation,
- Go into the folder and click on the address bar at the top of the window

- Copy the address using
Ctrl + Cor Right Click and Press Copy - Open PowerShell as an Administrator

- Type
cdand then pressCtrl + Vor Right Click to Paste the Address and pressEnter - Copy and paste the commands mentioned one by one below\
$originalPolicy = Get-ExecutionPolicy\Set-ExecutionPolicy RemoteSigned
PowerShell will display a message. PressYandEnter\.\runOnWake.ps1
Powershell should display a success message.\Set-ExecutionPolicy $originalPolicy
PowerShell will display a message. PressYandEnter
Now IsItMe will run even when the computer is woken up from sleep or hibernation.
