Forum Discussion
Kiosk mode
Hi, sure, even if it looks like a random GUID, it doesn’t matter as long as it’s the correct AUMID. Just plug it in exactly as it appears in Get-StartApps, and Intune’s multi-app kiosk mode should work fine for your custom apps.
- lfk73Apr 24, 2025Brass Contributor
Tried this no luck.
I put the full string {6D809377-6AF0-444B-8957-A3773F02200E}\Notepad++\notepad++.exe into the
AUMID/PATH and it said "Must be a valid file path". Looking at the output of get-startapps Must be a valid file path appears a number of times. After some googling i think it represents %programfiles% so I put this:
AUMID/PATH: %programfiles%\Notepad++\notepad++.exe
DesktopApplicationId/AUMID for the Win32 app: {6D809377-6AF0-444B-8957-A3773F02200E}
Yes I confirmed %programfiles%\Notepad++\notepad++.exe is the right path. Apply the policy and I get a blank tile that does nothing when I click on it.