Skip to content

A python GUI virus to temporarily lockup your Windows PC at every startup, unless the desired password is entered.

License

Notifications You must be signed in to change notification settings

jewel998/LockYourWin.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LockYourWin.py

A python GUI virus to temporarily lockup your Windows PC at every startup, unless the desired password is entered.

About the Application:

The application blocks all the keystrokes when the app is run and runs at a full screen mode such that it's not possible to switch apps. It even kills the Task Manager application when it is run, during it's execution through the handling of multiple threads. This application has to be run as a superuser, i.e. Administrator. And whenever the program is run, it stores itself in the startup such that it executes when the computer boots up. P.S.- The default password is 1234567890.

The libraries used are:

  1. tkinter
  2. getpass
  3. os
  4. threading
  5. pythoncom
  6. pyHook
  7. subprocess
  8. time

Additional libraries to be installed are:

  • tkinter
  • pyHook
  • pythoncom

Bugs in the program

To access the files, a live USB can be created such that it can be manually removed from the Startup of the administrator with sufficient privileges.

Thanks for visiting my repo.

Support me with your queries at:

Facebook: Jewel Barman Quora: Jewel Barman

About

A python GUI virus to temporarily lockup your Windows PC at every startup, unless the desired password is entered.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages