Language Bar Gp Not Working

mkalam

New member
Joined
May 2, 2010
Messages
1
Hi, we have enforced certain restrictions on users via GPO. I want to enable Language Bar on taskbar. I have made a test account and linked all user restrictions to test account. I have following logon script to enable taskbar:

Dim WshShell
Set WshShell = WScript.CreateObject("WScript.Shell")
WshShell.RegWrite"HKCU\Software\Microsoft\CTF\LangBar\ShowStatus", 4, "REG_DWORD"
WshShell.RegWrite "HKCU\Keyboard Layout\Preload\2", "00000411", "REG_SZ"

I have enabled the policy "Run only specified Windows applications" for actual users and mentioned few apps like photoshop,flash,paint etc. This particular policy is not configured for test account. Rest all settings are same for both actual user policies and test policies.

This script works fine with test account but when i apply to one of the real users, it simply dont work. Anyone have any idea please,

We are using Server 2008 R2 and client machines have Windows 7 installed on them.

thanx
 
Back
Top