PaulSpoerry.com

You found me…
  • rss
  • Home
  • Archive
  • Links
  • Contact
  • Categories
  • Search
  • Snazzy Archives
  • About
  • Photos

Disable Vista’s Automatic Folder Type Discovery

June 27, 2008

By default, Windows Explorer in Windows Vista will try to automatically detect the contents of a folder and display the correct detail settings, however in some situations you may wish to disable this behavior and customize the view settings manually as desired.

NOTE: This involves editing the registry. It is always recommended to create a back-up of the registry before making any modifications. Before performing any of the actions below, please save your work and close any Windows Explorer windows, as you will need to log off for these changes to properly take effect.

Automatic method

  • Download the command script that they have created and extract the files to your Desktop. Once you have extracted the files, simply double click on “disable_automatic_foldertype_discovery.cmd” and read the precautions in the command prompt window that appears.This file has been scanned for viruses and does not perform any malicious tasks, it simply automates the task required to reset the Windows Explorer view settings and then proceed to disable the automatic folder content discovery.

Manual method

  • Click on Start, and in the Start Search field type “REGEDIT”, and then press Enter.
  • If User Account Control prompts you, provide consent by clicking on Continue or entering a password.
  • In the left hand pane, navigate to HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell
  • Right click on the “Bags” sub-key and click on Delete. When asked to confirm the operation click on Yes.
  • Right click on the “Shell” sub-key and from the menu that appears click on New, and then click on Key.
  • Give the new key a name of “Bags” (without the quotes).
  • Right click on the “Bags” sub-key and from the menu that appears click on New, and then click on Key.
  • Give the new key a name of “AllFolders” (without the quotes).
  • Right click on the “AllFolders” sub-key and from the menu that appears click on New, and then click on Key.
  • Give the new key a name of “Shell” (without the quotes).
  • Select the “Shell” key that you just creaited.
  • In the right hand pane of the Registry Editor, right click on an empty area and from the menu click on New, and then click on String Value.
  • Give the new REG_SZ (String Value) a name of “FolderType” (without the quotes).
  • Double click on the FolderType String Value and give it a value of “NotSpecified” (without the quotes).
  • Close the Registry Editor.
  • Click on Start, press the arrow next to the power buttons, and select Log Off from the menu that appears.
  • Log back in and customize your Windows Explorer folder view settings as desired.

If you would like to reset Windows Explorer back to the way it should act by default:

  • Click on the Start button, and in the Start Search field paste the following bold text command: REG DELETE “HKCU\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\Bags\AllFolders” /f
  • Press the Enter key to execute the command.

Folder content auto discovery will be enabled on any folders that have not been previously opened. However, if you would like to reset the view settings on all folders so that auto-sensing is automatically enabled, simply download the “Reset Windows Explorer View Settings” command script, extract the .cmd file from the Compressed Folder (ZIP file) and execute the command script, paying attention to the on-screen information.

Comments
1 Comment »
Categories
Code, Tech, Vista Tweaks, Windows
Tags
cmd, command script, content discovery, current user, default windows, detail settings, explorer windows, local settings, microsoft windows, search field, software classes, software microsoft, type regedit, user software, windows explorer, windows shell
Comments rss Comments rss
Trackback Trackback

Disable All Notification Balloons in Windows Vista

June 16, 2008

If you find the popup notification balloons in the Windows Vista system tray to be annoying, you might be interested to know that you can completely disable them. Typically you can just turn them off in the applications causing the notifications (probably you’re best bet), but if you want to disable them across the board, this is the solution.

image72 Disable All Notification Balloons in Windows Vista

Note: I’m not necessarily recommending that everybody do this… you should only bother with it if you need to solve this particular problem.

Manual Registry Hack

Open up regedit.exe through the start menu search or run box, and then browse down to the following key:

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

image73 Disable All Notification Balloons in Windows Vista

Right-click on the right-hand pane, and create a new 32-bit DWORD with the following values:

  • Name: EnableBalloonTips
  • Value: 0

You’ll have to logoff and back on in order to see the change.

Comments
No Comments »
Categories
Tech, Vista Tweaks, Windows
Tags
balloons, current user, dword, extreme option, hand pane, menu search, microsoft, microsoft windows, registry hack, software microsoft, solution note, start menu, system tray, user software, vista system
Comments rss Comments rss
Trackback Trackback

How to access Administrative Shares on Vista (C$)

May 9, 2007

I rarely use network shares on my computers. Ok, I have a few setup for the family to use if they need to copy something from one computer to another and a share for our network storage. Other than that I have always favored using admintrative shares. These don’t show up in network neighborhood, but can be accessed by using \\computername\C$. The “$” at the end of a share name makes it invisible to network browsing, but otherwise it is a regular share. As the name implies, administrative shares are only available to those in the Local Administrators security group. This is turned off by default in Vista. Bummer, it’s so handy… I guess that’s part of the big security push. *shrug*

To enable administrative shares you gotta make a registry change. Click on the orb and in the search box type ‘regedit’ and hit enter. Browse to HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\System. Add a new DWORD called “LocalAccountTokenFilterPolicy” and give it a value of 1. Reboot and yer done!

Comments
1 Comment »
Categories
Tech, Vista Tweaks
Tags
administrative shares, dword, machine software, microsoft, microsoft windows, network neighborhood, network shares, network storage, orb, reboot, search box type, security group, share name, shrug, software microsoft, type regedit, Vista Admin shares, vista tweak, Vista Tweaks
Comments rss Comments rss
Trackback Trackback

Make User Account Control (UAC) Stop Blacking Out the Screen in Windows Vista

March 11, 2007

Every since User Account Control (UAC) hit the streets people have been complaining about how it darkens the screen out when asking for permission to do something. Personally I didn’t find it that annoying, but a lot of people have been complaining about it. You can change this default behavoir. Go to the start menu and type in security in the search box. You should see the Local Security Policy as the top search item.

image%7B0%7D Make User Account Control (UAC) Stop Blacking Out the Screen in Windows Vista

In the Local Security Policy window, browse down to Local Policies \ Security Options

image%7B0%7D%5B1%5D Make User Account Control (UAC) Stop Blacking Out the Screen in Windows Vista

Over in the right hand part of the window, scroll down near the bottom and find the item titled User Account Control: Switch to the secure desktop when prompting for elevation

Double-click on the item, and change it to disabled and then click OK.

Note: This does make your system slightly less secure, so be warned.

For Windows Home users, you will need to open up regedit via the start menu search box. Browse down to this registry key:

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]

You should see a key called PromptOnSecureDesktop. Double-click this and change the value to 0.

Source: HowToGeek. Check out some other great posts from the same site!

  • Disable User Account Control (UAC) the Easy Way on Windows Vista
  • Run a Command as Administrator from the Windows Vista Run box
  • Enable or Disable UAC From the Windows Vista Command Line
  • Disable User Account Control(UAC) For Administrators Only
  • Stop an Application from Running at Startup in Windows Vista
  • Comments
    No Comments »
    Categories
    Tech, Windows
    Tags
    control switch, double click, elevation, hkey local machine, hkey local machine software, home users, local security, menu search, microsoft, microsoft windows, regedit, search box, secure desktop, security options, security policy, software microsoft, start menu, uac, Vista
    Comments rss Comments rss
    Trackback Trackback

    Tag Cloud

    ajax amazon barack obama bittorrent blog btjunkie facebook firefox gadget Gadgets game google gps HTC HTC Touch iGoogle launch menu search microsoft microsoft windows myspace orb photo power users Religion Ron Paul software microsoft sprint Sprint Touch sprint touch GPS sprint touch reva sprint touch rom update start menu star wars target Vista vista tweak Vista Tweaks web 2.0 wikipedia Windows Mobile windows vista windows xp Wordpress youtube
    rss Comments rss valid xhtml 1.1 design by jide powered by Wordpress get firefox