Search found 1 match

by jpretorius
10.04.2022, 12:45
Forum: Bug reports
Topic: Right Click just Spins and Quits for No Context Menu in Win 10
Replies: 6
Views: 20877

Re: Right Click just Spins and Quits for No Context Menu in Win 10

After struggling with this problem for months, I found the solution:
You need to change C:\Users\USERNAME\AppData\Local\FreeCommanderXE\Settings\FreeCommander.ini
after the line: Language=english.lng
add: ShowContextMenu64Bit=0
so it becomes:
[Form]
Language=english.lng
ShowContextMenu64Bit=0 ...