系统将图标位置存储在哪里? [英] Where does the system store the icons position?

查看:50
本文介绍了系统将图标位置存储在哪里?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

任何文件夹上的图标视图"和文件夹视图"实际上是SysListView.如果取消选中图标的自动排列,则可以在图标周围移动,下次打开文件夹时,所有图标与上次位于同一位置.

The "icon view" and "folder view" on any folder is in fact a SysListView. If you uncheck Auto-arrange of the icons you can move around the icons and next time you open the folder all icons are at the same place as last time.

我的问题是,系统在哪里存储图标的x和y位置?

My question is, where does the system stores the x and y position of the icons?

推荐答案

注册码.

此注册表项包含许多值,如果它们是ItemPos< screenresolution>值,Sort值和FFlags值,则最相关.

This registry key contains a number of values, the most relevant if which are the ItemPos<screenresolution> values, the Sort value and the FFlags value.

sort值控制图标的排序顺序(按名称,类型,大小等),FFlags值控制图标的排列(与网格对齐,自动对齐等)

The sort value controls the sort order of the icons (by name, by type, by size etc.), the FFlags value controls the arrangement of the icons (align to grid, auto align etc.)

最后,可以有任意数量的ItemPos值(附加不同的屏幕分辨率,例如ItemPos800x600),这些值可以控制用户定义的图标位置,以适应不同的屏幕分辨率.

Finally there may be any number of ItemPos values (appended with different screen resolutions eg. ItemPos800x600), which control the user defined positions of the icons for different screen resolutions.

有关 HKCU \ Software \ Microsoft \ Windows \ Shell 值的内容的更多详细信息:

For more details about the content of HKCU\Software\Microsoft\Windows\Shell values:

ShellBagsView v1.05

对于用于选择的任何文件夹的图标视图,我相信图标的位置将存储在以下位置:

Regarding the Icon view used for any folder of one's choosing, I believe the position of icons would be stored in:

HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\Bags\[x]\Shell\{yyyyyyy-yy...}\ItemPos

"x"代表您的许多文件夹特定设置之一.

with 'x' representing one of your many folder specific settings.

这篇关于系统将图标位置存储在哪里?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆