Computer desktop icon can not be deleted how to do?

Source: Internet
Author: User
Tags goto safe mode

You want to remove the icons on your desktop, but you find that the icons on your desktop cannot be deleted. You have no experience: Install a game or software, and then found that there is a pop-up window and other malicious behavior, when you want to delete its game or software, the dialog box prompts have been removed the software, but the icon of the shortcut is still on the desktop, but also deleted. If you encounter such rogue behavior, in the end how to do? How do I remove the desktop icon? Don't worry, look down, here are a few ways to provide you:

First right in the blank space of the desktop-Properties desktop-Customize desktop

Figure 1

Now clean up the desktop-select clean icon-OK

Figure 2

Figure 3

If you cannot find the Desktop Cleanup Wizard, you can run Gpedit.msc to open the Group Policy Editor-User Configuration-Administrative Templates-desktop-disables the Remove Desktop Cleanup Wizard, and then moves on to the previous action.

If you cannot delete it, then the small part suggests that you delete it in Safe mode. Reboot the computer, press F8 to enter Safe mode, and remove the desktop icon in Safe mode.

Another way is to create a bat batch file to delete.

Homemade gadgets to deal with stubborn files:

Save the following code as the "Remove Desktop icon. bat" format and then run it:

@echo off

If [%1]==[] Goto 1

del/a/q/f?%1>nul 2>nul

RD/S/q?%1>nul 2>nul

Echo, see for yourself.

ping/n 2 127.1>nul 2>nul

Goto:eof

: 1

Title forcibly deleted

Cls

Echo.

Echo

echo Please drag the file/directory to this ...

Echo

set/p "hx= wait for operation ..."

del/a/q/f?%hx%>nul 2>nul

RD/S/q?%hx%>nul 2>nul

Echo has been removed, thank you ...

ping/n 2 127.1>nul 2>nul

Goto 1

  

The deletion of things to drag in, generally can be deleted, I hope to be useful to you. For example, the image of the desktop icon can not be deleted, use this batch file to delete, click on the OK.

Figure 4

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.