Jump to content
View in the app

A better way to browse. Learn more.

Pulseway

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

New to Pulseway, is this what I should use to roll out Windows 11 in place upgrades to 80 systems?

Featured Replies

  • Administrators

Hey @Mudslide03 - Can you check if the machines are Windows 11 compatible? You can run a script using Pulseway automation. However, Windows 11 may require manual intervention, so it might not be achievable using Pulseway automation.

You can still try to use the script below:
# This function automatically upgrades a Windows 10 device to Windows 11. It cannot be used to roll back a Windows 11 upgrade.

write-host "Unblock Windows 11 Upgrade"
write-host "=========================================================================="

 

write-host "HKLM:\Software\Policies\Microsoft\Windows\WindowsUpdate:"

 

"TargetReleaseVersion","TargetReleaseVersionInfo","ProductVersion" | % {
if ((gp "HKLM:\Software\Policies\Microsoft\Windows\WindowsUpdate" -ea 0).$_) {
write-host "- Located Registry value '$_'. Removing."
Remove-ItemProperty "HKLM:\Software\Policies\Microsoft\Windows\WindowsUpdate" -Name $_ -Force
} else {
write-host ": No Registry value '$_' found."
}
}

 

write-host "- System should no longer be blocking updates to Windows 11."
write-host "  Reboot the system and re-scan for updates."

 

Please run the script in a test environment before you run in a production environment. Let me know if you need anything else😊

  • Author
On 6/19/2025 at 9:45 AM, Mariale_Pulseway said:

Hey @Mudslide03 - Can you check if the machines are Windows 11 compatible? You can run a script using Pulseway automation. However, Windows 11 may require manual intervention, so it might not be achievable using Pulseway automation.

You can still try to use the script below:
# This function automatically upgrades a Windows 10 device to Windows 11. It cannot be used to roll back a Windows 11 upgrade.

write-host "Unblock Windows 11 Upgrade"
write-host "=========================================================================="

 

write-host "HKLM:\Software\Policies\Microsoft\Windows\WindowsUpdate:"

 

"TargetReleaseVersion","TargetReleaseVersionInfo","ProductVersion" | % {
if ((gp "HKLM:\Software\Policies\Microsoft\Windows\WindowsUpdate" -ea 0).$_) {
write-host "- Located Registry value '$_'. Removing."
Remove-ItemProperty "HKLM:\Software\Policies\Microsoft\Windows\WindowsUpdate" -Name $_ -Force
} else {
write-host ": No Registry value '$_' found."
}
}

 

write-host "- System should no longer be blocking updates to Windows 11."
write-host "  Reboot the system and re-scan for updates."

 

Please run the script in a test environment before you run in a production environment. Let me know if you need anything else😊

Thanks Mariale, The systems are all capable of running Windows 11. Will this script actually kick off the upgrade after the reboot?

Create an account or sign in to comment

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.