geenforce display dispatcher: kiosk .lnk uses only --kiosk + --edge-kiosk-type=fullscreen (drop the extra Edge flags)
This commit is contained in:
@@ -198,7 +198,7 @@ Get-ChildItem -LiteralPath $startup -Filter '*.url' -ErrorAction SilentlyContinu
|
|||||||
}} catch {{}}
|
}} catch {{}}
|
||||||
}}
|
}}
|
||||||
|
|
||||||
$edgeArgs = "--kiosk `"$kioskUrl`" --edge-kiosk-type=fullscreen --no-first-run --no-default-browser-check"
|
$edgeArgs = "--kiosk `"$kioskUrl`" --edge-kiosk-type=fullscreen"
|
||||||
$lnkPath = Join-Path $startup 'ShopDB Kiosk.lnk'
|
$lnkPath = Join-Path $startup 'ShopDB Kiosk.lnk'
|
||||||
$lnk = $shell.CreateShortcut($lnkPath)
|
$lnk = $shell.CreateShortcut($lnkPath)
|
||||||
$lnk.TargetPath = $edge
|
$lnk.TargetPath = $edge
|
||||||
|
|||||||
Reference in New Issue
Block a user