Hi,
If the virus is already removed but the Start power menu (shutdown, restart, sleep) is not opening, this is usually caused by damaged system files or broken Windows components, not the virus itself anymore.
First, try a quick restart using keyboard shortcuts:
Press Ctrl + Alt + Delete and choose the power icon there, or press Alt + F4 on the desktop and select Restart.
If the menu is still broken, run a system repair:
1: Restart explorer.exe
On your keyboard, press Ctrl + Shift + Esc.
Go to the Details tab.
Scroll down and find explorer.exe.
Right-click on it and select End task.
In the menu bar, click File.
Click Run new task.
Type explorer.exe and press Enter.
2: Re-register all Windows apps
- On your keyboard, press Ctrl + Shift + Esc
- Click on File and choose "Run new task"
- Type: powershell. Make sure to put a check on the "Create this task with administrative privileges" box
- Copy and paste the command below then press Enter.
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Get-AppxPackage Microsoft.Windows.ShellExperienceHost | foreach {Add-AppxPackage -register "$($_.InstallLocation)\appxmanifest.xml" -DisableDevelopmentMode}
Note: Please ignore any red errors and tet the process complete and then restart your PC.
3: Run SFC and DISM to fix corrupted system files.
Restart your computer.
4: If that fails, the next step is to try System Recovery without deleting your files and apps.
Click the Start menu > Settings > System > Recovery.
Choose Reinstall Now under the section labeled 'Fix problems using Windows Update.'
Once completed, your system will restart. Please check afterward.