Skip to content

A program that requires you to perform a basic task to verify whether it is you using the computer

License

Notifications You must be signed in to change notification settings

foglomon/IsItMe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

ISITME

To Install IsItMe onto your Windows Device,

  1. Download the Zip File and extract it on your device.
  2. 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,

  1. Go into the folder and click on the address bar at the top of the window image
  2. Copy the address using Ctrl + C or Right Click and Press Copy
  3. Open PowerShell as an Administrator image
  4. Type cd and then press Ctrl + V or Right Click to Paste the Address and press Enter
  5. Copy and paste the commands mentioned one by one below\
  • $originalPolicy = Get-ExecutionPolicy\
  • Set-ExecutionPolicy RemoteSigned
    PowerShell will display a message. Press Y and Enter\
  • .\runOnWake.ps1
    Powershell should display a success message.\
  • Set-ExecutionPolicy $originalPolicy
    PowerShell will display a message. Press Y and Enter

Now IsItMe will run even when the computer is woken up from sleep or hibernation.

About

A program that requires you to perform a basic task to verify whether it is you using the computer

Resources

License

Stars

Watchers

Forks

Packages

No packages published