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

    • OpenAI is now rolling out Lockdown Mode to more ChatGPT users by Pradeep Viswanathan Back in February, OpenAI first announced Lockdown Mode for users who want the most comprehensive protection from potential attacks. At the time of the announcement, the company mentioned that this feature was available to a small set of highly security-conscious users, including executives or security teams at leading organizations. Today, OpenAI announced that Lockdown Mode is now rolling out to all personal ChatGPT accounts, including Free, Go, Plus, and Pro, and also self-serve ChatGPT Business accounts. Users can enable the feature from ChatGPT Settings > Security when it is available for their account. When Lockdown Mode is enabled, ChatGPT limits or disables several features that connect to the web or external services. These include live web browsing, Deep Research, Agent Mode, and more. Here is the complete list of services that will be disabled in Lockdown Mode: Live web browsing: Web browsing is limited to accessing only cached content. Search results may be limited, unavailable, or stale. Image support: ChatGPT may not display images in regular responses or retrieve images from the web. Users can still upload image files, and image generation remains available where it is otherwise available. Deep research: Deep research is disabled. Agent mode: Agent mode is disabled. Canvas networking: Users cannot approve Canvas-generated code to access the network. File downloads: ChatGPT cannot download files for data analysis. ChatGPT can still operate on your manually uploaded files. It is important to note that Lockdown Mode does not completely block prompt injections from appearing in content that ChatGPT processes. For example, a malicious instruction could still be present in an uploaded file or cached web content. However, the mode is designed to reduce the ways such an attack could send sensitive information outside the conversation. Along with Lockdown Mode, OpenAI today also announced that the Active sessions feature is now available across ChatGPT accounts and workspace types. This feature allows users to review where their account is signed in across devices and end sessions if required. A session will have the following information displayed: Device or browser information. First-party app context, such as ChatGPT, Codex, or API Platform. Approximate location. Sign-in date and time. Whether the device is a trusted device. Whether it is your current session. OpenAI highlighted that the Active sessions feature will not be available for accounts linked to an organization’s single sign-on setup, including SAML or OIDC.
    • with LSTC and ESU, moving to w11 or linux because w10 suddenly will not work when in reality it works and its a better choice, of course there are also developers that only test in 11 or force you to have TPM and Secure boot for the sake of "better security" in games. or most likely people is buying new PC that only ship with 11
    • with LTSC and ESU there are still viable as a stable platform not that they care and let people deal with w11 crashing and burning every month support mean shet if the platform is trash
    • Most boring game ever. Repetitive, empty, predictable, and full of cliches. Total waste of time and money, IMO.
    • Mafia: The Old Country expansion Man of Honor announced, brings back Salieri from original by Pulasthi Ariyasinghe During Summer Game Fest, 2K and Hanger 13 brought out a new Mafia: The Old Country trailer, revealing the game's first expansion. Named Man of Honor, this is slated to add two new chapters to the Enzo storyline that the game follows. There is an iconic character returning to the series with this expansion, with players set to run into Ennio Salieri, the future Don of the Salieri crime family. Fans of the original Mafia, or its Definitive Edition remake, may remember that name as one of the biggest characters in the storyline. This expansion is set prior to his rise to being the kingpin in the City of Lost Heaven. "Set in Sicily during the winter of 1905, Enzo Favara has proven himself a reliable soldier of the Torrisi crime family in the months since his initiation," says the studio about the new chapters. "Now, the Don entrusts him and Cesare with a delicate assignment of assisting Ennio Salieri, a man of honor recently released from prison and intent on reclaiming what is his." Working at Salieri's side, players will be heading into fresh environments as they return to the role of Enzo as a high-ranking soldato. The studio also promises brand-new weapons, fresh vehicles, and charms to collect in this expansion. Moreover, the expansion will add new content to the updated Free Ride mode. Alongside new collectibles and locations, this will add more challenges to beat alongside Salieri, which are described as runs that will "test the skills of even the most elite mafiosi." The Mafia: The Old Country Man of Honor story expansion will release on August 14, 2026, across PC, Xbox Series X|S, and PlayStation 5. It will cost $10 for owners of the base game to jump into.
  • Recent Achievements

    • Rookie
      moog19 went up a rank
      Rookie
    • Mentor
      grik went up a rank
      Mentor
    • Dedicated
      JKR earned a badge
      Dedicated
    • One Year In
      CHUNWEI earned a badge
      One Year In
    • Conversation Starter
      FBSPL earned a badge
      Conversation Starter
  • Popular Contributors

    1. 1
      +primortal
      488
    2. 2
      PsYcHoKiLLa
      270
    3. 3
      Skyfrog
      75
    4. 4
      Steven P.
      68
    5. 5
      FloatingFatMan
      63
  • Tell a friend

    Love Neowin? Tell a friend!