4 Fixes For Desktop Shortcuts Not Working on Windows 11

尊渡假赌尊渡假赌尊渡假赌
发布: 2024-09-18 17:47:39
原创
967 人浏览过

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 "<em>SystemApps</em>"} | 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

以上是4 Fixes For Desktop Shortcuts Not Working on Windows 11的详细内容。更多信息请关注PHP中文网其他相关文章!

来源:guidingtech.com
本站声明
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn
热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板
关于我们 免责声明 Sitemap
PHP中文网:公益在线PHP培训,帮助PHP学习者快速成长!