What to do if the taskbar icon cannot be deleted after it is pinned

王林
Release: 2020-07-14 13:35:01
Original
8918 people have browsed it

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.

What to do if the taskbar icon cannot be deleted after it is pinned

The solution is as follows:

1. Right-click the Windows key and select the [Windows PowerShell (Administrator)] option;

What to do if the taskbar icon cannot be deleted after it is pinned

2. Execute the following commands in sequence:

net user User ****** /add (User是新建账户,******是新建的密码)
net localgroup administrators User /add (赋予该账号管理员权限)
Copy after login

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!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template