As of version 1.1.0.30, Windows 11 Folder Color Changer includes a PowerShell script that can restore the context menu. This script is located in the \context sub folder of the application’s folder.
⚠️ These instructions assume that the contents of the context sub folder have not been altered. You can download a Zip file containing the files here.
Follow these steps:
1. Open PowerShell as Administrator
Right-click the Start button.
Choose (Windows) Terminal (Admin) or PowerShell (Admin).
2. Navigate to the Application’s Context Script Folder
Copy and paste the following command into PowerShell and press Enter:
Set-Location “$env:APPDATA\delitech (pty) ltd\Windows 11 Folder Color Changer\context”
3. Run the “Regfix” Script
Execute the script by entering:
powershell -ExecutionPolicy Bypass -File .\regfix.ps1
4. Restart if Necessary
If the context menu does not update immediately, restart your computer to apply the changes.
