Toast's Advanced Folder Options


Recommended Posts

UPDATED

WinXP ONLY

RESTORE DEFAULT SETTINGS

I wanted to share this with you guys because I know when I released a version of this forever ago some of you guys loved it.

If you have any sugestions on tweaks I should add (registry tweaks that are DWORD values in the registry), feel free to sugest. If you have any sugestions on wording of these current tweaks or what categories they fall in, again, let me know.

Btw, I added these options via the registry. Pretty easy stuff, but time consuming.

All of the options

full-opts.png

Some of the tool tips

tooltip-1.png

tooltip-2.png

Do know this... I do this because I have nothing better to do at work when I'm bored. I don't want to hear it if you think it sucks. If you don't like, keep it to yourself. Thanks (Y)

So anywho, that should be it. In the attachment there's a reg file and a help file. Move the help file to your C:\WINDOWS\HELP directory to enable to tool tips.

advfolderopts.rar

Edited by ToastGodSupreme
Link to comment
https://www.neowin.net/forum/topic/109605-toasts-advanced-folder-options/
Share on other sites

If I were you I would check out Xteq X-Setup - you can find all of the latest tweaks that others have found and incorporate it into your little app here? ;-0

Yeah... this is just something I do at work when things are boring. Right now I only have the ability to modify DWORD values. But oh well.

I don't know what most of the options mean/do.

Would appreciate if a detailed writeup of the options to be released with it.

Yeah, I've got the tooltips comming in the next "release". I added a few more options, changed the wording for some, fixed one of them (wasn't set right). Etc.

Here's an excerpt from one of the tool tips:

By default Windows creates one multi-threaded Explorer process which contains the Desktop, Taskbar and all other explorer instances. If one of these instances fails, all instances will fail. When enabled, this setting causes Windows to create separate processes insulating them from other failures.

User Key: [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer]System Key: [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer]

Value Name: DesktopProcess

Data Type: REG_DWORD (DWORD Value)

Value Data: (1 = Separate Process, 0 = Default)

I go so far as to give the user information on the tweak so if they wanted to go in by hand and do it, they could (one thing I thought all tweaking apps I've tried have lacked).

RESTORE TO DEFAULTS

Sorry about that.

This reg will uninstall all the tweaks and install the default settings. From there, you can import the latest version.

Been playing with it between down times today and here's what's changed so far:

Oct 23 -

Added the following options:

*TcpMaxDataRetransmissions

*BagMRU Size

*EnableBalloonTips

*NoUserNameInStartMenu

*EncryptionContextMenu

Other changes:

*Removed some uneeded stuff from some of the group entries.

*Changed the wording for the shortcuts entries. Although very similar, they perform slightly different functions. Read the tooltips.

*Fixed broken tool tip for Anonymous User Restrictions and updated it with a link to a MSKB article on it (article is for Win2k, but applies to XP too).

Will upload new version tomorrow with "changelog". :D Glad you guys like. Sorry again about no "uninstaller" back there.

default.reg

This lets you hide/show recycle bin on the desktop. It's a little buggy so use at your own risk.

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Miscellaneous\NewStartPanel\]

"CheckedValue"=dword:00000001

"DefaultValue"=dword:00000000

"HKeyRoot"=dword:80000002

"Type"="checkbox"

"Text"="Show recycle bin on new start menu"

"UncheckedValue"=dword:00000000

"ValueName"="{645FF040-5081-101B-9F08-00AA002F954E}"

"RegPath"="SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Explorer\\HideDesktopIcons\\NewStartPanel"

"HelpID"="none"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Miscellaneous\ClassicStartPanel\]

"CheckedValue"=dword:00000001

"DefaultValue"=dword:00000000

"HKeyRoot"=dword:80000002

"Type"="checkbox"

"Text"="Show recycle bin on classic start menu"

"UncheckedValue"=dword:00000000

"ValueName"="{645FF040-5081-101B-9F08-00AA002F954E}"

"RegPath"="SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Explorer\\HideDesktopIcons\\ClassicStartmenu"

"HelpID"="none"

It would be cool if everyone added there own little tweak, and toast god added everything into a huge .reg file.

-gosh

I turned my tweak into an inf file. I also fixed it, what i posted before didn't work

tweakme.inf

[Version]

Signature=$CHICAGO$

[DefaultInstall]

AddReg=folder_Options

[folder_Options]

;show recycle bin on desktop with new start menu

HKLM,"%Advanced%\Miscellaneous\NewStartPanel","CheckedValue",0x00010001,0

HKLM,"%Advanced%\Miscellaneous\NewStartPanel","DefaultValue",0x00010001,0

HKLM,"%Advanced%\Miscellaneous\NewStartPanel","HKeyRoot",0x00010001,0x80000002

HKLM,"%Advanced%\Miscellaneous\NewStartPanel","Type",0,"checkbox"

HKLM,"%Advanced%\Miscellaneous\NewStartPanel","Text",0,"Show recycle bin on desktop (new)"

HKLM,"%Advanced%\Miscellaneous\NewStartPanel","UncheckedValue",0x00010001,1

HKLM,"%Advanced%\Miscellaneous\NewStartPanel","ValueName",0,"{645FF040-5081-101B-9F08-00AA002F954E}"

HKLM,"%Advanced%\Miscellaneous\NewStartPanel","RegPath",0,"%Explorer%\HideDesktopIcons\NewStartPanel"

;show recycle bin on desktop with classic start menu

HKLM,"%Advanced%\Miscellaneous\ClassicStartPanel","CheckedValue",0x00010001,0

HKLM,"%Advanced%\Miscellaneous\ClassicStartPanel","DefaultValue",0x00010001,0

HKLM,"%Advanced%\Miscellaneous\ClassicStartPanel","HKeyRoot",0x00010001,0x80000002

HKLM,"%Advanced%\Miscellaneous\ClassicStartPanel","Type",0,"checkbox"

HKLM,"%Advanced%\Miscellaneous\ClassicStartPanel","Text",0,"Show recycle bin on desktop (classic)"

HKLM,"%Advanced%\Miscellaneous\ClassicStartPanel","UncheckedValue",0x00010001,1

HKLM,"%Advanced%\Miscellaneous\ClassicStartPanel","ValueName",0,"{645FF040-5081-101B-9F08-00AA002F954E}"

HKLM,"%Advanced%\Miscellaneous\ClassicStartPanel","RegPath",0,"%Explorer%\HideDesktopIcons\ClassicStartmenu"

[strings]

Advanced = "Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced"

Explorer = "Software\Microsoft\Windows\CurrentVersion\Explorer"

-gosh

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Microsoft Edge 149.0.4022.69 by Razvan Serea Microsoft Edge is a super fast and secure web browser from Microsoft. It works on almost any device, including PCs, iPhones and Androids. It keeps you safe online, protects your privacy, and lets you browse the web quickly. You can even use it on all your devices and keep your browsing history and favorites synced up. Built on the same technology as Chrome, Microsoft Edge has additional built-in features like Startup boost and Sleeping tabs, which boost your browsing experience with world class performance and speed that are optimized to work best with Windows. Microsoft Edge security and privacy features such as Microsoft Defender SmartScreen, Password Monitor, InPrivate search, and Kids Mode help keep you and your loved ones protected and secure online. Microsoft Edge has features to keep both you and your family protected. Enable content filters and access activity reports with your Microsoft Family Safety account and experience a kid-friendly web with Kids Mode. The new Microsoft Edge is now compatible with your favorite extensions, so it’s easy to personalize your browsing experience. Microsoft Edge 149.0.4022.69 changelog: Fixed an issue that caused the Downloads dialog to continue displaying the "Keep/Delete" prompt for .rdp files after the download completed. Stable channel security updates are listed here. Download: Microsoft Edge (64-bit) | 193.0 MB (Freeware) Download: Microsoft Edge (32-bit) | 170.0 MB Download: Microsoft Edge (ARM64) | 188.0 MB View: Microsoft Edge Website | Release History Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Save 44% on Intuit QuickBooks Desktop Pro Plus 2024 (1 User for 1-Year) by Steven Parker Today's highlighted deal comes via our Apps + Software section of the Neowin Deals store, where for only a limited time, you can save 44% on Intuit QuickBooks Desktop Pro Plus 2024 (1 User + 1 Year) for Windows. Take control of your business finances with Intuit® QuickBooks® Desktop Pro Plus 2024 Lifetime Activation for Windows. This powerful accounting software simplifies bookkeeping, expense tracking, invoicing, and financial management—all in one intuitive platform. Designed for small business owners, freelancers, and accountants, QuickBooks® Desktop Pro Plus 2024 ensures accuracy, efficiency, and seamless transaction tracking. Stay organized, save time, and manage your finances with confidence—no subscriptions, just lifetime access! Financial and business management Comprehensive Financial Management: Gain access to a full suite of features designed to handle everything from creating invoices & managing expenses to generating reports and tracking sales. Enhanced Reporting Tools: Generate professional reports & insights to make informed financial decisions and help you stay ahead of your business goals. Job Costing: Track the profitability of specific jobs or projects. Fixed Asset Management: Track the depreciation & value of fixed assets. Customer & Vendor Management: Organize information, streamline communication & enhance customer relations. Sales Order Processing: Create & manage sales orders from start to finish. Purchase Order Processing: Create & manage purchase orders to streamline vendor payments. Improved Inventory Management: Enhanced features for tracking inventory levels & costs. Automation, integration, and support Enhanced Bank Feeds: Web Connect (manual QBO imports), works on all licenses for easier bank reconciliation Time Tracking: Track employee time to accurately calculate payroll and project costs Easy Data Import: Quickly transfer financial data from Excel or older QuickBooks® versions Why choose Intuit® QuickBooks® Desktop Pro Plus 2024? Effortless Installation: Quick and easy setup with step-by-step guidance. No Hidden Costs: One-time payment—no subscriptions or recurring fees. Direct Official Download: Access the software securely from the official QuickBooks® website. Stay Up to Date: Get the latest updates and features for optimal performance. Multilingual Support: Available in multiple languages to suit your needs. Lifetime Access: A one-time purchase means no ongoing costs. IMPORTANT: Cloud integrations (QuickBooks Payments, TurboTax, and Online logins) are NOT included. Good to know: Length of access: lifetime Redemption deadline: redeem your code within 30 days of purchase Access options: Windows Max number of device(s): 2 (for 1 user only and can't be used simultaneously) Version: 2024 (United States) 64-bit Available to both NEW and EXISTING users For US customers only Updates included An Intuit QuickBooks Desktop Pro Plus 2024 (1 User + 1-Year) for Windows: Lifetime License normally costs $536, but it can be yours for just $299.99 for a limited time, a saving of $236. There are also other plans available. For specifications, and license info please click the link below. Get Intuit QuickBooks Desktop Pro Plus 2024 for just $299.99 This is a time limited deal For US customers only. Support queries If you have queries or need support for any of the Neowin Deals, please use the contact form here. Neowin Deals are managed and sold by StackCommerce who represent Neowin on an affiliate basis. Why we post these deals We post these because we earn commission on each sale so as not to rely solely on advertising, which many of our readers block. It all helps toward paying staff reporters, servers and hosting costs. So for those that keep moaning and complaining, be thankful we're still online for you to even do that. Other ways to support Neowin Whitelist Neowin by not blocking our ads Create a free member account to see fewer ads Make a donation to support our day to day running costs Subscribe to Neowin - for $14 a year, or $28 a year for an ad-free experience Disclosure: Neowin benefits from revenue of each sale made through our branded deals site powered by StackCommerce.
    • AFAIK you shouldn't be getting a consent popup at all from Canada, so I think it is to do with a VPN or private/secure DNS.
    • From what I see it's only for Insider - preview builds. Not for everybody. So...
    • Of course, all of that sounds great on paper... No it doesn't!
  • Recent Achievements

    • Week One Done
      agatameier earned a badge
      Week One Done
    • One Month Later
      agatameier earned a badge
      One Month Later
    • Week One Done
      ssd21345 earned a badge
      Week One Done
    • Contributor
      MarkHughes4096 went up a rank
      Contributor
    • Dedicated
      jordanspringer earned a badge
      Dedicated
  • Popular Contributors

    1. 1
      +primortal
      507
    2. 2
      +Edouard
      175
    3. 3
      PsYcHoKiLLa
      139
    4. 4
      ATLien_0
      90
    5. 5
      Steven P.
      76
  • Tell a friend

    Love Neowin? Tell a friend!