Jump to content
Forum²

Recommended Posts

Posted

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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...