Jump to content

Reg edit powershell scripts


NoobTube

Recommended Posts

I want to add the below PowerShell command into Pulseway script, any help with creating or articles would be great.

Powershell
cd HKLM:\
New-Item -Path "SOFTWARE\Policies\" -Name "Google"
New-Item -Path "SOFTWARE\Policies\Google\" -Name "Chrome"


cd HKLM:\
New-ItemProperty -Path SOFTWARE\Policies\Google\Chrome -Name "IntensiveWakeUpThrottlingEnabled" -Value "0"  -PropertyType "DWord"
New-ItemProperty -Path SOFTWARE\Policies\Google\Chrome -Name "WindowOcclusionEnabled" -Value "0"  -PropertyType "DWord"

Link to comment
Share on other sites

  • 3 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...