petben Posted March 12, 2021 Posted March 12, 2021 I am really struggling to remove a windows update via startup script: wusa /uninstall Desnt support /quiet anymore so hangs waiting for user input DISM.exe /Online /Remove-Package Seems need need a service running before it can work, and this dependant service is not running at startup Running anything at logon runs in user context and the students will not have access to remove updates.. Any ideas please? Thanks
ITGuyNW Posted March 12, 2021 Posted March 12, 2021 I've done it via powershell before now Uninstall Windows Update with PDQ Deploy – Support
KK20 Posted March 15, 2021 Posted March 15, 2021 any time I have wanted to "do something at startup" but needed this to run after x amount of time (for services to start) then I have set up a scheduled task. Im not keen on this though and was a typical adobe way of sneaking updates and runtimes in the background.
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