Windows 7 provides a user-friendly function: locking common applications to the taskbar. However, some users may find this feature unavailable recently. After right-clicking an application on the taskbar, the menu item "lock this program to the taskbar" is not displayed, what's going on? I checked it online and finally found the answer.
The main cause of this problem is that the service may be disabled by the optimization software. Since the optimization software can be disabled, we can recover it to normal startup. Below is a small program that writes it to notepad and saves it as XXX. bat. After saving and closing the file, double-click the file. After the batch processing is executed, select 2 and press Enter. If you press Enter 1, the small arrow on the desktop shortcut will be removed.
@ Echo off
Color 02
Select the operation to be executed (1-delete, 2-Restore, 3-exit) for ECHO)
Set
Choice =
Set/P choice = select (1/2/3) and press enter to execute:
If/I '% choice %' = '1' goto
If
/I '% choice %' = '2' goto B
If/I '% choice %' = '3' goto end
:
Reg Delete
Hkey_classes_root \ piffile/V isshortcut/F
Reg Delete
Hkey_classes_root \ lnkfile/V isshortcut/F
Taskkill/f/IM
Assumer.exe
CLS
Assumer.exe
: B
Reg add hkey_classes_root \ lnkfile
/V isshortcut/T REG_SZ/F
Reg add hkey_classes_root \ piffile/V isshortcut/T
REG_SZ/F
Taskkill/f/IM
Assumer.exe
CLS
Assumer.exe
: End
Exit
Batch command for removing arrows
Reg Add "HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Explorer \ shell icons"/V 29/D "% SystemRoot % \ system32 \ imageres. dll, 196 usd/t REG_SZ/F
Taskkill/f/IM assumer.exe
Attrib-S-r-h "% USERPROFILE % \ appdata \ Local \ iconcache. DB"
Del "% USERPROFILE % \ appdata \ Local \ iconcache. DB"/f/Q
Start Explorer