kcyberman17
kcyberman17
I am getting this error as well. No idea what is going on. The script is failing to run because it doesn't even create the log folder location. I can...
I figured it out. The version of the IntuneWinAppUtil that Niehaus is including with his script is over a year old. I downloaded the latest version from GitHub, used that...
Here is what I did for the Taskbar instead of what is in the script. `Copy-Item "$($installFolder)Layout.xml" "C:\Users\Default\AppData\Local\Microsoft\Windows\Shell\Layout.xml" -Force`
I found a different way of doing the toolbar that seems to be working, at least in my testing. I have not deployed this to production yet as I am...
I was able to add pinned items using the Layout.xml method and copying the file to the following location: `Copy-Item "$($installFolder)Layout.xml" "C:\Users\Default\AppData\Local\Microsoft\Windows\Shell\Layout.xml" -Force` For removing the Windows Store from the...