Showing posts with label regedit. Show all posts
Showing posts with label regedit. Show all posts

Sunday, 25 December 2016

Quickly change default location for Installing Apps

Hi Guys, 
One more interesting article has come all your way. All of you are using windows syatems & know that any application gets installed at a default path/location i.e C:\Program Files. Yes while installation you can change this path & install it to wherever you wish to. 

But don't you feel its annoying to change the path every time. What if windows by default picks up a path where you wish to install your application? :)

Does this sounds interesting? Then here is the hack for this:


Change The Default Location For Installing Apps

As the size of hard drives increase, most of the people are using partitions to separate and store multiple groups of files.

Window machines use the directory "C:\Program Files" as the default base directory where new programs.applications get installed. 

However, you can change this default installation path & set it to some other path as per your wish by using a Registry hack.


Go to regedit:

1. Start > Run

2. Type regedit

3. You will see a hierarchy on left side, navigate to the below path:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion

4. Look for the value named ProgramFilesDir, 
by default its value will be C:\Program Files. Edit the value and change it to any valid drive or folder and your windows will use that new location as the default installation directory for new programs.

Isn't it so simple. :)

As always, your feedbacks are always welcome.



======================================================

Visit the blog for more fun & knowledge articles. 
Follow the page, share the page & K33p visiting.


Monday, 5 December 2016

Regedit Hacks

OK Mates, here I am with another coolest trick ever. :)

Any of you that interact more with websites and like to open .html and similar files in notepad to edit scrpits, this is THE coolest windows registry edit ever.

you can easily do it manually

Manually: regedit and navigate to

HKEY_LOCAL_MACHINE\SOFTWARE\Classes\*\Shell

add the key "notepad"

it's default value should be "Open with Notepad"

now, under "notepad", add the key "Command"

it's default value should be (with the quotes) "C:\Windows\System32\Notepad.exe" "%1"

ok, now exit regedit and go right click on ANY file...
your new option: Open with Notepad

HOW BADASS IS THAT?!?!?!?

I FOUND THIS ONE ON MY OWN!!!!!!

I know this one works on XP and 2000, you can PROBABLY enter it manually on windows 9x, but i have not tested that.

I know maybe not everyone cares...but this was fun for me because i love tweaking my computer AND it makes some web design stuff eaiser for me :D