Update Script.ps1
parent
42f94a38da
commit
c6a4e0b326
|
@ -37,7 +37,7 @@ Start-Process -FilePath $ScreenConnectPath -ArgumentList "/silent" -Wait
|
||||||
|
|
||||||
# Run commands in new PowerShell instance
|
# Run commands in new PowerShell instance
|
||||||
# Start-Process powershell.exe -ArgumentList "-NoProfile -Command {irm https://massgrave.dev/get | iex}"
|
# Start-Process powershell.exe -ArgumentList "-NoProfile -Command {irm https://massgrave.dev/get | iex}"
|
||||||
# Start-Process powershell.exe -ArgumentList "-NoProfile -Command {iwr -useb https://christitus.com/win | iex}"
|
# Start-Process powershell.exe -ArgumentList "-NoProfile -Command {irm https://christitus.com/win | iex}"
|
||||||
|
|
||||||
# Disable sleep and enable high performance mode, enable hibernation, and display black after 30 minutes
|
# Disable sleep and enable high performance mode, enable hibernation, and display black after 30 minutes
|
||||||
powercfg -change -standby-timeout-ac 0
|
powercfg -change -standby-timeout-ac 0
|
||||||
|
|
Loading…
Reference in New Issue