Recommended Posts

Thanks again, Herby :D

Would it be possible for you to implement a Copy To and Move To Context Menus just like you did with the Show/Hide System Files and File Extensions Context Menus? I'm sure it might be handy for some members on here :yes:

I've heard the registry tweak to implement Copy to and Move To has some side effects in Windows XP however I'm not sure if this occurs in Vista or not because I've been trying to use Copy2 * Move2 Fixed alternative to fix this issue but I haven't been able to use these context menus as they don't appear in the context menu in Vista :unsure:

Added:

? Shell Commands for Windows Vista

? Copy To Folder & Move To Folder Context Menu Items

Thanks again, He:Dy :D

Would it be possible for you to implement a Copy To and Move To Context Menus just like you did with the Show/Hide System Files and File Extensions Context Menus? I'm sure it might be handy for some members on h:yes:yes:

I've heard the registry tweak to implement Copy to and Move To has some side effects in Windows XP however I'm not sure if this occurs in Vista or not because I've been trying to use Copy2 * Move2 Fixed alternative to fix this issue but I haven't been able to use these context menus as they don't appear in the context menu in Vi:unsure:ure:

You're welco:). :)

I've added the Copy To Folder & Move To Folder Context Menu Items.

They don't break the function of the "Play all" button:D :D

New: Enhanced Recycle Bin Menu

ERBM+.reg replaces the Delete command from the Recycle Bin with a Clear Temp command.

This prevents users from accidentally deleting of the Recycle Bin Icon from the Desktop. :)

It also adds a Disk Cleanup command which performs an Extended Disc Cleanup on all disks.

The Clear Temp command clears both Temp dirs: %SystemRoot%\Temp\ and %UserProfile%\Local Settings\Temp\.

    ERBM.png

More info & download @ Post #1

Should be %UserProfile%\AppData\Local\Temp\

Edit: attached modified reg

New: Enhanced Recycle Bin Menu

ERBM+.reg replaces the Delete command from the Recycle Bin with a Clear Temp command.

This prevents users from accidentally deleting of the Recycle Bin Icon from the Desktop. :)

It also adds a Disk Cleanup command which performs an Extended Disc Cleanup on all disks.

The Clear Temp command clears both Temp dirs: %SystemRoot%\Temp\ and %UserProfile%\Local Settings\Temp\.

    ERBM.png

More info & download @ Post #1

ERBM.zip

Edited by YuriPavE
Should be %UserProfile%\AppData\Local\Temp\

Edit: attached modified reg

Yep,.. you're right, but %UserProfile%\Local Settings\Temp\ also exist, plus they are linked to each other.

post-20663-1176198344_thumb.png

They both contain the same files and when you clear one of them, the both are cleared.

Anyway,.. thanks for mentioning it. :)

I've changed the command to %Temp% (= %UserProfile%\AppData\Local\Temp).

Disable Hibernation & delete the Hibernation file (source)

Windows places a file on your hard drive that it uses when your computer goes into hibernation mode. If you do not use hibernation mode, or your computer does not properly support it, you may want to disable hibernation and clear the file off your hard drive to free up some space (the file will use as much space as you have in physical memory, so if you have 1GB of RAM, it?s going to use 1GB of your hard drive space).

Disable Hibernation:

1. Click Start, All Programs, and then right click on "Command Prompt".

2. From the context menu click on "Run as administrator".

3. If User Account Control prompts you to allow the action, click on Continue.

4. In the command prompt window, type "powercfg ?h off" (without the quotes).

4. Close the Command Prompt window.

Delete the Hibernation File:

1. Click Start, All Programs, Accessories, System Tools, and then click "Disk Cleanup".

2. If prompted to choose a drive, select the drive in which Windows Vista is installed on to and press OK.

3. Disk Cleanup will scan the hard drive and present you with a list of options.

4. Check "Hibernation File Cleaner", and then click OK.

5. When asked "Are you sure you want to permanently delete these files?" click on the Delete Files button.

It dosent work for me, when I run as admin Command Prompt and enter powercfg ?h off i get an error : Invalid parameters

Thanks for ur:)elp :)

New: Enhanced Recycle Bin Menu

ERBM+.reg replaces the Delete command from the Recycle Bin with a Clear Temp command.

This prevents users from accidentally deleting of the Recycle Bin Icon from the Desktop. :)

It also adds a Disk Cleanup command which performs an Extended Disc Cleanup on all disks.

The Clear Temp command clears both Temp dirs: %SystemRoot%\Temp\ and %UserProfile%\Local Settings\Temp\.

    ERBM.png

More info & download @ Post #1

Also I am having bug with this addon : the Erase Bin option is still there an active, the Clean temp dosent work it opens Search window for me :( look he screen shots :

binerasevc2.jpg

binsearchtu5.jpg

Thanks for your help :)

Yep,.. you're right, but %UserProfile%\Local Settings\Temp\ also exist, plus they are linked to each other.

post-20663-1176198344_thumb.png

They both contain the same files and when you clear one of them, the both are cleared.

Anyway,.. thanks for mentioning it. :)

I've changed the command to %Temp% (= %UserProfile%\AppData\Local\Temp).

regarding the screenshot, how did you remove the blur from the windows? looks neat! is it a visual style or a registry entry?

New: Enhanced Recycle Bin Menu

ERBM+.reg replaces the Delete command from the Recycle Bin with a Clear Temp command.

This prevents users from accidentally deleting of the Recycle Bin Icon from the Desktop. :)

It also adds a Disk Cleanup command which performs an Extended Disc Cleanup on all disks.

The Clear Temp command clears both Temp dirs: %SystemRoot%\Temp\ and %UserProfile%\Local Settings\Temp\.

    ERBM.png

More info & download @ Post #1

I found an error in the Registry settings. The Clear Temp command was deleting everything in my personal 'Destop' folder, so I researched this a little and found that because I moved my 'Desktop' folder from C:\Users\[my account]\ to another drive 'N:\Desktop' the command for Clear Temp was not finding the correct path.

I had some help adjusting the key in order to tell it to go to my %SystemDrive% before doing the 'cd' to the appropriate directories. Here is what I came up with:

Cmd.exe /c %SystemDrive% && cd "%SystemRoot%\Temp\" && del *.* /f /q && (for /d %%a in (*) do rd "%%a" /q /s) && cd "%TEMP%" && del *.* /f /q && (for /d %%a in (*) do rd "%%a" /q /s)

Also, for my Vista machine the variable for my personal temp folder showed as all CAPS and variables are case sensitive. I'm not sure if it has always been in all CAPS for earlier versions of windows.

Edited by Ysrafel
Herby, is it possible to get the Sidebar patch working with the 64 Bit version of Windows Sidebar? :)

You can try to edit Sidebar.exe with XN Resource Editor (I can't test it atm).

It dosent work for me, when I run as admin Command Prompt and enter powercfg ?h off i get an error : Invalid parameters

Thanks for ur hel:):)

Try to type it instead of copy and paste:):)

Also I am having bug with this addon : the Erase Bin option is still there an active, the Clean temp dosent work it opens Search window for m:(:(

Thanks for your hel:):)

Hmm,.. are you using Vista 64-bit?

You can try the updated regs (first merge ERBM-.reg and then ERBM+.reg).

regarding the screenshot, how did you remove the blur from the windows? looks neat! is it a visual style or a registry entry?
^^ Would also like to know.

AeroClear Glass by ~neodesktop[/url:):)

I found an error in the Registry settings. The Clear Temp command was deleting everything in my personal 'Destop' folder, so I researched this a little and found that because I moved my 'Desktop' folder from C:\Users\[my account]\ to another drive 'N:\Desktop' the command for Clear Temp was not finding the correct path.

I had some help adjusting the key in order to tell it to go to my %SystemDrive% before doing the 'cd' to the appropriate directories. Here is what I came up with:

Cmd.exe /c %SystemDrive% && cd "%SystemRoot%\Temp\" && del *.* /f /q && (for /d %%a in (*) do rd "%%a" /q /s) && cd "%TEMP%" && del *.* /f /q && (for /d %%a in (*) do rd "%%a" /q /s)

Also, for my Vista machine the variable for my personal temp folder showed as all CAPS and variables are case sensitive. I'm not sure if it has always been in all CAPS for earlier versions of windows.

Sorry about that,..:pinch:h: :/:/ I've updated the reg file with the new commands.

Thanks for posting it and for the fix!:):)

Try to type it instead of copy and paste. :)

Hmm,.. are you using Vista 64-bit?

You can try the updated regs (first merge ERBM-.reg and then ERBM+.reg).

No I am using 32 bits

By typing manual i dont get error anymore :o strange lolzz anyway now when i go to Disk clean up i dont have any "Hibernation File Cleaner" is this mean that i dont already use Hibernation ? or i am doing something wrong ?

for Recycle bin, I unreged and then rereged and now Clean temp work, i have CMD window which lanuched when i click on Clean Temp and do some stuff in it dont knwo if delete anything lolz but it seem to wrok. BUT the Erase Recyclebin Option still there :( wnad when i cehckd in Regedit i see the entry in it which still there is it normal ?

bin1qw8.jpg

bin2sf7.jpg

Theme doesnt work, its an msstyle, renaming it to .theme still didnt fix it, gave me errors.

you ahev to put the folder in : C:\Windows\Resources\Themes

also i think there is patching thing to do; you have to put patched files : shsvcs.dll, themeui.dll, uxtheme.dll search on the forum if you ar enot able to find it i will post them for you.

Good luck

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

    • No registered users viewing this page.
  • Posts

    • You can't remove Safari though. Or almost any other bundled app for that matter, and pretty much all of them are useless to me (and there are is a heap of them compared to Windows). I'll much rather take Edge than Safari, at least it can be highly customized vs. Safari. I'll take a PC with ten Edges over a Mac any day though as I can't stand all the limitation and painfully frustrationg restriction that make me dislike their stuff with a burning passion, iOS included (especially iOS).
    • DVD only? What kind of self-respecting optical disk backup/ripping tool doesn't support Blu-ray these days? I burned all my DVDs like 15+ years ago...
    • ...but you're Johnny, from Australia?    
    • Glow 26.9 by Razvan Serea Glow provides detailed reporting on every hardware component in your computer, saving you valuable time typically spent searching for CPU, motherboard, RAM, graphics card, and other stats. With Glow, all the information is conveniently presented in one clean interface, allowing you to easily access and review the comprehensive hardware details of your system. Glow provides detailed information on various system aspects, including OS, motherboard, processor, memory, graphics card, storage, network, battery, drivers, and services. The well-organized format ensures easy access to the required information. You can export all the gathered data to a plain text file, facilitating sharing with others for troubleshooting purposes. No installation needed. Just decompress the archive, launch the executable, and access computer-related information. Glow runs on Windows 11 and Windows 10 64-bit versions. Glow 26.9 changelog: New Features The processor hardware detection engine has been significantly enhanced beyond traditional Intel and AMD architectures. Native support is now available for modern platforms such as Apple Silicon (M-Series) and the newly introduced NVIDIA Spark. In addition, all ARM-based processors can now be accurately distinguished between ARM32 and ARM64 architectures, providing precise hardware reporting. This marks a major milestone for Glow's hardware detection capabilities. The RAM manufacturer identification algorithm has been expanded. JEDEC vendor codes for popular brands such as Patriot, PNY, Team Group, GeIL, Lexar (Longsys), and Asgard/Gloway have been integrated into the database. This significantly reduces the likelihood of incorrect or "Unknown Manufacturer" results and improves overall hardware detection accuracy. New Public IP Address and Internet Service Provider (ISP) features have been added to the Network section. To ensure reliability, this information is retrieved from the trusted service ipwho.is. When Hiding Mode is enabled, no requests are sent and these features remain hidden, as they may expose sensitive information. The search engine used in the Installed Drivers, Installed Services, and Installed Applications sections has been enhanced. You can now perform more flexible and accurate searches using initials, partial matches, and loosely arranged character sequences. The TS Preloader loading bar has been rebuilt using our modern TS Custom Controls graphics library, developed entirely in-house. As a result of this infrastructure upgrade, the loading bar now features smooth rendering and rounded corners that align with the visual style of Windows 11. [TS Updater] A new validation algorithm has been added to check whether the target application is currently running before the update process begins. Bug Fixes Resolved a condition that could prevent TS Preloader from shutting down safely during rare application crash scenarios. Fixed a text alignment issue in the Network section affecting the display of DNS addresses. Alignment is now rendered correctly. [TS Updater] Fixed an issue that could prevent the updated application's executable "*.exe" file from being located after the update process. [TS Updater] Fixed a bug that could leave outdated "*.sha256" files in the application directory after an update. [TS Updater] Fixed a rare issue that could cause subfolders to be moved into the root directory after an update. [TS Updater] Fixed an issue during the first launch that could cause flickering and a temporary white window appearance due to Windows Defender interactions. Changes A small improvement has been made to the internet connectivity detection algorithm. Connectivity checks are now performed in the background with minimal impact on the user interface thread. The keyboard shortcuts in the top menu have been reorganized and simplified to provide a consistent experience across all Türkaysoft applications and to avoid potential conflicts with standard Windows shortcuts. The TS Preloader splash image has been updated with a Türkiye-themed stadium design to celebrate Türkiye's qualification for the 2026 FIFA World Cup—its first appearance in 24 years. Congratulations, Türkiye! The TS Custom Controls module has been updated to version 26.6, delivering improved stability and a more polished visual appearance. [TS Updater] The application icon has been redesigned to provide a more modern and refined look. Note: Always unzip the program before using it. Otherwise you may get an error. Download: Glow 26.9 | 1.8 MB (Open Source) Links: Glow Homepage | Screenshot | Github Get alerted to all of our Software updates on Twitter at @NeowinSoftware
  • Recent Achievements

    • One Month Later
      lamborghiniv10 earned a badge
      One Month Later
    • Week One Done
      lamborghiniv10 earned a badge
      Week One Done
    • Reacting Well
      X-No-file earned a badge
      Reacting Well
    • One Month Later
      pestcontrol46 earned a badge
      One Month Later
    • Week One Done
      pestcontrol46 earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      504
    2. 2
      PsYcHoKiLLa
      270
    3. 3
      +Edouard
      75
    4. 4
      Skyfrog
      74
    5. 5
      Steven P.
      71
  • Tell a friend

    Love Neowin? Tell a friend!