Dotted desktop icons
Solved
Hello,
I am on Windows 7, and when I use the keyboard keys while I'm on the desktop (the Ctrl key to select multiple icons, for example), dotted lines appear around the last selected icon (and change icon each time I select another one) and only disappear after restarting the PC. Is there a solution to make these damned dotted lines disappear?
Configuration: Windows 7 / Firefox 11.0
I am on Windows 7, and when I use the keyboard keys while I'm on the desktop (the Ctrl key to select multiple icons, for example), dotted lines appear around the last selected icon (and change icon each time I select another one) and only disappear after restarting the PC. Is there a solution to make these damned dotted lines disappear?
Configuration: Windows 7 / Firefox 11.0
5 answers
-
You just need to do:
Right-click on the desktop>Refresh
There you go, you're welcome :) -
Good evening,
Try the solution proposed here via Control Panel, Accessibility:
https://answers.microsoft.com/fr-fr/windows/forum/windows_7-desktop/un-rectangle-de-s%C3%A9lection-autour-des/0b90a83d-8b3e-4f4d-99a3-18734da494f9
aloes -
Have you tried this?
Control Panel
Folder Options
(click on view by small or large icons instead of view by category, at the top right of the window)
View
Reset all folders
Restart the PC.
aloe -
no other solution, perhaps?
-
There are many requests for these "dotted icons," but not a lot of responses.
I just found this:
https://www.pcastuces.com/pratique/astuces/2314.htm
aloe-
-
@xouy38Tired of the dotted lines around desktop icons (Windows XP, 7, or 8)...
1 - Copy the code below and save it under the name in a directory: Close - Open Explorer.bat (for example)
Echo off
taskkill /f /im explorer.exe
explorer.exe
2 - Copy the code below and save it under the name in the same directory [!} : Close - Open Explorer.vbs (for example)
Set oWShell = CreateObject("Wscript.Shell")
oWShell.Run """Close - Open Explorer.bat""", 0, False
Set oWSHell = Nothing
[silent .bat file]
3 - Create a shortcut to the file: Close - Open Explorer.vbs
4 - Launch this shortcut
5 - No more dotted lines!
-