Windows 10 - Icons rearrange themselves on boot
Note: This question, though similar, references now dated answers, and upon attempting to download the software from the link provided, my malware detector went crazy.
This is again, a straightforward problem. Occasionally, after rebooting, shutting down, or even logging off of my Windows account, my Desktop Icons will all be re-arranged in a random order. I have two questions regarding this issue:
What causes this to happen? The issue (as far as I can tell) is non-repeatable and seems to be completely random
How can I stop whatever is causing this issue (preferably without using third party-software)?
windows-10 icons
add a comment |
Note: This question, though similar, references now dated answers, and upon attempting to download the software from the link provided, my malware detector went crazy.
This is again, a straightforward problem. Occasionally, after rebooting, shutting down, or even logging off of my Windows account, my Desktop Icons will all be re-arranged in a random order. I have two questions regarding this issue:
What causes this to happen? The issue (as far as I can tell) is non-repeatable and seems to be completely random
How can I stop whatever is causing this issue (preferably without using third party-software)?
windows-10 icons
See this
– CodeIt
Oct 21 '17 at 5:39
1
Just FYI... Something else that cause this is the screen resolution changing so if you RDP into the machine remotely and the resolution changes then this can happen.
– Pimp Juice IT
Oct 21 '17 at 19:24
add a comment |
Note: This question, though similar, references now dated answers, and upon attempting to download the software from the link provided, my malware detector went crazy.
This is again, a straightforward problem. Occasionally, after rebooting, shutting down, or even logging off of my Windows account, my Desktop Icons will all be re-arranged in a random order. I have two questions regarding this issue:
What causes this to happen? The issue (as far as I can tell) is non-repeatable and seems to be completely random
How can I stop whatever is causing this issue (preferably without using third party-software)?
windows-10 icons
Note: This question, though similar, references now dated answers, and upon attempting to download the software from the link provided, my malware detector went crazy.
This is again, a straightforward problem. Occasionally, after rebooting, shutting down, or even logging off of my Windows account, my Desktop Icons will all be re-arranged in a random order. I have two questions regarding this issue:
What causes this to happen? The issue (as far as I can tell) is non-repeatable and seems to be completely random
How can I stop whatever is causing this issue (preferably without using third party-software)?
windows-10 icons
windows-10 icons
asked Oct 21 '17 at 1:40
David
1731112
1731112
See this
– CodeIt
Oct 21 '17 at 5:39
1
Just FYI... Something else that cause this is the screen resolution changing so if you RDP into the machine remotely and the resolution changes then this can happen.
– Pimp Juice IT
Oct 21 '17 at 19:24
add a comment |
See this
– CodeIt
Oct 21 '17 at 5:39
1
Just FYI... Something else that cause this is the screen resolution changing so if you RDP into the machine remotely and the resolution changes then this can happen.
– Pimp Juice IT
Oct 21 '17 at 19:24
See this
– CodeIt
Oct 21 '17 at 5:39
See this
– CodeIt
Oct 21 '17 at 5:39
1
1
Just FYI... Something else that cause this is the screen resolution changing so if you RDP into the machine remotely and the resolution changes then this can happen.
– Pimp Juice IT
Oct 21 '17 at 19:24
Just FYI... Something else that cause this is the screen resolution changing so if you RDP into the machine remotely and the resolution changes then this can happen.
– Pimp Juice IT
Oct 21 '17 at 19:24
add a comment |
2 Answers
2
active
oldest
votes
I was experiencing the exact same issue during the last couple of weeks and decided today to do something about it.
As you correctly say, an internet (or SE) search only gets you solutions valid for older versions of Windows. I still tried several of those, including:
- Delete desktop.ini
- Delete the iconcache.db file in appdata/local
- Delete all iconcache_* files in appdata/local/Microsoft/Windows/Explorer
- Most of the commands to reinstate corrupted Windows system files, including an in-place upgrade using the media creation tool
- Reinstall newest graphic card drivers and carefully go through the configuration
I even had a 2 hour support session with a technician from Microsoft. After confirming that there is no quick solution, his first idea was to install a third-party app to block the desktop icons in their position which, like yourself, I didn't want to.
He then noticed that the problem does not appear in a newly created user profile. So his final advice was to just transfer all my files into the new user profile. I probably don't need to tell you that this would have been a real pain to do, seeing as how I would have to manually select which registry entries to take over to the new user. All that just to stop the desktop icons from acting up?
So I kept looking and exploring. Since no fix was available, I tried to better understand where Windows stores the desktop icon positions and came across this helpful SE article: Where does Windows store icon positions?
It explains how Windows (starting with XP?) seems to store icon positions depending on resolution in registry entries under HKCUSoftwareMicrosoftWindowsShellBags1Desktop
. So, by deleting the DWORD values starting with the name ItemPos
, you might be able to force a reset of your Desktop icons if the other solutions I mentioned above don't work.
This did not work for me, though. But I noticed a binary value called IconLayouts
in the same registry key, so I researched this further. It seems that this value was only introduced with the Creator's Update, i.e. Windows 10 Version 1703. (Source: MS Technet Forum)
Deleting the IconLayouts
value finally solved the issue for me, I can now arrange the icons on my desktop to my liking, and they remain even after a restart.
add a comment |
This was a big issue for us because switching or turning off monitors resulted in all windows and desktop icons being moved and rearranged on a single monitor.
We tried windows and driver settings even registry mods, with no solution also windows support had no solutions.
You may want to consider a cheap hardware adapter. This device took care of the monitor auto-detect issue for us.
Look up "monitor detect killer device"
It works well for us, no issues.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1261029%2fwindows-10-icons-rearrange-themselves-on-boot%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
I was experiencing the exact same issue during the last couple of weeks and decided today to do something about it.
As you correctly say, an internet (or SE) search only gets you solutions valid for older versions of Windows. I still tried several of those, including:
- Delete desktop.ini
- Delete the iconcache.db file in appdata/local
- Delete all iconcache_* files in appdata/local/Microsoft/Windows/Explorer
- Most of the commands to reinstate corrupted Windows system files, including an in-place upgrade using the media creation tool
- Reinstall newest graphic card drivers and carefully go through the configuration
I even had a 2 hour support session with a technician from Microsoft. After confirming that there is no quick solution, his first idea was to install a third-party app to block the desktop icons in their position which, like yourself, I didn't want to.
He then noticed that the problem does not appear in a newly created user profile. So his final advice was to just transfer all my files into the new user profile. I probably don't need to tell you that this would have been a real pain to do, seeing as how I would have to manually select which registry entries to take over to the new user. All that just to stop the desktop icons from acting up?
So I kept looking and exploring. Since no fix was available, I tried to better understand where Windows stores the desktop icon positions and came across this helpful SE article: Where does Windows store icon positions?
It explains how Windows (starting with XP?) seems to store icon positions depending on resolution in registry entries under HKCUSoftwareMicrosoftWindowsShellBags1Desktop
. So, by deleting the DWORD values starting with the name ItemPos
, you might be able to force a reset of your Desktop icons if the other solutions I mentioned above don't work.
This did not work for me, though. But I noticed a binary value called IconLayouts
in the same registry key, so I researched this further. It seems that this value was only introduced with the Creator's Update, i.e. Windows 10 Version 1703. (Source: MS Technet Forum)
Deleting the IconLayouts
value finally solved the issue for me, I can now arrange the icons on my desktop to my liking, and they remain even after a restart.
add a comment |
I was experiencing the exact same issue during the last couple of weeks and decided today to do something about it.
As you correctly say, an internet (or SE) search only gets you solutions valid for older versions of Windows. I still tried several of those, including:
- Delete desktop.ini
- Delete the iconcache.db file in appdata/local
- Delete all iconcache_* files in appdata/local/Microsoft/Windows/Explorer
- Most of the commands to reinstate corrupted Windows system files, including an in-place upgrade using the media creation tool
- Reinstall newest graphic card drivers and carefully go through the configuration
I even had a 2 hour support session with a technician from Microsoft. After confirming that there is no quick solution, his first idea was to install a third-party app to block the desktop icons in their position which, like yourself, I didn't want to.
He then noticed that the problem does not appear in a newly created user profile. So his final advice was to just transfer all my files into the new user profile. I probably don't need to tell you that this would have been a real pain to do, seeing as how I would have to manually select which registry entries to take over to the new user. All that just to stop the desktop icons from acting up?
So I kept looking and exploring. Since no fix was available, I tried to better understand where Windows stores the desktop icon positions and came across this helpful SE article: Where does Windows store icon positions?
It explains how Windows (starting with XP?) seems to store icon positions depending on resolution in registry entries under HKCUSoftwareMicrosoftWindowsShellBags1Desktop
. So, by deleting the DWORD values starting with the name ItemPos
, you might be able to force a reset of your Desktop icons if the other solutions I mentioned above don't work.
This did not work for me, though. But I noticed a binary value called IconLayouts
in the same registry key, so I researched this further. It seems that this value was only introduced with the Creator's Update, i.e. Windows 10 Version 1703. (Source: MS Technet Forum)
Deleting the IconLayouts
value finally solved the issue for me, I can now arrange the icons on my desktop to my liking, and they remain even after a restart.
add a comment |
I was experiencing the exact same issue during the last couple of weeks and decided today to do something about it.
As you correctly say, an internet (or SE) search only gets you solutions valid for older versions of Windows. I still tried several of those, including:
- Delete desktop.ini
- Delete the iconcache.db file in appdata/local
- Delete all iconcache_* files in appdata/local/Microsoft/Windows/Explorer
- Most of the commands to reinstate corrupted Windows system files, including an in-place upgrade using the media creation tool
- Reinstall newest graphic card drivers and carefully go through the configuration
I even had a 2 hour support session with a technician from Microsoft. After confirming that there is no quick solution, his first idea was to install a third-party app to block the desktop icons in their position which, like yourself, I didn't want to.
He then noticed that the problem does not appear in a newly created user profile. So his final advice was to just transfer all my files into the new user profile. I probably don't need to tell you that this would have been a real pain to do, seeing as how I would have to manually select which registry entries to take over to the new user. All that just to stop the desktop icons from acting up?
So I kept looking and exploring. Since no fix was available, I tried to better understand where Windows stores the desktop icon positions and came across this helpful SE article: Where does Windows store icon positions?
It explains how Windows (starting with XP?) seems to store icon positions depending on resolution in registry entries under HKCUSoftwareMicrosoftWindowsShellBags1Desktop
. So, by deleting the DWORD values starting with the name ItemPos
, you might be able to force a reset of your Desktop icons if the other solutions I mentioned above don't work.
This did not work for me, though. But I noticed a binary value called IconLayouts
in the same registry key, so I researched this further. It seems that this value was only introduced with the Creator's Update, i.e. Windows 10 Version 1703. (Source: MS Technet Forum)
Deleting the IconLayouts
value finally solved the issue for me, I can now arrange the icons on my desktop to my liking, and they remain even after a restart.
I was experiencing the exact same issue during the last couple of weeks and decided today to do something about it.
As you correctly say, an internet (or SE) search only gets you solutions valid for older versions of Windows. I still tried several of those, including:
- Delete desktop.ini
- Delete the iconcache.db file in appdata/local
- Delete all iconcache_* files in appdata/local/Microsoft/Windows/Explorer
- Most of the commands to reinstate corrupted Windows system files, including an in-place upgrade using the media creation tool
- Reinstall newest graphic card drivers and carefully go through the configuration
I even had a 2 hour support session with a technician from Microsoft. After confirming that there is no quick solution, his first idea was to install a third-party app to block the desktop icons in their position which, like yourself, I didn't want to.
He then noticed that the problem does not appear in a newly created user profile. So his final advice was to just transfer all my files into the new user profile. I probably don't need to tell you that this would have been a real pain to do, seeing as how I would have to manually select which registry entries to take over to the new user. All that just to stop the desktop icons from acting up?
So I kept looking and exploring. Since no fix was available, I tried to better understand where Windows stores the desktop icon positions and came across this helpful SE article: Where does Windows store icon positions?
It explains how Windows (starting with XP?) seems to store icon positions depending on resolution in registry entries under HKCUSoftwareMicrosoftWindowsShellBags1Desktop
. So, by deleting the DWORD values starting with the name ItemPos
, you might be able to force a reset of your Desktop icons if the other solutions I mentioned above don't work.
This did not work for me, though. But I noticed a binary value called IconLayouts
in the same registry key, so I researched this further. It seems that this value was only introduced with the Creator's Update, i.e. Windows 10 Version 1703. (Source: MS Technet Forum)
Deleting the IconLayouts
value finally solved the issue for me, I can now arrange the icons on my desktop to my liking, and they remain even after a restart.
answered Nov 7 '17 at 23:05
vic
4931614
4931614
add a comment |
add a comment |
This was a big issue for us because switching or turning off monitors resulted in all windows and desktop icons being moved and rearranged on a single monitor.
We tried windows and driver settings even registry mods, with no solution also windows support had no solutions.
You may want to consider a cheap hardware adapter. This device took care of the monitor auto-detect issue for us.
Look up "monitor detect killer device"
It works well for us, no issues.
add a comment |
This was a big issue for us because switching or turning off monitors resulted in all windows and desktop icons being moved and rearranged on a single monitor.
We tried windows and driver settings even registry mods, with no solution also windows support had no solutions.
You may want to consider a cheap hardware adapter. This device took care of the monitor auto-detect issue for us.
Look up "monitor detect killer device"
It works well for us, no issues.
add a comment |
This was a big issue for us because switching or turning off monitors resulted in all windows and desktop icons being moved and rearranged on a single monitor.
We tried windows and driver settings even registry mods, with no solution also windows support had no solutions.
You may want to consider a cheap hardware adapter. This device took care of the monitor auto-detect issue for us.
Look up "monitor detect killer device"
It works well for us, no issues.
This was a big issue for us because switching or turning off monitors resulted in all windows and desktop icons being moved and rearranged on a single monitor.
We tried windows and driver settings even registry mods, with no solution also windows support had no solutions.
You may want to consider a cheap hardware adapter. This device took care of the monitor auto-detect issue for us.
Look up "monitor detect killer device"
It works well for us, no issues.
answered Dec 21 '18 at 17:59
Lee_na
11
11
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1261029%2fwindows-10-icons-rearrange-themselves-on-boot%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
See this
– CodeIt
Oct 21 '17 at 5:39
1
Just FYI... Something else that cause this is the screen resolution changing so if you RDP into the machine remotely and the resolution changes then this can happen.
– Pimp Juice IT
Oct 21 '17 at 19:24