[email protected]
Member
Every Time i install HWiNFO on another Computer, i need to figure out how to start HWiNFO via Windows Taskscheduler 'cause Autostart doesn't work. So i did some research and created this.
Please, add this to HWiNFO, maybe as a hint in the Readme, Batch File or (yay!) as a button in HWiNFO itself with automatic path-to-exe.
tl;dr:
copy-paste schtasks /create /SC ONLOGON /TN "HW-Info Autostart" /TR "'C:\Program Files\HWiNFO64\HWiNFO64.exe'" /RL HIGHEST into Command Prompt with Admin Privilegues, enjoy!
Longer Description:
select and copy above string, click Windows-Button, then "cmd", rightclick run as Admin, rightclick anywhere in the dark field, paste, Enter. Now you just added HWInfo in Windows Taskplaner. Of course you should have been installed HWiNFO64 to default path. For HWiNFO32, use this instead:
schtasks /create /SC ONLOGON /TN "HW-Info Autostart" /TR "'C:\Program Files (x86)\HWiNFO64\HWiNFO32.exe'" /RL HIGHEST
I tested this Procedure on Windows 7 64-Bit, but it should work at Vista and Windows 8 too.
Have fun, burninghey
Please, add this to HWiNFO, maybe as a hint in the Readme, Batch File or (yay!) as a button in HWiNFO itself with automatic path-to-exe.
tl;dr:
copy-paste schtasks /create /SC ONLOGON /TN "HW-Info Autostart" /TR "'C:\Program Files\HWiNFO64\HWiNFO64.exe'" /RL HIGHEST into Command Prompt with Admin Privilegues, enjoy!
Longer Description:
select and copy above string, click Windows-Button, then "cmd", rightclick run as Admin, rightclick anywhere in the dark field, paste, Enter. Now you just added HWInfo in Windows Taskplaner. Of course you should have been installed HWiNFO64 to default path. For HWiNFO32, use this instead:
schtasks /create /SC ONLOGON /TN "HW-Info Autostart" /TR "'C:\Program Files (x86)\HWiNFO64\HWiNFO32.exe'" /RL HIGHEST
I tested this Procedure on Windows 7 64-Bit, but it should work at Vista and Windows 8 too.
Have fun, burninghey