tutafone.blogg.se

Windows bt folder windows 10
Windows bt folder windows 10










windows bt folder windows 10

Tagged Firefox, Mozilla, SCCM / Leave a comment Uninstall KB4011039 on Office 2016 32Bit Select SMS_R_SYSTEM.ResourceID,SMS_R_SYSTEM.ResourceType,SMS_R_SYSTEM.Name,SMS_R_SYSTEM.SMSUniqueIdentifier,SMS_R_SYSTEM.ResourceDomainORWorkgroup,SMS_R_SYSTEM.Client from SMS_R_System inner join SMS_G_System_SoftwareFile on SMS_G_System_SoftwareFile.ResourceId = SMS_R_System.ResourceId where SMS_G_System_SoftwareFile.FileName = “firefox.exe” Then deployment was done to device group that checks if firefox.exe is present on computer, did not build it that it would check user folder or program files so this might get you few false positives if they have C:\temp\firefox.exe just laying around.

windows bt folder windows 10

Installation part of the script can be found here Īs SCCM install command used Deploy-Application.exe -DeploymentType “Install” -DeployMode “Silent” and detection rule to check program files firefox.exe version number. Had to create SCCM deployment installation package that uninstalls user installed versions and old versions of Mozilla Firefox and installs new version on top.Īs a wrapper used kit from  that is very handy and works perfectly, been using it almost all my deployments.

windows bt folder windows 10

So if user has not folders software center will show application as installed and if folders are found and 10 hours old it will start disk cleanup. I used my trusted friend as a wrapper for the install since disk cleanup will be visible for user with cancel button.įor SCCM package I created application with Powershell detection rule that uses almost same script as the disk cleanup part, it will detect folders C:\windows.old’, ‘C:\$WINDOWS.~BT’, ‘C:\$Windows.~WS exists and are over 10 hours old. You should not do this if you need to restore previous version but in our company we will just re-deploy computer if installation issues surface.įrom technet scripts I downloaded Automated Disk Cleanup that had everything I needed, I quoted parts from recycle bin so users recycle bin wont be affected.

windows bt folder windows 10

So to hurry things along I created following script. I got tasked to create script that does disk cleanup after feature update, Windows 10 already does this automatically but not right away after installation.












Windows bt folder windows 10