Jump to content

Group Policy - Installs Software Every Restart


Recommended Posts

Posted

Evening all, have a weird one. Been an issue for a little while, hoped W11 would just make it go away but it didn't!

 

Software deployed by Group Policy reinstalls every restart. As in each time it goes through all the packages and restarts are kinda painfully long. Only seems to be student IT suite. Never did get to the bottom of it but I'd defo like to!

 

Anyone seen this before/solve this before?

Posted

I had this with SCCM deployed software, I hadn't scripted the detection properly - so it was detecting the software as not present then trying to install it.  I think I even had this with an MSI package one time that should handle detections but it was trying to install it every boot anyway, ended up just unallocating it

  • Like 1
Posted

As mikes says, it will be an install detection issue. Odd that it is every single package every single time.

Best bet is to hit the logs and see if there is an error after install. Also check out what the rule is to validate the install and manually follow that rule.

  • Like 1
Posted (edited)

Had the same issue as mikes here when trying to install Python via a batch file - it would install and then uninstall every reboot. In the end, I had to add a line as follows:

 

if exist "c:\Program Files\Python" exit


Hope this helps!

Edited by ICT-Joe
  • Like 1
Posted (edited)

Thanks everyone - yeah digging through logs I think best at this point. These all fully "vanilla" MSIs through GP, no scripting. The software I do script to install though (set flags myself) seem to work ok.

Edited by Miscbrah
  • Like 1

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...