Forum     

Go Back   Digit Technology Discussion Forum > Community > Tutorials
Register FAQ Calendar Mark Forums Read

Tutorials This section offers tutorials and How to's on just about anything related to computers and IT. Note: All tutorials are courtesy the posters and not verified by Digit

Closed Thread
 
LinkBack (2) Thread Tools Display Modes
Old 08-01-2008, 07:01 PM   #1 (permalink)
Right Off the Assembly Line
 
ashish_patel's Avatar
 
Join Date: Jan 2008
Posts: 16
Angry Latest registry hacks for vista

Windows Registry Editor Version 5.00

;Enable addition Avalon effects

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\explorer]
"MILDesktop"=dword:00000001
"MILExplorer"=dword:00000001

; Remove Word " Shortcut " on shortcuts .this entry gets rid of shortcut arrows and still lets links work.
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\explorer\Shell Icons]
"29"="%systemroot%\\System32\\shell32.dll,52"

; Disable Tool Tips
[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\Advanced]
"ShowInfoTip"=dword:00000000

; Edit Registration Info
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion]
"RegisteredOrganization"your Organization Here""
"RegisteredOwner"="Your Name Here"

; Remove Details Pan (the big fat blue bar at the bottom of every Explorer window )
[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\Modules\GlobalSettings\Sizer]
"PreviewPaneSizer"=hex:51,00,00,00,00,00,00,00,00, 00,00,00

; Restore Details Pan ( if you have removed it )

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\Modules\GlobalSettings\Sizer]
"PreviewPaneSizer"=hex:51,00,00,00,01,00,00,00,00, 00,00,00

; Remove navigation pan
[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\Modules\GlobalSettings\Sizer]
"PageSpaceControlSizer"=hex:d0,00,00,00,00,00,00,0 0,00,00,00,00

; Restore navigation pan
[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\Modules\GlobalSettings\Sizer]
"PageSpaceControlSizer"=hex:d0,00,00,00,01,00,00,0 0,00,00,00,00

; Make menu bars and window frames opaque (solid) instead of translucent
[HKEY_CURRENT_USER\Software\Microsoft\Windows\DWM]
"ColorizationOpaqueBlend"=dword:00000001

; Change windows AERO theme color, set your own custom color by changing values of strings
; shown below
[HKEY_CURRENT_USER\Software\Microsoft\Windows\DWM]
"Composition"=dword:00000001
"ColorizationColor"=dword:45409efe
"ColorizationOpaqueBlend"=dword:00000000
"CompositionPolicy"=dword:00000000

; Disable IPv6 in Vista (makes ipconfig more readable)
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Tcpip6\Parameters]
"DisabledComponents"=dword:000000ff

; turn off start menu baloon tips
[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\Explorer]
"NoDriveTypeAutoRun"=dword:00000091
"NoSMBalloonTip"=dword:00000001

; Enable slow-motion window effects (min/max/3dflip) by holding down Shift key. ( this is damn nice effect if you have supported gfx card. )
[HKEY_CURRENT_USER\Software\Microsoft\Windows\DWM]
"AnimationsShiftKey"=dword:00000001

; Add "Control Panel" to "Computer"
[HKEY_CLASSES_ROOT\CLSID\{21EC2020-3AEA-1069-A2DD-08002B30309D}\Shell]

[HKEY_CLASSES_ROOT\CLSID\{21EC2020-3AEA-1069-A2DD-08002B30309D}\Shell\Open]

[HKEY_CLASSES_ROOT\CLSID\{21EC2020-3AEA-1069-A2DD-08002B30309D}\Shell\Open\Command]
@="Explorer.exe ::{21EC2020-3AEA-1069-A2DD-08002B30309D}"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\explorer\MyComputer\NameSpace]

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\explorer\MyComputer\NameSpace\{21EC2020-3AEA-1069-A2DD-08002B30309D}]
@="Control Panel"

; Remove "Control Panel" From "Computer"

[-HKEY_CLASSES_ROOT\CLSID\{21EC2020-3AEA-1069-A2DD-08002B30309D}\Shell]

[-HKEY_CLASSES_ROOT\CLSID\{21EC2020-3AEA-1069-A2DD-08002B30309D}\Shell\Open]

[-HKEY_CLASSES_ROOT\CLSID\{21EC2020-3AEA-1069-A2DD-08002B30309D}\Shell\Open\Command]


[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\explorer\MyComputer\NameSpace]

[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\explorer\MyComputer\NameSpace\{21EC2020-3AEA-1069-A2DD-08002B30309D}]
__________________
My new udated website=www.askashish.blogspot.com
My unattended windows website=www.unattendedwindow.blogspot.com
My forum www.askashish.forum.st
~~~Sucess is not the limit~~~~
ashish_patel is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 08-01-2008, 07:32 PM   #2 (permalink)
TechTin.com
 
ravi_9793's Avatar
 
Join Date: Jun 2005
Location: www.TechTin.com
Posts: 4,082
Default Re: Latest registry hacks for vista

and source is this:
http://www.pctools.com/forum/showthread.php?t=5843
__________________
www.9zap.com/forums -> Indian Webmaster Forum
whost.in - Web Hosting Offers
thinkdigit.com/forum/showthread.php?t=109137

TechTin.com
ravi_9793 is offline  
Old 08-01-2008, 10:06 PM   #3 (permalink)
vaibhavtek
Guest
 
Posts: n/a
Default Re: Latest registry hacks for vista

what did ur tut do..??
 
Old 08-01-2008, 10:16 PM   #4 (permalink)
Human Spambot
 
Arsenal_Gunners's Avatar
 
Join Date: May 2005
Posts: 3,055
Default Re: Latest registry hacks for vista

Quote:
Originally Posted by vaibhavtek View Post
what did ur tut do..??
It is clearly mentioned above each step
Arsenal_Gunners is offline  
Old 08-01-2008, 10:24 PM   #5 (permalink)
vaibhavtek
Guest
 
Posts: n/a
Default Re: Latest registry hacks for vista

Quote:
Originally Posted by Arsenal_Gunners View Post
It is clearly mentioned above each step
 
Old 08-01-2008, 11:11 PM   #6 (permalink)
Bayerische Motoren Werke
 
Third Eye's Avatar
 
Join Date: Apr 2006
Location: not very far from you
Posts: 4,284
Default Re: Latest registry hacks for vista

Quote:
Originally Posted by vaibhavtek View Post
Congrats for becoming NOTW again.
__________________
File not found. Should I fake it? (Y/N)
Third Eye is offline  
Old 09-01-2008, 01:17 AM   #7 (permalink)
In The Zone
 
anand1's Avatar
 
Join Date: Sep 2007
Location: 23 17'N, 86 05'E
Posts: 369
Default Re: Latest registry hacks for vista

Thanks ravi for providing the proper source.
__________________
Technology On The Fly
anand1 is offline  
Old 09-01-2008, 02:50 AM   #8 (permalink)
In The Zone
 
Join Date: Jun 2007
Posts: 217
Default Re: Latest registry hacks for vista

Wow
apacheman is offline  
Old 14-01-2008, 11:15 AM   #9 (permalink)
Elevating Humanity
 
The Conqueror's Avatar
 
Join Date: Sep 2007
Location: Now on Earth
Posts: 1,937
Default Re: Latest registry hacks for vista

Kitne bar copy-paste karoge ??????????
__________________
Regards,
The Conqueror
The Conqueror is offline  
Old 14-01-2008, 11:31 AM   #10 (permalink)
Wise Old Owl
 
piyush gupta's Avatar
 
Join Date: Sep 2005
Location: never land
Posts: 1,284
Default Re: Latest registry hacks for vista

Another copy paste thread....
piyush gupta is offline  
Old 14-01-2008, 11:54 AM   #11 (permalink)
The Devil's Advocate
 
iMav's Avatar
 
Join Date: Mar 2006
Location: Masti Ki Paathshaala
Posts: 7,015
Default Re: Latest registry hacks for vista

i am amused that no moderator has banned this fool
__________________
"The problem that shows up with the three red lights on the console is a complex interaction with some very complex parts.” - Robbie Bach

http://beingmanan.com
twitter: manan | Last.FM: manan
iMav is offline  
Old 14-01-2008, 11:59 AM   #12 (permalink)
Google Bot
 
Pathik's Avatar
 
Join Date: Aug 2005
Posts: 9,751
Default Re: Latest registry hacks for vista

Yea. and why does he use the smiley in each topic?
Pathik is offline  
Old 14-01-2008, 12:01 PM   #13 (permalink)
The Devil's Advocate
 
iMav's Avatar
 
Join Date: Mar 2006
Location: Masti Ki Paathshaala
Posts: 7,015
Default Re: Latest registry hacks for vista

arre oh andrew symonds (didnt wanna call hima a monkey ) stop copy-pasting stuff not to mentions all of this so friggin old and posted many times in different posts on this forum
__________________
"The problem that shows up with the three red lights on the console is a complex interaction with some very complex parts.” - Robbie Bach

http://beingmanan.com
twitter: manan | Last.FM: manan
iMav is offline  
Old 14-01-2008, 12:02 PM   #14 (permalink)
Stay Silent!
 
enticer86's Avatar
 
Join Date: May 2006
Location: TD
Posts: 732
Default Re: Latest registry hacks for vista

Ye beard wale uncle ki beard kheench kheench k iski maarni padegi
Bloody spammer!

Quote:
Originally Posted by iMav View Post
i am amused that no moderator has banned this fool
Seriously... how can the mods be so arrogant now.


Quote:
Originally Posted by Pathik View Post
Yea. and why does he use the smiley in each topic?
Welll- that's coz we are not appreciating his efforts with a ban na.. isliye... ro raha hai bechara.. getting frustrated.
__________________
I saw me running,
'Twas a long, long run.
But the view was so stunning,
And that made it so much fun... ©
enticer86 is offline  
Old 14-01-2008, 12:05 PM   #15 (permalink)
Google Bot
 
Pathik's Avatar
 
Join Date: Aug 2005
Posts: 9,751
Default Re: Latest registry hacks for vista

Arey yaar tum log report to karo.
Reported.
Pathik is offline  
Old 14-01-2008, 12:09 PM   #16 (permalink)
Stay Silent!
 
enticer86's Avatar
 
Join Date: May 2006
Location: TD
Posts: 732
Default Re: Latest registry hacks for vista

Main bhi
Beard wale uncle ki report kar raha hun...

Helllo police? ye uncle ko le jao.

This is what i wrote while reporting:

Spam karta rehta hai ... Copy pasting stuff from everywhere and taking credit- though he is sincere enuf- bechara shave bhi nahi karta. lol
__________________
I saw me running,
'Twas a long, long run.
But the view was so stunning,
And that made it so much fun... ©

Last edited by enticer86; 14-01-2008 at 12:09 PM. Reason: Automerged Doublepost
enticer86 is offline  
Old 14-01-2008, 09:24 PM   #17 (permalink)
ico
.
 
Join Date: Jun 2007
Location: New Delhi
Posts: 8,131
Default Re: Latest registry hacks for vista

Quote:
Originally Posted by iMav View Post
i am amused that no moderator has banned this fool
He has been banned.....I am feeling pity for him now
__________________
Won't be replying to PMs for a while. Stay in touch with e-mail.

Read before asking / messaging any moderator for any query: FAQ + answers for new members

Read all the sticky threads before asking any type of query. Most basic questions are answered in those.
ico is online now  
Old 14-01-2008, 09:32 PM   2 links from elsewhere to this Post. Click to view. #18 (permalink)
Stay Silent!
 
enticer86's Avatar
 
Join Date: May 2006
Location: TD
Posts: 732
Default Re: Latest registry hacks for vista

Thanx man for posting here... i had lost this thread somehow and really wanted to chek comments here.
__________________
I saw me running,
'Twas a long, long run.
But the view was so stunning,
And that made it so much fun... ©
enticer86 is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


LinkBacks (?)
LinkBack to this Thread: http://www.thinkdigit.com/forum/tutorials/77744-latest-registry-hacks-vista.html
Posted By For Type Date
Comic 1 – Teh Epic Starts Here « Vaibhavtek Times :P Post #0 Refback 11-04-2011 10:28 PM
Vaibhavtek Times :P Post #0 Refback 09-10-2010 06:54 PM

Similar Threads
Thread Thread Starter Forum Replies Last Post
Windows Vista Hacks Set to be Revealed morpheusv6 Technology News 1 12-05-2007 08:25 AM
Tweaking the Vista Registry, The importance of backing up the "Vista" registry Ankur Mittal Tutorials 6 27-03-2007 10:20 PM
registry hacks to speed up windows Xp iceeeeman Tutorials 10 04-02-2007 11:49 AM
Start menu registry hacks to make ur start menu more bautiful and comfortable Siddharth Maheshwari Tutorials 9 22-01-2007 07:01 PM
Latest version of Windows Vista ??? dinesh_mettur Software Q&A 2 30-12-2006 07:47 PM


All times are GMT +5.5. The time now is 05:52 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2