Why don't you try it on your end?
https://github.com/ashaduri/gsmartcontr ... -win64.zip
Issue launching GSmartControl on Installed WinRE
-
- Posts: 3891
- Joined: Thu May 05, 2011 10:37 pm
Re: Issue launching GSmartControl on Installed WinRE
run cmd from explorer++, then change to the directory and try running it.
-
- Posts: 1740
- Joined: Fri Aug 12, 2011 12:51 am
Re: Issue launching GSmartControl on Installed WinRE
It needs the WorkingDir path set for the GSmartControl TBLauncher menu item (as mentioned previously). Without it, I get the same error message you're getting because it can't find the smartctl program(s).
For example, in TBLauncher.ini, the menu item for GSmartControl:
For example, in TBLauncher.ini, the menu item for GSmartControl:
Code: Select all
[Menu_Item_11]
Name=GSmartControl
Path=X:\Program Files\gsmartcontrol\gsmartcontrol.exe
WorkingDir=X:\Program Files\gsmartcontrol
Parameters=
Icon=0
Re: Issue launching GSmartControl on Installed WinRE
It worked, thank you both.