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

    • That reminds me. Now that i have Quest 3 I should go back and try the first one in VR. ... last time i did that I tried it in some janky VR setup which was still really good.
    • It's amazing that anyone still uses this bloated trash.
    • @Sayan...I have defended you at various points as I hope you know. This headline however is utter trash...shame on you sir!
    • An actual cosmic "Eye of Sauron" had been looking straight at us all along by Sayan Sen Image by Kovin P. Vasquez via Pexels | Not representative An international team of researchers has solved a long-standing mystery surrounding a distant blazar known as PKS 1424+240, helping explain why it produces some of the brightest high-energy gamma rays and cosmic neutrinos ever observed despite appearing to have a relatively slow-moving jet. The findings were published on June 6 in Astronomy & Astrophysics Letters. The study addresses a broader challenge in astrophysics: understanding how extreme cosmic objects accelerate particles to very high energies and produce very high-energy (VHE) photons and neutrinos. PKS 1424+240 is located billions of light-years from Earth. It has attracted attention for years because it is both a powerful source of VHE gamma rays and the brightest known neutrino-emitting blazar in the sky, according to observations by the IceCube Neutrino Observatory. It is also associated with one of the strongest peaks in IceCube's nine-year neutrino sky map A blazar is a type of active galactic nucleus powered by a supermassive black hole that pulls in surrounding matter and launches jets of plasma moving close to the speed of light. What makes blazars unique is their orientation. One of their jets points almost directly toward Earth, making them appear exceptionally bright across the electromagnetic spectrum and allowing scientists to study some of the most extreme physical processes in the Universe. The scientists exclaimed it's like the 'Eye of Sauron' in deep space. Usually, the brightest gamma-ray-emitting blazars are expected to have jets that appear to move very quickly. However, radio observations of PKS 1424+240 suggested that its jet was moving much more slowly, creating a contradiction that became part of a long-running problem known as the "Doppler factor crisis." To investigate, researchers analyzed 15 years of observations from the Very Long Baseline Array (VLBA), a network of 10 radio antennas spread across the continental United States, Hawaii and St. Croix. Using a technique called Very Long Baseline Interferometry (VLBI), astronomers combine signals from widely separated radio telescopes to create a virtual Earth-sized telescope capable of revealing extremely fine details. The team combined 42 polarization-sensitive radio images collected between 2009 and 2025, creating a much deeper and more detailed view of the jet than had previously been possible. The observations were carried out as part of MOJAVE (Monitoring Of Jets in Active galactic nuclei with VLBA Experiments), a long-running program that studies the brightness, polarization and magnetic field structures of jets produced by active galaxies. The project aims to better understand how activity near supermassive black holes is linked to high-energy radiation and neutrino emission. “When we reconstructed the image, it looked absolutely stunning,” said Yuri Kovalev, lead author of the study and Principal Investigator of the European Research Council-funded MuSES project at the Max Planck Institute for Radio Astronomy. “We have never seen anything quite like it — a near-perfect toroidal magnetic field with a jet, pointing straight at us.” The image revealed an unusual geometry. The researchers found that Earth lies almost directly in line with the jet, with a viewing angle of less than 0.6 degrees. In simple terms, astronomers are looking almost straight down the jet. This turned out to be the key to the mystery. Because the jet is aimed almost directly at Earth, a relativistic effect called Doppler boosting dramatically increases its apparent brightness. The study found that this effect boosts the emission by a factor of about 30 while also making the jet appear slower than it actually is. “This alignment causes a boost in brightness by a factor of 30 or more,” said Jack Livingston, a co-author at the Max Planck Institute for Radio Astronomy. “At the same time, the jet appears to move slowly due to projection effects — a classic optical illusion.” The nearly head-on view also gave scientists a rare look at the jet's magnetic field. Using polarized radio signals, they detected a clear toroidal, or doughnut-shaped, magnetic field component. The observations suggest the jet carries an electric current and that its magnetic field helps launch, shape and stabilize the flow of plasma. Researchers believe this magnetic structure may also play a key role in accelerating particles to energies high enough to produce both gamma rays and neutrinos. “Solving this puzzle confirms that active galactic nuclei with supermassive black holes are not only powerful accelerators of electrons, but also of protons — the origin of the observed high-energy neutrinos,” Kovalev said. The research was conducted under the MuSES (Multi-messenger Studies of Energetic Sources) project, which investigates how active galactic nuclei accelerate particles and generate different cosmic signals, including light and neutrinos. Scientists say understanding how protons are accelerated and linked to neutrino production remains one of the major unanswered questions in astrophysics. The findings help explain why some blazars can appear to have slow jets while still producing extremely bright high-energy emissions. More broadly, the study strengthens the link between relativistic jets, magnetic fields, gamma rays and high-energy neutrinos. Researchers say the results provide new clues about how some of the Universe's most powerful natural particle accelerators work and offer important insights for multimessenger astronomy, which combines different types of cosmic signals to study extreme events in space. Source: European Research Council, EDP Sciences This article was generated with some help from AI and reviewed by an editor. Under Section 107 of the Copyright Act 1976, this material is used for the purpose of news reporting. Fair use is a use permitted by copyright statute that might otherwise be infringing.
  • 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
      510
    2. 2
      PsYcHoKiLLa
      273
    3. 3
      Skyfrog
      75
    4. 4
      +Edouard
      72
    5. 5
      FloatingFatMan
      69
  • Tell a friend

    Love Neowin? Tell a friend!