Jump to content

tulik23

Member
  • Posts

    1
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Israel

About tulik23

tulik23's Achievements

0

Reputation

  1. Hi I just posted my small script that i would like to run everything is working fine beside that i dont want that the user will see the quetion when the reg key is being installed It ask the user for his permission to add the registry key Please help It preety urgent Thanks Tzvika ***** VBS **************** Dim WshShell ' General shell object Set WshShell = WScript.CreateObject("WScript.Shell") Const TIMEOUT = 3 ' Time out for popup windows while running logon script wshShell.Popup "Hello " & UserName & ", your clock is being set...", TIMEOUT Wshshell.run "1.reg",0, True ******** 1.Reg *********** [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Jerusalem Standard Time] "Display"="(GMT+02:00) Jerusalem" "Dlt"="" "TZI"=hex:88,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,00,00,01,00,00,00,02,00,01,00,00,\ 00,00,00,00,00,00,00,03,00,05,00,05,00,02,00,00,00,00,00,00,00
×
×
  • Create New...