Yoshiaki Yoshida Junior Member
Posts: 1 From: Katy, TX Registration: Feb 2008
| | posted February 18, 2008 09:46 AM | profile edit reply w/quote IP | Hi all,
I am using Windows Vista Ultimate x64 and been using RMClock on my HP TX1000 to keep thins running cooler and quieter. I used the test signing workaround before but found that the new one using atsiv works better. I have UAC disabled through msconfig and used the following lines in a .vbs file in my startup folder as suggested:
'Initialise vars FstCmd = """c:\program files (x86)\RMClock\Atsiv.exe"" -u ""c:\program files (x86)\RMClock\RTCore64.sys""" ScndCMD = """c:\program files (x86)\RMClock\Atsiv.exe"" -f ""c:\program files (x86)\RMClock\RTCore64.sys""" Program = """c:\program files (x86)\RMClock\RMClock.exe"""
'Initialise objects Set WshShell = WScript.CreateObject("WScript.Shell")
Return = WshShell.Run(FstCmd, 1, true) Return = WshShell.Run(ScndCMD, 1, true) Return = WshShell.Run(Program, 1, true)
Thanks for letting me run what I want and need in my machine! Did you hear that Microsoft?!  Enjoy!  |
|