Home > Article > System Tutorial > What should I do if the taskbar icon cannot be opened due to the shortcut arrow in Windows 10?
When we use win10, we sometimes remove the wrong shortcut arrows, but after a long time of removal, we find that we cannot click the taskbar icon to open the application, so what should we do? Users can directly click New under the right button, then create a text document and enter the following code to set it up. Let this site introduce to users in detail what to do if the taskbar icon cannot be opened due to the shortcut arrow in Win10.
What should I do if the taskbar icon cannot be opened due to the shortcut arrow in win10?
1. Click [Right-click] on a blank space on the desktop, and select [New - Text Document] from the right-click menu item that opens.
2. Create a new text document - Notepad window and enter the following command:
taskkill /f /im explorer.exe
reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows \CurrentVersion\Explorer\Shell Icons” /v 29 /d “C:\Windows\system32\imageres.dll,154” /t reg_sz /f
reg add “HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ Explorer\Shell Icons” /v 29 /d “C:\Windows\system32\imageres.dll,154” /t reg_sz /f
reg add “HKEY_CLASSES_ROOT\lnkfile” /v IsShortcut /t reg_sz /f
reg add “HEKY_CLASSES_ROOT\piffile” /v IsShortcut /t reg_sz /f
start explorer
3. Then click [File] in the upper left corner ], in the open drop-down item, select [ Save as (Ctrl Shift S) ].
4. In the Save As window, pay attention to three places:
1) The path to save the file as
2) Fill in the file name Enter a name ending with [.bat], select [All Files]
as the save type, 3) Select [ANSI]
for the encoding, and finally click [Save].
5. Find and select the file you just saved with the .bat suffix, click [right-click], and in the right-click menu item that opens, select [Run as administrator] .
#6. User Account Control window, do you want to allow this application to make changes to your device? Click [Yes], and then the command will be executed automatically, and the command prompt window will flash by.
The above is the detailed content of What should I do if the taskbar icon cannot be opened due to the shortcut arrow in Windows 10?. For more information, please follow other related articles on the PHP Chinese website!