Now, some very smart person named Andrew Morgan created an application that is meant to replace the default shell explorer.exe This new shell brings the user straight to the Citrix Web Interface for login to access their virtual desktop. The reasons why I am very impressed with this shell:
- Session and power state control
- Restart
- Shutdown
- Log off
- User session options
- Display settings
- Keyboard settings
- Mouse settings
- Volume settings
- Administrator options
This gives users the basic control necessary for a positive end user experience, without giving them unneeded access. A nice feature what feature is displayed to the user either by Group Policy or registry editing. Below is how I setup ThinKiosk:
- Created a new VM to gain a better vantage of a typical customer aging endpoint device:
- Windows XP x86
- 512MB RAM
- 10GB hard drive
- After I logged into the VM for the first time, I installed the following:
- Internet Explorer 8
- Adobe Flash Player
- Citrix Receiver
- ThinKiosk
- Create a user and set that user to auto login:
- In a command prompt type "Control userpasswords2"
- Complete the autologin configuration
- I then modified the shell for the auto login user account to point to ThinKiosk.exe:
- Navigate to HKCU\Software\Microsoft\WindowsNT\CurrentVersion\Winlogon
- Created a new string named "Shell"
- Set the data value to "C:\Program Files\ThinKiosk\ThinKiosk.exe"
- You can also set this through Group Policy - http://technet.microsoft.com/en-us/library/cc975911.aspx
- Created the following registry keys (you can create these through Group Policy preferences):
- Create the following key: HKCU\Software\ThinKiosk
- Create the following values:
- Name = "URL"
- Type = REG_SZ
- Value = the URL to your Citrix Web Interface
- Name = "SHOWADMINMENU"
- Type = REG_DWORD
- Value = 1 or 0
- Name = "SHOWLOGOFF"
- Type = REG_DWORD
- Value = 1 or 0
- Name = "WINDOWMODE"
- Type = REG_DWORD
- Value = 1 or 0
- Name = "WINDOWMODEPERCENT"
- Type = REG_SZ
- Value = 1 or 0
- The above settings can also be made through group policy, in which there is an ADM file that you can download from the ThinKiosk site
- Configure the following group policy settings:
- Local Computer Policy\User Configuration\Administrative Templates\System\Ctrl+Alt+Del Options
- Remove change password - Enabled
- Remote lock computer - Enabled
- Remote task manager - Enabled
To get more information go to the ThinKiosk website at http://andrewmorgan.ie/2012/01/30/thinkiosk-turn-your-current-pcs-into-citrix-ready-thin-clients-with-minimum-hassle/
No comments:
Post a Comment