NoobTube Posted November 15, 2022 Posted November 15, 2022 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"
Jamie Taylor Posted November 16, 2022 Posted November 16, 2022 Hey @NoobTube, have raised a support ticket for your query, our team will contact you soon. Thank you!
JSteenberge Posted February 16, 2023 Posted February 16, 2023 We use powershell scripts within Pulseway to do this often. I use the registry to keep track of custom installs for non-msi applications. I'll DM you here.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now