Thursday, September 18, 2008

[THIN] Re: Show Clock on XenApp 4.5/Server 2003

Something like this? You might have to login a couple times before it works. You could also change the registry in the Default User Profile.
 
const HKEY_LOCAL_MACHINE = &H80000002
const HKEY_CURRENT_USER = &H80000001
strComputer = "."
Set StdOut = WScript.StdOut
 
Set oReg=GetObject("winmgmts:{impersonationLevel=impersonate}!\\" &_
strComputer & "\root\default:StdRegProv")
 
strKeyPath = "Software\Microsoft\Windows\CurrentVersion\Explorer\StuckRects2"
strValueName = "Settings"
oReg.GetBinaryValue HKEY_CURRENT_USER,strKeyPath,strValueName,strValue
 
strValue(8) = &H00000002
oReg.SetBinaryValue HKEY_CURRENT_USER,strKeyPath,strValueName,strValue


On Thu, Sep 18, 2008 at 9:41 AM, Adam Rosenberger <arosenberger@seniorlivingnow.com> wrote:

I am beyond frustrated now. 

 

I have been trying for 3 days now to show the clock for a published desktop.  In my GPO, I have made sure to disable the choices to hide the clock and hide notification area (systray).

 

I have tried various reg hacks, to no avail.  I finally stumbled upon an old posting from Jeff Durbin on 2003 in which he posted a script file which is then referenced by usrlogon.cmd.  This still failed to work.

 

After further research another posting from Jeremy Saunders in 2007 referenced adding the following to the usrlogon.cmd:

 

cscript "%systemroot%\system32\SetTaskBarOptions.vbs" //Nologo

 

This has also failed to work.

 

Can anyone please advise? 

 

 

 

Adam Rosenberger

RSK-SImon, LLC

Director of Information Systems

arosenberger@seniorlivingnow.com

704-774-4025

 

This communication,along with any documents, files or attachments, is intended only for the use of the addressee and may contain legally privileged and confidential information. If you are not the intended recipient, you are hereby notified that any dissemination, distribution or copying of any information contained in or attached to this communication is strictly prohibited. If you have received this transmission in error, please delete it from your system without copying, distributing,printing or saving it or its attachments in any manner, and notify the sender of the error by reply e-mail or by calling 704-372-7892. This communication does not form any contractual obligation on behalf of the sender or RSL-Simon, LLC and its subsidiaries.


No comments: