Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 06/17/2014 in all areas

  1. Java Runtime Environment 8 Update 25 Description Java allows you to play online games, chat with people around the world, calculate your mortgage interest, and view images in 3D, just to name a few. It's also integral to the intranet applications and other e-business solutions that are the foundation of corporate computing. Version: 8.0.250.18 Addon Release Date: October 31, 2014 Java Console created in: Control Panel Uninstallable: Yes Credit: *Reaper* NOTE: Due to the download server limitations, we can no longer upload .exe files. So after you download these just unzip the downloaded file to get your silent installer. Note: Add these as silent installers... No Switches needed! x64 - 58.1 MB - 7e7361c74c670d5b1d6b7c994d28925a x86 - 27.0 MB - cd11c905cde4fdf7671f7413c5d6128b Enjoy!
    1 point
  2. 1 ) Take the DateToIntegr8.vbs script above, (just delete the .txt part of the name) and save it wherever you want, say C:\time. 2 ) Then open a command prompt in that directory. 3 ) Enter the following command: cscript DateToInteger8.vbs "06/09/2014 10:30:00 PM", where the date and time are that of your local time zone 4 ) Use calc.exe (programmer mode) to convert to hex (QWORD) - Enter the output from DateToInteger8, which will be a decimal value, in the calculator in decimal mode, then switch modes to hex to see the hex value you need. 5 ) @KEiGHT, in his local time zone got: 1CF842195DB5400 6 ) You can validate that the value you have is correct by entering in the command prompt: w32tm /ntte 0x1CF842195DB5400 7 ) @KEiGHT, in his local time zone got: 151004 20:30:00.0000000 - 6/9/2014 10:30:00 PM 8 ) Zero pad the value from the calculator to get 16 digits: 01CF842195DB5400 9 ) The leftmost 8 digits will be the highpart (01CF8421) and the rightmost 8 digits will be the lowpart (95DB5400). I'm not sure if the date displayed in the OS version selection window is that of your local time zone or GMT, so you might have to adjust the values you enter above slightly, but since the output from w32tm includes GMT you should be able to figure out what you need to change. So you found the .xml file where you need to enter this revised value? Where is it? Cheers and Regards
    1 point
×
×
  • Create New...