|
HKEY_CLASSES_ROOT\Directory\Background\Shell. , , . , , .
, , HKCR\Directory\Background\Shell . , , , . notepad , . . , , , , . , , , . , .
, . . . , . ( ):
MUIVerb – , .. .
Extended – , Shift. HKEY_CLASSES_ROOT\Directory\Background\shell\cmd, . , Shift, .
. , command. , . , notepad.exe.
, . , , .
/
. , , , , . . . – Alt, , | …. , . VBS-, IconsOnly HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced. ToggleThumb HKEY_CURRENT_USER\Software\Classes\Directory\Background\Shell / . . , HKEY_CURRENT_USER, . command wscript.exe "%WinDir%\togglethumbs.vbs". ,
Set WshShell = CreateObject("WScript.Shell")
strValue = "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\IconsOnly"
strIconsOnly = WshShell.RegRead(strValue)
If strIconsOnly = 0 Then
WshShell.RegWrite strValue,1,"REG_DWORD"
Else
WshShell.RegWrite strValue,0,"REG_DWORD"
End If
WshShell.SendKeys "{F5}"
togglethumbs.vbs Windows.
. , .
/ – Adobe Photoshop, .
http://www.winhelponline.com/blog/toggle-thumbnail-previews-right-click-menu-windows-vista-windows-7/ . REG- (togglethumbs.reg) (undo.reg) , (togglethumbs.vbs). , Windows, – , . , , , .
. — Add Empty Folder Contents to Windows 7 Right Click Context Menu. | The Windows Club.
, . .. , Delete, . , Windows.
HKEY_CLASSES_ROOT\Directory\shell DeleteFolderContent MUIVerb . DeleteFolderContent command :
cmd /c "cd /d %1 && del /s /f /q *.*"
.
, . — .
, . . , Windows user.alexanderklimov.ru. , Windows 7. , . , , , . , Windows XP , -,
|