WinXP desktop shortcut can not be deleted how to solve?

  
                

When you want to delete a desktop shortcut on your computer, or delete a desktop file, you may not be able to delete it. Recently, users of the WinXP system want to delete some unnecessary shortcuts on the desktop, and find shortcuts in the process of deleting. How to do? How do you solve such a problem? Now let's take a look at the WinXP desktop shortcuts that can't be deleted.

The method is as follows:

1. First right click on the blank space of the desktop - property desktop - custom desktop.

2, now clean the desktop - select the clean icon - OK.

3. If the Desktop Cleanup Wizard is not found, run GPEDIT.MSC to open the Group Policy Editor - User Configuration - Administrative Templates - Desktop - Disable Delete Desktop Cleanup Wizard, and then proceed to the previous step.

If you can't delete it, then Xiaobian suggests that you delete it in safe mode. Restart the computer, press F8 to enter safe mode, and delete the desktop icon in safe mode.

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

4, homemade gadgets to deal with stubborn files:

Save the following code as "delete the desktop icon .bat" format, and then run:

@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 Force delete

cls

echo.

echo

echo Please drag and drop files/directories here. . .

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 deleted, thank you ……

ping/n 2 127.1》nul 2》nul

goto 1

5, drag the things that can not be deleted, you can generally delete, I hope to be useful to you. For example, the icon of the desktop below can not be deleted, use this batch file to delete, it will be OK.

WinXP desktop shortcuts can not be deleted, the details are introduced here; the desktop icon can not be deleted because your software is rogue software, so you can't use normal methods. Delete it. Try the above method!

Copyright © Windows knowledge All Rights Reserved