Monday, 20 May 2019

Where does Windows store icon positions?


Where do Windows XP/Vista/7/... save the positions of the icons on the desktop? Is there a built-in way to save the positions? Can I lock the position of certain items?



Answer



They are located in the registry under HKCU\Software\Microsoft\Windows\Shell\Bags\1\Desktop.


The key that should interest you is the ItemPosXXXxXXX(where XXX is your resolution).


enter image description here


The relevant values are Mode, LogicalViewMode, IconSize.


You can combine them as shown in the table:


Style       Mode    LogicalViewMode  IconSize
X-Lg Icons 5 3 0x100
Lg Icons 5 3 0x60
Med Icons 5 3 0x30
Sm Icons 2 3 0x10
List 3 3 0x10
Details 4 1 0x10
Tiles 6 2 0x30

Update


Fortunately found an article that can help you. See: Windows Shellbag Forensics.


No comments:

Post a Comment

How can I VLOOKUP in multiple Excel documents?

I am trying to VLOOKUP reference data with around 400 seperate Excel files. Is it possible to do this in a quick way rather than doing it m...