Jump to content

Explorer properties


Recommended Posts

Does anyone know how to import certain explorer properties during unattended install ?

with "certain" I mean, icon size(small), enabling hidden files to be viewed, :D

Making the "detail" view standard when you click my computer. :)

:rolleyes:

Link to comment
Share on other sites


Currently I'm using the regtweak posted beneath;

But this gives me the "icon view" in explorer, does anyone know what I should change to enable the "detail view" ?

;wish to set all folders in the detailed list view,wish to show known file endings

;wish to see every file (hidden, system and so on) wish to see system folders

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]

"Hidden"=dword:00000001

"HideFileExt"=dword:00000000

"DontPrettyPath"=dword:00000000

"ShowInfoTip"=dword:00000001

"HideIcons"=dword:00000000

"MapNetDrvBtn"=dword:00000000

"WebView"=dword:00000001

"Filter"=dword:00000000

"SuperHidden"=dword:00000000

"SeparateProcess"=dword:00000000

"ListviewAlphaSelect"=dword:00000001

"ListviewShadow"=dword:00000001

"ListviewWatermark"=dword:00000001

"TaskbarAnimations"=dword:00000001

"StartMenuInit"=dword:00000002

"StartButtonBalloonTip"=dword:00000002

"TaskbarSizeMove"=dword:00000000

"TaskbarGlomming"=dword:00000000

"NoNetCrawling"=dword:00000001

"FolderContentsInfoTip"=dword:00000001

"FriendlyTree"=dword:00000001

"WebViewBarricade"=dword:00000001

"DisableThumbnailCache"=dword:00000001

"ShowSuperHidden"=dword:00000000

"ClassicViewState"=dword:00000001

"PersistBrowsers"=dword:00000000

"StartMenuAdminTools"="YES"

"StartMenuFavorites"=dword:00000001

"StartMenuLogoff"=dword:00000001

"StartMenuRun"=dword:00000001

"StartMenuChange"=dword:00000001

"CascadeControlPanel"="YES"

"CascadeMyDocuments"="YES"

"CascadeMyPictures"="NO"

"CascadeNetworkConnections"="YES"

"CascadePrinters"="NO"

"StartMenuScrollPrograms"="NO"

"IntelliMenus"=dword:00000000

"Start_LargeMFUIcons"=dword:00000000

"Start_MinMFU"=dword:00000006

"Start_ShowControlPanel"=dword:00000001

"Start_EnableDragDrop"=dword:00000001

"Start_ShowHelp"=dword:00000000

"Start_ShowMyComputer"=dword:00000001

"Start_ShowMyMusic"=dword:00000000

"Start_ShowMyPics"=dword:00000000

"Start_ShowPrinters"=dword:00000001

"Start_ShowRun"=dword:00000001

"Start_ScrollPrograms"=dword:00000000

"Start_ShowSearch"=dword:00000001

"Start_ShowSetProgramAccessAndDefaults"=dword:00000000

"Start_ShowRecentDocs"=dword:00000002

"Start_AutoCascade"=dword:00000001

"Start_NotifyNewApps"=dword:00000000

"Start_AdminToolsRoot"=dword:00000000

"Start_ShowNetPlaces_ShouldShow"=dword:00000041

"Start_ShowNetConn_ShouldShow"=dword:00000042

"Start_ShowNetConn"=dword:00000000

"Start_ShowNetPlaces"=dword:00000001

Link to comment
Share on other sites

  • 3 weeks later...

Ok found this:

;Detail mode in all folder

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Streams]

"Settings"=hex:09,00,00,00,04,00,00,00,00,00,00,00,00,77,7e,13,73,35,cf,11,ae,\

69,08,00,2b,2e,12,62,04,00,00,00,03,00,00,00,43,00,00,00

Bit reluctant to use a stream.

If ya know anything about Win32 programming you'll realise that it's not a good idea.

When a stream is copied to an area of memory, it must map to the layout the program expects.

If a future update changes the layout then having this reg tweak could give trouble.

(Feel free to correct me, i'm no Win32 expert)

Link to comment
Share on other sites

yo,

i don't know if this is the right place for this one, but i'll ask anyways.

Windows XP has a bunch of "special effects" which are turned on by default. i usually turn them off by bringing up System Properties on the Advanced Tab. In there you find a Performance section. I always set it to "Best Performance", so all the special effects are turned off. I know this is a per-user setting. Can anyone give me the registry keys associated with having all these turned off? its one of the last registry tweaks i need to finished my CD....

Link to comment
Share on other sites

i think i figured it out

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects]
"VisualFXSetting"=dword:00000002

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\AnimateMinMax]
"DefaultApplied"=dword:00000000

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\ComboBoxAnimation]
"DefaultApplied"=dword:00000000

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\CursorShadow]
"DefaultApplied"=dword:00000000

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\DragFullWindows]
"DefaultApplied"=dword:00000000

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\DropShadow]
"DefaultValue"=dword:00000000
"DefaultApplied"=dword:00000000

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\FontSmoothing]
"DefaultValue"=dword:00000000
"DefaultApplied"=dword:00000001

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\ListBoxSmoothScrolling]
"DefaultApplied"=dword:00000000

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\ListviewAlphaSelect]
"DefaultValue"=dword:00000000
"DefaultApplied"=dword:00000000

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\ListviewShadow]
"DefaultValue"=dword:00000000
"DefaultApplied"=dword:00000000

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\ListviewWatermark]
"DefaultValue"=dword:00000000
"DefaultApplied"=dword:00000000

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\MenuAnimation]
"DefaultValue"=dword:00000000
"DefaultApplied"=dword:00000000

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\SelectionFade]
"DefaultValue"=dword:00000000
"DefaultApplied"=dword:00000000

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\TaskbarAnimations]
"DefaultValue"=dword:00000000
"DefaultApplied"=dword:00000000

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\Themes]

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\TooltipAnimation]
"DefaultValue"=dword:00000000
"DefaultApplied"=dword:00000000

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\WebView]
"DefaultApplied"=dword:00000000

gonna test now....

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...