"If a worker wants to do his job well, he must first sharpen his tools." - Confucius, "The Analects of Confucius. Lu Linggong"
Front page > Software tutorial > 4 Fixes For Desktop Shortcuts Not Working on Windows 11

4 Fixes For Desktop Shortcuts Not Working on Windows 11

Published on 2024-11-05
Browse:197

Basic Fixes: 

  • Restart the computer: Sometimes, a restart is all you need because it is strong enough to force problematic processes that trigger the problem to shut down.
  • Scan the computer for malware: Malware alters the typical behavior of elements on your computer; you should scan with a strong antivirus.
  • Use System Restore: In some cases, the System Restore tool can restore your computer to a state before the problem started.

Fix 1: Verify and Update the Shortcut Target

Shortcuts on your desktop are linked to the app files they are supposed to open. So, while the shortcut may seem perfect, if the take path for the app is inaccurate, the shortcut will not work. The simple fix is to update the path, as shown below.

Step 1: Right-click on the problematic shortcut and click Open file location.

4 Fixes For Desktop Shortcuts Not Working on Windows 11

Step 2: Take note of the file’s path; it is usually found on the address bar of the open File Explorer.

4 Fixes For Desktop Shortcuts Not Working on Windows 11

Step 2: Right-click on the executable file and click Show more options.

4 Fixes For Desktop Shortcuts Not Working on Windows 11

Step 3: Select Create shortcut from the context menu.

4 Fixes For Desktop Shortcuts Not Working on Windows 11

Fix 3: Re-Register Apps

If desktop shortcuts are not working or showing on Windows, re-registering apps is effective, especially when the problem is with Microsoft Store apps. Installing an app will create registry entries that link it to essential functions like opening it from a shortcut. When re-registering the apps, you remove any corruption that may cause the error.

Step 1: Click the Search icon on the Taskbar, type PowerShell, and click the Run as administrator option.

4 Fixes For Desktop Shortcuts Not Working on Windows 11

Step 2: Copy and paste the command below into PowerShell and hit Enter:

Get-AppXPackage -AllUsers |Where-Object {$_.InstallLocation -like "SystemApps"} | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)AppXManifest.xml"}

4 Fixes For Desktop Shortcuts Not Working on Windows 11

Fix 4: Repair Windows With the DISM Tool

If icons on the desktop are blank or not loading correctly, you may have some major corruption in the system image. On Windows 11, you can use the native DISM scan to find and fix this corruption. Follow the steps below.

Step 1: Press Windows R keyboard shortcut to launch the Windows Run dialog.

Step 2: Type cmd, and hit Ctrl Shift Enter keyboard shortcut to launch an elevated Command Prompt.

4 Fixes For Desktop Shortcuts Not Working on Windows 11

Step 3: Type the command below and hit Enter to scan for image corruption:

DISM /Online /Cleanup-Image /ScanHealth

4 Fixes For Desktop Shortcuts Not Working on Windows 11

Step 4: Type the command below and hit Enter to fix image corruption:

DISM /Online /Cleanup-Image /RestoreHealth

4 Fixes For Desktop Shortcuts Not Working on Windows 11

Step 5: Lastly, run the command below to initiate the SFC scan and restart your computer when the scan completes:

sfc /scannow

4 Fixes For Desktop Shortcuts Not Working on Windows 11

Release Statement This article is reproduced at: https://www.guidingtech.com/fix-desktop-shortcuts-not-working-windows/ If there is any infringement, please contact [email protected] to delete it
Latest tutorial More>

Disclaimer: All resources provided are partly from the Internet. If there is any infringement of your copyright or other rights and interests, please explain the detailed reasons and provide proof of copyright or rights and interests and then send it to the email: [email protected] We will handle it for you as soon as possible.

Copyright© 2022 湘ICP备2022001581号-3