Rectify11Installer
Rectify11Installer copied to clipboard
[BUG] Pin to Quick access is gone from the context menu
Description
The "Pin to quick access" option is gone, as well as "Unpin from quick access". "Remove from quick access" is still here.
Steps To Reproduce
- Install Rectify 11
- Restart
- See it on the file explorer
Rectify11 Version
v3.1
Windows Version
Windows 11 23H2 build 22635.2700
Logs
same issue + pin to start
the option is still here in some places (i.e. "Open" from other programs), implying that the option is gone due to a problem in Fluent Enhanced context menu
After i messed with the context menus for some times, i found a "workaround" (seems to be fully functional?)
I was using this App for some time now, and from what i can see, Rectify either uses it, or a modified/inspired version of it.
Using the original Shell-App (linked above) over Rectify (just run winget install nilesoft.shell
in a cmd) and it should restore a lot of functionality.
The only drawback of shell is that configuring it can be quite a pain, because it uses some arbitary weird configuration file format.
Edit: Here's a screenshot of how it looks afterwards:
After i messed with the context menus for some times, i found a "workaround" (seems to be fully functional?)
I was using this App for some time now, and from what i can see, Rectify either uses it, or a modified/inspired version of it.
Using the original Shell-App (linked above) over Rectify (just run
winget install nilesoft.shell
in a cmd) and it should restore a lot of functionality.The only drawback of shell is that configuring it can be quite a pain, because it uses some arbitary weird configuration file format.
Edit: Here's a screenshot of how it looks afterwards:
how do you make it so that it shows also on dark mode? mine still show light mode on the context menu
ok it shows dark mode on screenshot but i swear on the screen it is light mode white
ok it shows dark mode on screenshot but i swear on the screen it is light mode white
go into the theme file ("C:\Program Files\Nilesoft Shell\imports\theme.nss") and change this line:
dark = sys.dark
to
dark = "dark"
then save the file, and just ctrl+rightclick somewhere to reload the shell.