Page 2 of 2

Re: Issue launching GSmartControl on Installed WinRE

Posted: Sat Aug 31, 2024 1:42 am
by Mr.X

Re: Issue launching GSmartControl on Installed WinRE

Posted: Sat Aug 31, 2024 2:04 am
by TeraByte Support
run cmd from explorer++, then change to the directory and try running it.

Re: Issue launching GSmartControl on Installed WinRE

Posted: Sat Aug 31, 2024 2:17 am
by Mr.X

Re: Issue launching GSmartControl on Installed WinRE

Posted: Sat Aug 31, 2024 8:50 am
by TeraByte Support(PP)
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:

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

Posted: Sat Aug 31, 2024 2:49 pm
by Mr.X
It worked, thank you both.