Windows7文件夹中的文件随意拖动排列的解决办法

转 :http://wenku.baidu.com/link?url=Mn6lB6LDtPgknPtnXGfObWGzi7H0M6yedxE2vCW5XIA22-vCl-naqgY8UzJUlvfFZ4A4YQ_8w4TqF4_hKyuwi3mT-ngwFRbBFbPVJzdHeOu

Windows7文件夹中的文件随意拖动排列的解决办法



Windows 7确实是由于设计原因,为了节约自定义视图对未知的记忆功能所消耗的资源,取消了自定义排序的方式。这个是Ramesh Srinivasan写的一个解决这个问题的注册表补丁文件,但是据说有一些后遗症,就是运行之后“平铺视图”就不见了。如果你经常使用平铺视图就别用这个方法了,如果不用则可以试试。但是西部e网这里还有恢复“平铺视图”的办法,哈哈,在文章底部,可以看看。但是提示使用前先备份一下注册表。
 
将下面蓝色文字部分的代码复制到文本文档中,并将该文本文档的后缀名.txt改为.reg。双击导入该注册表文件,注销系统后重新登录系统,就可以解决Windows7文件夹中的文件不能随意拖动排列的问题。
 
Windows Registry Editor Version 5.00
 
;Disable Full Row Select feature in Windows 7
 ;Created by Ramesh Srinivasan
 ;Created on 19 Feb 2010
 
[-HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\Bags]
 
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
 "FullRowSelect"=dword:00000000
 
[HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\Bags\AllFolders\Shell]
 "KnownFolderDerivedFolderType"="{57807898-8C4F-4462-BB63-71042380B109}"
 "SniffedFolderType"="Generic"
 
;Generic - Folder Template
 
[HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\Bags\AllFolders\Shell\{5C4F28B5-F869-4E84-8E60-F11DB97C5CC7}]
 "Rev"=dword:00000000
 "FFlags"=dword:43000001
 "Vid"="{137E7700-3573-11CF-AE69-08002B2E1262}"
 "Mode"=dword:00000004
 "LogicalViewMode"=dword:00000001
 "IconSize"=dword:00000010
 "ColInfo"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,fd,df,df,fd,10,\
   00,00,00,00,00,00,00,00,00,00,00,04,00,00,00,18,00,00,00,30,f1,25,b7,ef,47,\
   1a,10,a5,f1,02,60,8c,9e,eb,ac,0a,00,00,00,10,01,00,00,30,f1,25,b7,ef,47,1a,\
   10,a5,f1,02,60,8c,9e,eb,ac,0e,00,00,00,78,00,00,00,30,f1,25,b7,ef,47,1a,10,\
   a5,f1,02,60,8c,9e,eb,ac,04,00,00,00,78,00,00,00,30,f1,25,b7,ef,47,1a,10,a5,\
   f1,02,60,8c,9e,eb,ac,0c,00,00,00,50,00,00,00
 "Sort"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,01,00,00,00,30,f1,\
   25,b7,ef,47,1a,10,a5,f1,02,60,8c,9e,eb,ac,0a,00,00,00,01,00,00,00
 "GroupView"=dword:00000000
 "GroupByKey:FMTID"="{00000000-0000-0000-0000-000000000000}"
 "GroupByKey:PID"=dword:00000000
 "GroupByDirection"=dword:00000001
 


;Documents - Folder Template
 
[HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\Bags\AllFolders\Shell\{7d49d726-3c21-4f05-99aa-fdc2c9474656}]
 "Rev"=dword:00000000
 "Vid"="{137E7700-3573-11CF-AE69-08002B2E1262}"
 "Mode"=dword:00000004
 "LogicalViewMode"=dword:00000001
 "IconSize"=dword:00000010
 "ColInfo"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,fd,df,df,fd,10,\
   00,00,00,00,00,00,00,00,00,00,00,04,00,00,00,18,00,00,00,30,f1,25,b7,ef,47,\
   1a,10,a5,f1,02,60,8c,9e,eb,ac,0a,00,00,00,10,01,00,00,30,f1,25,b7,ef,47,1a,\
   10,a5,f1,02,60,8c,9e,eb,ac,0e,00,00,00,78,00,00,00,30,f1,25,b7,ef,47,1a,10,\
   a5,f1,02,60,8c,9e,eb,ac,04,00,00,00,78,00,00,00,30,f1,25,b7,ef,47,1a,10,a5,\
   f1,02,60,8c,9e,eb,ac,0c,00,00,00,50,00,00,00
 "Sort"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,01,00,00,00,30,f1,\
   25,b7,ef,47,1a,10,a5,f1,02,60,8c,9e,eb,ac,0a,00,00,00,01,00,00,00
 "GroupView"=dword:00000000
 "GroupByKey:FMTID"="{00000000-0000-0000-0000-000000000000}"
 "GroupByKey:PID"=dword:00000000
 "GroupByDirection"=dword:00000001
 "FFlags"=dword:43000001
 


;Music - Folder Template
 
[HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\Bags\AllFolders\Shell\{94d6ddcc-4a68-4175-a374-bd584a510b78}]
 "Rev"=dword:00000000
 "Vid"="{137E7700-3573-11CF-AE69-08002B2E1262}"
 "Mode"=dword:00000004
 "LogicalViewMode"=dword:00000001
 "IconSize"=dword:00000010
 "ColInfo"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,fd,df,df,fd,10,\
   00,00,00,00,00,00,00,00,00,00,00,04,00,00,00,18,00,00,00,30,f1,25,b7,ef,47,\
   1a,10,a5,f1,02,60,8c,9e,eb,ac,0a,00,00,00,10,01,00,00,30,f1,25,b7,ef,47,1a,\
   10,a5,f1,02,60,8c,9e,eb,ac,0e,00,00,00,78,00,00,00,30,f1,25,b7,ef,47,1a,10,\
   a5,f1,02,60,8c,9e,eb,ac,04,00,00,00,78,00,00,00,30,f1,25,b7,ef,47,1a,10,a5,\
   f1,02,60,8c,9e,eb,ac,0c,00,00,00,50,00,00,00
 "Sort"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,01,00,00,00,30,f1,\
   25,b7,ef,47,1a,10,a5,f1,02,60,8c,9e,eb,ac,0a,00,00,00,01,00,00,00
 "GroupView"=dword:00000000
 "GroupByKey:FMTID"="{00000000-0000-0000-0000-000000000000}"
 "GroupByKey:PID"=dword:00000000
 "GroupByDirection"=dword:00000001
 "FFlags"=dword:43000001
 


;Pictures - Folder Template
 
[HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\Bags\AllFolders\Shell\{b3690e58-e961-423b-b687-386ebfd83239}]
 "Rev"=dword:00000000
 "Vid"="{137E7700-3573-11CF-AE69-08002B2E1262}"
 "Mode"=dword:00000004
 "LogicalViewMode"=dword:00000001
 "IconSize"=dword:00000010
 "ColInfo"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,fd,df,df,fd,10,\
   00,00,00,00,00,00,00,00,00,00,00,04,00,00,00,18,00,00,00,30,f1,25,b7,ef,47,\
   1a,10,a5,f1,02,60,8c,9e,eb,ac,0a,00,00,00,10,01,00,00,30,f1,25,b7,ef,47,1a,\
   10,a5,f1,02,60,8c,9e,eb,ac,0e,00,00,00,78,00,00,00,30,f1,25,b7,ef,47,1a,10,\
   a5,f1,02,60,8c,9e,eb,ac,04,00,00,00,78,00,00,00,30,f1,25,b7,ef,47,1a,10,a5,\
   f1,02,60,8c,9e,eb,ac,0c,00,00,00,50,00,00,00
 "Sort"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,01,00,00,00,30,f1,\
   25,b7,ef,47,1a,10,a5,f1,02,60,8c,9e,eb,ac,0a,00,00,00,01,00,00,00
 "GroupView"=dword:00000000
 "GroupByKey:FMTID"="{00000000-0000-0000-0000-000000000000}"
 "GroupByKey:PID"=dword:00000000
 "GroupByDirection"=dword:00000001
 "FFlags"=dword:43000001
 


;Videos - Folder Template
 
[HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\Bags\AllFolders\Shell\{5fa96407-7e77-483c-ac93-691d05850de8}]
 "Rev"=dword:00000000
 "Vid"="{137E7700-3573-11CF-AE69-08002B2E1262}"
 "Mode"=dword:00000004
 "LogicalViewMode"=dword:00000001
 "IconSize"=dword:00000010
 "ColInfo"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,fd,df,df,fd,10,\
   00,00,00,00,00,00,00,00,00,00,00,04,00,00,00,18,00,00,00,30,f1,25,b7,ef,47,\
   1a,10,a5,f1,02,60,8c,9e,eb,ac,0a,00,00,00,10,01,00,00,30,f1,25,b7,ef,47,1a,\
   10,a5,f1,02,60,8c,9e,eb,ac,0e,00,00,00,78,00,00,00,30,f1,25,b7,ef,47,1a,10,\
   a5,f1,02,60,8c,9e,eb,ac,04,00,00,00,78,00,00,00,30,f1,25,b7,ef,47,1a,10,a5,\
   f1,02,60,8c,9e,eb,ac,0c,00,00,00,50,00,00,00
 "Sort"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,01,00,00,00,30,f1,\
   25,b7,ef,47,1a,10,a5,f1,02,60,8c,9e,eb,ac,0a,00,00,00,01,00,00,00
 "GroupView"=dword:00000000
 "GroupByKey:FMTID"="{00000000-0000-0000-0000-000000000000}"
 "GroupByKey:PID"=dword:00000000
 "GroupByDirection"=dword:00000001
 "FFlags"=dword:43000001
 
以上是Windows7文件夹中的文件随意拖动排列的解决办法,后遗症也能解决,






Windows7文件夹中的文件随意拖动排列reg文件补丁后遗症之丢失了“平铺视图”的解决办法。
 
将下面的蓝色文字部分另存为vbs后缀的文件,然后复制到文档里面双击运行,不要担心,它只是会重启下你的桌面而已!
 
const HKEY_CURRENT_USER = &H80000001
 strComputer = "."
 Set objWMIService = GetObject("winmgmts:" _
     & "{impersonationLevel=impersonate}!\\" & strComputer & "\root\cimv2")
 Set colProcessList = objWMIService.ExecQuery _
     ("Select * from Win32_Process Where Name = 'explorer.exe'")
 For Each objProcess in colProcessList
     objProcess.Terminate()
 Next
 Set objRegistry=GetObject("winmgmts:{impersonationLevel=impersonate}!\\" &_
 strComputer & "\root\default:StdRegProv")
 strKeyPath1 = "Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\Bags"
 strKeyPath2 = "Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\BagMRU"
 strKeyPath3 = "SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Streams\Defaults"
 DeleteSubkeys HKEY_CURRENT_USER, strKeypath1
 DeleteSubkeys HKEY_CURRENT_USER, strKeypath2
 DeleteSubkeys HKEY_CURRENT_USER, strKeypath3
 Sub DeleteSubkeys(HKEY_CURRENT_USER, strKeyPath)
     objRegistry.EnumKey HKEY_CURRENT_USER, strKeyPath, arrSubkeys
     If IsArray(arrSubkeys) Then
         For Each strSubkey In arrSubkeys
             DeleteSubkeys HKEY_CURRENT_USER, strKeyPath & "\" & strSubkey
         Next
     End If
     objRegistry.DeleteKey HKEY_CURRENT_USER, strKeyPath
 End Sub 


这样就解决了Windows7文件夹中的文件随意拖动排列reg文件补丁后遗症。  
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值