Several solutions for Windows 7 to fail to lock the application to the taskbar

Source: Internet
Author: User

 

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

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.