Roger Zander
Roger Zander
I do fully agree… highlighting CSE Settings makes sense... Will check that. Same for all HKEY_CURRENT_USER\Software\Policies Keys. A User does not have write permission to this key…
I'm getting the following PowerShell as result, and it seems to be correct ?!? ```PowerShell if((Test-Path -LiteralPath "HKLM:\SOFTWARE\Microsoft\AppV\Client\RunVirtual") -ne $true) { New-Item "HKLM:\SOFTWARE\Microsoft\AppV\Client\RunVirtual" -force -ea SilentlyContinue }; if((Test-Path -LiteralPath "HKLM:\SOFTWARE\Microsoft\AppV\Client\RunVirtual\excel.exe")...
It should be fixed in the current version Version 1.0.3.11, but I hope that it did not break other types of string ...
mOSD.exe is a zipped, self extracting exe with the files from https://github.com/rzander/mOSD/tree/master/Win10_Sources
I agree, in a normal scenario it's not there... But I remember some scenarios where the script ended in a loop... So if there is a init.ps1 from a previous...
I'm using the AutoPilotConfigurationFile.json as described here (https://docs.microsoft.com/en-us/mem/autopilot/existing-devices) to do AutoPilot without registerring the hardware hash... Just place the File in .\\sources\\$OEM$\\$$\provisioning\Autopilot\AutopilotConfigurationFile.json I'm on 20H2 and I can get the...
Strange... please send feedback if you hear something from MS. I know a few customers who will also run in troubles... not many have 20H2 but this will change in...
I cannot reproduce this behavior... I select multiple apps and they all download and install... Do you have this Issue when you select multiple Updates or also on normal installations?
If you are using RZGet.exe to update Software with a Scheduled-Task or an SCCM Package, just make sure that the devices will not update all at the same time !!!...
The "public" RuckZuck Service is free to use, but has limited capacity... Creating SCCM/Intune Packages with RuckZuck does not generate load as the content and installation will be handled by...