Home > Article > Operation and Maintenance > What to do if the taskbar icon cannot be deleted after it is pinned
The solution to the problem that the taskbar icon cannot be deleted after it is fixed is: 1. Right-click the Windows key and select the [Windows PowerShell (Administrator)] option; 2. Execute the [net user User password/add] command to create a new account , and grant administrator rights; 3. Log in to the newly created account.
The solution is as follows:
1. Right-click the Windows key and select the [Windows PowerShell (Administrator)] option;
2. Execute the following commands in sequence:
net user User ****** /add (User是新建账户,******是新建的密码) net localgroup administrators User /add (赋予该账号管理员权限)
3. Finally log in to the newly created account. The problem should be solved at this time.
The above is the detailed content of What to do if the taskbar icon cannot be deleted after it is pinned. For more information, please follow other related articles on the PHP Chinese website!