Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

How would you set the folder background for every folder at once?

Featured Replies

How would you set a sort of default folder background for all folders? Is this something that's possible through the registry, or can it be embedded in the htt used for the sidebars?

On a completely unrelated note, there isn't a way to set up a seperate image in an htt file for a different drive? Something like %drive%/image.ext


How would you set a sort of default folder background for all folders?

As far as I know, no one has found a way to do that.

Is this something that's possible through the registry, or can it be embedded in the htt used for the sidebars?

An htt file is actually used for displaying the entire content of the window and not only the left pane.

On a completely unrelated note, there isn't a way to set up a seperate image in an htt file for a different drive? Something like %drive%/image.ext

An easy way to do this is to use a desktop.ini file in the folder you want, as to force the folder to use a customized htt file which has the image or functions you want :

[ExtShellFolderViews]
Default={5984FFE0-28D4-11CF-AE66-08002B2E1262}
{5984FFE0-28D4-11CF-AE66-08002B2E1262}={5984FFE0-28D4-11CF-AE66-08002B2E1262}

[{5984FFE0-28D4-11CF-AE66-08002B2E1262}]
PersistMoniker=file://yourcustomfile.htt

I am not sure whether it is possible or not to add some script to the htt file that displays all folders so that it displays custom elements according to the path of the folder.

Edited by eidenk

  • 2 weeks later...
  • Author

Ah hah! It can be done!

REGEDIT4
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\ExtShellViews\{BE098140-A513-11D0-A3A4-00C04FD706EC}]
"Attributes"="1"
"IconArea_Image"="C:\\imagepath.ext"

[HKEY_CLASSES_ROOT\Directory\shellex\ExtShellFolderViews\{BE098140-A513-11D0-A3A4-00C04FD706EC}]

The HKLM line sets the default attributes for this namespace. The font color commands are overridden by Windows itself, but you can set the default icon area image no problem. Any settings in the folder's own desktop.ini will override this.

To utilize the feature you just add the namespace to the ExtShellFolderViews for whatever directory you want to affect. The HKCR above affects all directories, but you could selectively change only certain system folder backgrounds by adding the namespace to their respective CLSID.

Ah hah! It can be done!

REGEDIT4
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\ExtShellViews\{BE098140-A513-11D0-A3A4-00C04FD706EC}]
"Attributes"="1"
"IconArea_Image"="C:\\imagepath.ext"

[HKEY_CLASSES_ROOT\Directory\shellex\ExtShellFolderViews\{BE098140-A513-11D0-A3A4-00C04FD706EC}]

The HKLM line sets the default attributes for this namespace. The font color commands are overridden by Windows itself, but you can set the default icon area image no problem. Any settings in the folder's own desktop.ini will override this.

To utilize the feature you just add the namespace to the ExtShellFolderViews for whatever directory you want to affect. The HKCR above affects all directories, but you could selectively change only certain system folder backgrounds by adding the namespace to their respective CLSID.

Hey, clever. Pity that a desktop.ini per folder is still needed though.

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.