在Windows 10分配的访问权限中运行Chrome信息亭模式 [英] Run Chrome kiosk mode in windows 10 assigned access

查看:297
本文介绍了在Windows 10分配的访问权限中运行Chrome信息亭模式的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

这是一个好消息,Windows 10分配访问支持运行桌面应用程序(Win 8.1只支持运行通用应用程序)。我想在命令行中使用--kiosk来运行Chrome的kiosk模式。



本文底部有一个教程。
https://technet.microsoft。 com / en-us / library / mt219051(v = vs.85).aspx

然而,我对Powershell非常陌生。任何人都可以解释


  1. 如何通过powershell启动Chrome的信息亭模式?我的命令行是
    C:\程序文件(x86)\Google\Chrome\Application\chrome.exe--kiosk http://my.website.com

  2. 如何在文章底部使用脚本?

     `nEnabled已设置为+ $ DefaultShellObject.IsEnabled()

    至此:

     `nEnabled设置为+ $ DefaultShellObject.Shell 


    It is a good news that Windows 10 assigned access support running Desktop Application(Win 8.1 only support running universal apps). I want to run Chrome's kiosk mode using --kiosk in command line.

    The bottom of this article have a tutorial. https://technet.microsoft.com/en-us/library/mt219051(v=vs.85).aspx

    However, I am very new to Powershell. Can anyone explain

    1. how to launch Chrome's kiosk mode by powershell? My command line is "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --kiosk http://my.website.com

    2. how to use the script at the bottom of the article?

    Thanks.

    解决方案

    This worked for me, but I had to change this line:

    "`nEnabled is set to " + $DefaultShellObject.IsEnabled()
    

    To this:

    "`nEnabled is set to " + $DefaultShellObject.Shell
    

    这篇关于在Windows 10分配的访问权限中运行Chrome信息亭模式的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆