home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2000 July & August / EPA005.iso / PCWK-TXT / data.vbs next >
Text File  |  2000-05-09  |  292b  |  12 lines

  1. DIM Data
  2.  
  3. Data = Date
  4.  
  5. set WSHShell = CreateObject("WScript.Shell")
  6.  
  7. WSHShell.RegWrite "HKCU\Control Panel\International\sTimeFormat", "HH:mm:ss tt"
  8.  
  9. WSHShell.RegWrite "HKCU\Control Panel\International\s1159", Date
  10.  
  11. WSHShell.RegWrite "HKCU\Control Panel\International\s2359", Date
  12.