raaaphiiBIT's Posts

Hi Jordanht You need to install the Apps offline as a provisioned appx.    To downlaod follow this: Sign in to the Microsoft Store for Business or Microsoft Store for Education. Click Manage. ... See more...
Hi Jordanht You need to install the Apps offline as a provisioned appx.    To downlaod follow this: Sign in to the Microsoft Store for Business or Microsoft Store for Education. Click Manage. Click Settings. Click Shop. Search for the Shopping experience section, change the License type to Offline, and click Get the app, which will add the app to your inventory You then can Download the App and its offline License File. With those two Files you are able to install the App as a privisioned App so as every user has the App installed at logon, without the need for reinstalling.   Use this powershell command to install, ignore the dependency if non exists:     Add-AppxProvisionedPackage -Online -PackagePath c:\Appx\myPackage.appx -DependencyPackagePath c:\Appx\dependency1\dependencyPackage.appx -LicensePath c:\Appx\myLicense.xml       I tried this with DEM and even was able to also roam the users apps settings this way.    Best Regards raaaphiiBIT
Hi brimar5485 If the same GPOs are pushed to the Windows 10 VMs nothing has to be done, it will pick up the same profile and config folder of DEM as in Windows 7. I agree with DEMdev that a migrati... See more...
Hi brimar5485 If the same GPOs are pushed to the Windows 10 VMs nothing has to be done, it will pick up the same profile and config folder of DEM as in Windows 7. I agree with DEMdev that a migration of usual application like Acrobat reader, Google Chrome etc. is not necessary since the locations of userdata haven't changed from Windows 7 to Windows 10. Though regarding to Windows Settings this is a different Story in my opinion. There I would set the "Settings are OS-specific" so as a new profil will be generated for Windows10.         
Hi Jneagle   I also encountered similar problems once or twice. Though it always was an Issue within the appdata/localappdata. I once tried to make predefined Settings with an older Windows versio... See more...
Hi Jneagle   I also encountered similar problems once or twice. Though it always was an Issue within the appdata/localappdata. I once tried to make predefined Settings with an older Windows version.   I see you are having roaming Appdata redirected. Please ensure that no appdata is included in DEM Application config files, this can surely lead to files overwriting each other and thus to a corrupted Starmenu. Since it is redirected no includes refering to appdata are necessary.   Delete or comment it out:   I personally haven't worked with appdata romaing redirected, have you also tried without redirecting appdata?   I hope I could help you & Best Regards   Raphael