Kiosks in Windows 8 Running Regular Software (Non-Windows Store App)

后端 未结 3 1443
被撕碎了的回忆
被撕碎了的回忆 2020-12-15 23:55

My company operates using public kiosks. These kiosks are running Windows 8 and though they are secure, they are certainly not as secure as the kiosks AKA ATMS you would see

3条回答
  •  天命终不由人
    2020-12-16 00:03

    I had the same problem as you a few weeks ago so I can share my experience with you.

    First of all, this statement of yours is not completely correct:

    [...] it seems that the OS only allows operation in this KIOSK mode if the software that is being run or intended to be run is available on the Windows Store as an application.

    It is true, that Assigned Access only works with Windows Store Apps, however these Apps don't have to be in the store necessarily. You can provide the App to your clients via "Sideloading" (http://blogs.msdn.com/b/windowsstore/archive/2012/04/25/deploying-metro-style-apps-to-businesses.aspx)

    If not via the Windows Store, how do I deploy LOB Windows 8 apps?

    You can sideload Windows Store apps. This means installing the app directly in Windows 8.1 without publishing it in the Windows Store. You can only sideload apps on Windows 8.1 Enterprise edition (or on Windows 8.1 Pro and Windows RT devices by installing a special sideloading product key on the device). There are additional requirements: the target computer must be joined to the corporate domain (unless you have installed a sideloading product key), the Group Policy setting "Allow all trusted apps to install" must be enabled; and the app must be signed by a trusted code-signing certificate.

    Source: http://technet.microsoft.com/en-us/windows/jj721676.aspx#apps


    As for your question to run a .NET Desktop App in Assigned Access mode - this is certainly not possible. You need a Windows Store App for the Kiosk-Mode in Windows 8.1 Partly because the Metro Apps run in a sandbox, that made it far easier for Microsoft to actually implement this Assigned Access Mode. I guess you already know the features and restrictions of the AA-Mode? (Only one user and one app per PC, no charms bar, no Ctrl-Alt-Del, etc)

    If you have any further questions, don't hesitate to ask, I'll be glad to share my research with you :-)

提交回复
热议问题