#169572 - 2006-10-18 04:03 PM
scripting registry change help
|
razor1
Lurker
Registered: 2006-10-18
Posts: 1
|
Hi, Im new to kixtart and Im trying to script a registry change to make the clock show in the taskbar on a win2k3 terminal server for users. Im using kixtart 4.53 and I found a link on the net which Im using as a guide for making my change. The problem is that the line I put into the script isnt working and then it causes the rest of the script to not execute. Can someone help me out as to what Ive done wrong, thanks! Below is the line from the script that I have which isnt working:
;Registry changes WriteValue("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\StuckRects2", "Settings", "28,00,00,00,ff,ff,ff,ff,02,00,00,00,03,00,00,00,3c,00,00,00,1e,00,00,00,fe,ff,ff,ff,e4,03,00,00,02,05,00,00,02,04,00,00", "REG_BINARY")
ENDIF
|
|
Top
|
|
|
|
#169575 - 2006-10-18 04:54 PM
Re: scripting registry change help
|
mima
Hey THIS is FUN
Registered: 2002-01-25
Posts: 217
Loc: Jönköping, Sweden
|
I do like this when I want to show the clock on W2003 Terminal Server Code:
; Show clock WriteValue("HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\StuckRects2", "Settings", "28000000FFFFFFFF06000000030000003c0000001E000000FEFFFFFFE40200000204000002030000", "REG_BINARY")
|
|
Top
|
|
|
|
Moderator: Jochen, Allen, Radimus, Glenn Barnas, ShaneEP, Ruud van Velsen, Arend_, Mart
|
0 registered
and 2220 anonymous users online.
|
|
|