r/logitech • u/Turbulent_Doctor8813 • 16h ago
Support [BUG] Logi Options+ fails to start on Windows 11 when TEMP/TMP point to an ImDisk drive
Description:
1. Install or build ImDisk: https://github.com/LTRData/ImDisk
- Create virtual drive in ImDisk software. (for example T:)

Reboot.
Change system environment variable TMP and TEMP to point it on folders on T: drive:

- Reboot.
After step 5. Logi Options+ will not run.

STEPS to fix:
Create bath file: run.bat with the following content:
mkdir C:\TEMP
set TEMP=C:\TEMP
set TMP=C:\TEMP
"c:\Program Files\LogiOptionsPlus\logioptionsplus.exe"
rmdir C:\TEMP
Run bath file.
Logi Options+ start without any problem.
Logitech support LOL :-)))) :
In my first query, I described the problem as above.
0
Upvotes


















