zoukankan      html  css  js  c++  java
  • 转载:Configuring Kiosk Mode on Your Windows XP Computer

    Primary Software: LabVIEW Development Systems>>LabVIEW Professional Development System
    Primary Software Version: 2009
    Primary Software Fixed Version: N/A
    Secondary Software: N/A


    Problem: 
    When I boot my Windows XP computer, I would like to always boot into a specific user account and I would like that user account to run an executable other than Windows Explorer (explorer.exe), such as a LabVIEW executable, otherwise known as Kiosk Mode. How can I accomplish this?

    Solution: 
    Kiosk Mode is useful when you want to have a dedicated computer or user account to boot directly into a specific executable other than Windows Explorer (explorer.exe). This restricts the user's access to other aspects of the computer.

    To configure the computer to automatically log into a specific user account, you will need to modify the Windows Registry. Do this carefully by following these steps:

    1. Click Start»Run.
    2. Type the command regedit. Click OK.
    3. Browse to the following registry key:HKEY_LOCAL_MACHINE»Software»Microsoft»Windows NT»CurrentVersion»Winlogon.
    4. Double-click the DefaultUserName entry and enter in the name of the user account that you want to automatically log into. Click OK.
    • Double-click the DefaultPassword entry and enter in the password for the user account that you want to log into. Click OK

      If there is not a DefaultPassword entry, create the value using the following steps:
      1. Go to Edit»New»String Value.
      2. Name the new value DefaultPassword and press Enter.
      3. Double-click the newly created entry and enter in the password for the user account that you want to log into. Click OK.
      NOTE: If no DefaultPassword string is specified, Windows XP automatically changes the value of the AutoAdminLogon registry key from 1 (true) to 0 (false) to turn off theAutoAdminLogon feature.

    1. Double click the AutoAdminLogon entry and enter in 1 for its Value Data. Click OK.

      If there is not an AutoAdminLogon entry, create the value using the following steps:
      1. Go to Edit»New»String Value.
      2. Name the new value AutoAdminLogon and press Enter.
      3. Double-click the newly created entry and enter in 1 for its Value Data. Click OK.

    2. Close the Registry Editor by going to File»Exit or by clicking the red X in the top right corner of the window.
    3. Restart the computer by going to Start»Shutdown and then select Restart.


    To configure a specific account to boot into Kiosk Mode, you will need to modify the Windows Registry. Do this carefully by following these steps:

    1. Log into the user account that you wish to boot into Kiosk Mode.
    2. Click Start»Run.
    3. Type the command regedit. Click OK.
    4. Browse to HKEY_CURRENT_USER»Software»Microsoft»Windows NT»CurrentVersion»Winlogon.
    5. Add a new string value to this registry by going to Edit»New»String Value and name it Shell.
    6. Double-click on this new string value and enter in the path to the executable you want to run instead of explorer.exe (e.g. C:\LV Startup\MyLabVIEWVI.exe).
    7. Log out of the user account and log back in.

    By combining these two configurations, you can set up your Windows XP machine to automatically bypass the user logon screen and boot into a specific user account that will run any LabVIEW executable you build instead of Windows Explorer (explorer.exe). You may want to customize the appearance of the executable by modifying its VI Properties. For example, you can have the executable maximize to fill the entire screen by changing the Position option is set to Maximized in the Window Run-Time Position category. You can also customize the Windows Appearancecategory so that user cannot close or resize the executable.

    TIP: If you want to change the executable that is being run for a specific account, but are having trouble getting back to the Registry Editor because there is no longer a Start Menu, you can pressCtrl-Alt-Delete and select to run the Task Manager (if it not already running). Then select File»New Task (Run...) and type regedit in the box that pops up and click OK. This will run the Registry Editor.

    Related Links: 
    KnowledgeBase 3YQHDIMY: How Do I Add the Location of My Application to the Registry?
    Developer Zone Example: Mac OS-X Kiosk

    Attachments: 





    Report Date: 2010-02-19
    Last Updated: 2010-11-01
    Document ID: 56IAT7RY

  • 相关阅读:
    【原创】使用开源libimobiledevice盗取iphone信息
    【原创】Arduino制作Badusb实践
    【原创】Aduino小车玩法全记录
    【原创】Arduino入门基础知识总结
    【原创】Arduino、arm、树莓派与单片机
    【原创】PM3破解IC卡记录
    【转】反编译D-Link路由器固件程序并发现后门
    DDOS分布式拒绝服务
    XSS 初识
    针对企业级别渗透测试流程
  • 原文地址:https://www.cnblogs.com/swxj/p/2831144.html
Copyright © 2011-2022 走看看