Guest User

Untitled

a guest
Jan 18th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. import os
  2. while True:
  3. choice = int(input("Enter Password: "))
  4. if (choice>=1124):
  5. if choice ==1124:
  6. try:
  7. os.startfile('C:\restriced access')
  8.  
  9. except Exception as e:
  10. print (str(e))
  11.  
  12. while True:
  13. choice = int(input("Close? (y/n): "))
  14. if (choice<='y'):
  15. if choice =='y':
  16. os.system('TASKKILL /F /IM C:\restriced access')
Add Comment
Please, Sign In to add comment