I'm having the same problem too. I can get to my settings but I can't seem to find a way to get the button to work again. Typical of Microsoft, it seems, these days. Grrrr....
My Windows 11 Start Button is no longer working.
Hello,
Since yesterday my Windows 11 Start Button is no longer working.
It animates when I click it, but nothing else happens, also, my taskbar keeps switching on and off.
I don't know whether that is relevant or has anything to do with the problem, but two days ago I had Windows updates two days on the trot.
I have tried a number of recommended solutions, like commands in Pwoer shell, sfc /scannow, the DISM commands, updating my graphics drivcer, registry hacks, tried to re-install Windows but gave up when I saw I couldn't keep my files.
In short, none of the above have worked.
The thing is, some things I cannot do, like check my updates etc., as some Windows key commands don't work, eg. Windows + I.
Has anyone got any further advice for me, please?
Thank you very much in advance.
Windows for home | Windows 11 | Performance and system failures
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
53 answers
Sort by: Newest
-
Anonymous
2025-02-07T17:42:54+00:00 -
Anonymous
2025-01-17T18:54:40+00:00 We solved the issue on our virtual machines using the following workaround recommendation from Microsoft proposed by Citrix:
Edit below registry
Key: HKLM\SYSTEM\CurrentControlSet\services\CtxUvi
Value Name: UviProcessExcludes
Type: REG_SZ- Append 'StartMenuExper' ending with semi colon (;).
- Reboot the machine
Source: Start menu may stop responding if KB5048685 installed on Windows 11 22H2/23H2 VDA
-
Anonymous
2025-01-17T03:13:42+00:00 I have the same problem and when I suddenly checked the notification(in the right-bottom corner), I saw a notification from Armoury Crate: The windows key is disable. Press the Fn+ Windows key to enable it. You can also enable it through Armoury Crate :v
-
Anonymous
2024-12-23T19:28:14+00:00 Here is what fixed this for me. I used CoPilot:
Sent by you:
What is the run command to open PowerShell
Sent by Copilot:
To open PowerShell using the Run command, follow these steps:
- PressWindows + R to open the Run dialog box.
- Typepowershell and press Enter.
Sent by you:
What is the powershell command to download and install the latest Windows updates?
Sent by Copilot:
To download and install the latest Windows updates using PowerShell, you can use the PSWindowsUpdate module. Here are the steps:
- Open PowerShell as an Administrator:
- Right-click on the Start menu and select “Windows PowerShell (Admin)”.
- Install the PSWindowsUpdate Module:
- Run the following command to install the module:
- Install-Module -Name PSWindowsUpdate -Force
- Import the Module:
- Import the module into your PowerShell session:
- Import-Module PSWindowsUpdate
- Check for Updates:
- Run the following command to check for available updates:
- Get-WindowsUpdate
- Download and Install Updates:
- To download and install all available updates, use:
Install-WindowsUpdate -MicrosoftUpdate -AcceptAll -AutoReboot
Sent by you:
I get the message PSWindowsupdate.psm1 cannot be loaded because running scripts is disabled on this system.
Sent by Copilot:
It sounds like script execution is disabled on your system. You can enable it by changing the execution policy. Here’s how you can do it:
- Open PowerShell as an Administrator:
- Right-click on the Start menu and select “Windows PowerShell (Admin)”.
- Set the Execution Policy:
- Run the following command to allow scripts to run:
Set-ExecutionPolicy RemoteSigned
After I was able to get past running scripts, I went back through the last step that did not work, pushed through all updates and everything was working again. Start button, Settings, everything.
-
Anonymous
2024-12-20T20:07:48+00:00 Thanks. Part of my problem was I did not have a Restore point. I presumed it was automatically on, rather than off. hence why I had to reinstall. I now have a restore point, for when it happens again. By the way, just for your list, my laptop is a Lenovo.