Austech



iTrader Today's Posts Donate My Posts Classifieds Site Rules FAQ's
Go Back   Austech > Technology > Operating Systems
Register Members List Upgrade Account Search Today's Posts Mark Forums Read

Operating Systems Windows , Linux etc

Reply
 
LinkBack (2) Thread Tools Search this Thread Display Modes
Old 10-02-08, 07:30 PM   2 links from elsewhere to this Post. Click to view. #1 (permalink)
Premium Member
 
fandtm666's Avatar
 

iTrader: (20)
Join Date: Jan 2008
Posts: 1,464
fandtm666 is on a distinguished road
Default favourite reg hacks

thought i would start a thread on peoples favorite windows reg hacks

mine is the recycle bin one that allows you to right click any where and select empty.
to use copy and paste into note pad and save as recycle_bin.reg
---------------------------------------------------------------------


Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers\{6 45FF040-5081-101B-9F08-00AA002F954E}]
@="Empty Recycle Bin"

[HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers\Em pty Recycle Bin]
@="{645FF040-5081-101B-9F08-00AA002F954E}"

[HKEY_CLASSES_ROOT\Directory\Background\shellex\Con textMenuHandlers\Empty Recycle Bin]
@="{645FF040-5081-101B-9F08-00AA002F954E}"

[HKEY_CLASSES_ROOT\Directory\shellex\ContextMenuHan dlers\Empty Recycle Bin]
@="{645FF040-5081-101B-9F08-00AA002F954E}"

[HKEY_CLASSES_ROOT\Folder\shellex\ContextMenuHandle rs\Empty Recycle Bin]
@="{645FF040-5081-101B-9F08-00AA002F954E}"

-------------------------------------------------------------------------

remove shortcut arrows

-----------------------------------------------------------------------------------------

Windows Registry Editor Version 5.00

;Remove Shortcut Arrows
[HKEY_CLASSES_ROOT\lnkfile]
"IsShortcut"=-

--------------------------------------------------------------------------------------------

Disable Script Debugger for Internet Explorer

----------------------------------------------------------------------------------------
Windows Registry Editor Version 5.00

;Disable Scrip Debugger for Internet Explorer
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
"Disable Script Debugger"="yes"
"NotifyDownloadComplete"="no"
"Start Page"="about:blank"
"ShowGoButton"="no

--------------------------------------------------------------------------------------------
Remove Balloon Tips

--------------------------------------------------------------------------------------------
Windows Registry Editor Version 5.00

;Remove Balloon Tips
[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\Advanced]
"EnableBalloonTips"=dword:00000000

---------------------------------------------------------------------------------------------
fandtm666 is offline   Reply With Quote
Old 10-02-08, 08:12 PM   #2 (permalink)
Quadmeister
 
PhillTheQuad's Avatar
 

iTrader: (7)
Join Date: Jan 2008
Location: nelson bay
Posts: 618
Spent time on board: 2 Weeks, 4 Days and 9:39:55
PhillTheQuad is on a distinguished road
Default

great idea
my fav of all time, when puter wont die

If the procedure above didn't solve the problem, check the registry setting shown below.

Start Regedit and navigate to
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Winlogon
Set the value of PowerDownAfterShutdown to 1.

If the value isn't present, add it by creating the string value PowerDownAfterShutdown and setting the value to 1.

Note: The success of this registry edit is dependent on Hardware Abstraction Layer (HAL) support.
PhillTheQuad is online now   Reply With Quote
Old 10-02-08, 08:15 PM   #3 (permalink)
Quadmeister
 
PhillTheQuad's Avatar
 

iTrader: (7)
Join Date: Jan 2008
Location: nelson bay
Posts: 618
Spent time on board: 2 Weeks, 4 Days and 9:39:55
PhillTheQuad is on a distinguished road
Default

would love to know one on changing the save as dialog box.
saw it on fox's tech tv once but never remembered
only was i know is to use tweak ui
PhillTheQuad is online now   Reply With Quote
Sponsored Links
Old 10-02-08, 08:46 PM   #4 (permalink)
Quadmeister
 
PhillTheQuad's Avatar
 

iTrader: (7)
Join Date: Jan 2008
Location: nelson bay
Posts: 618
Spent time on board: 2 Weeks, 4 Days and 9:39:55
PhillTheQuad is on a distinguished road
Default

Speed up menu display
Posted 8/24/2004 by TweakXP Member

When using the start menu the you will notice a delay between different tiers of the menu hierarchy. For the fastest computer experience possible I recommend changing this value to zero. This will allow the different tiers to appear instantly.

1. Start Regedit. If you are unfamiliar with regedit please refer to our FAQ on how to get started.
2. Navigate to HKEY_CURRENT_USER\Control Panel\Desktop
3. Select MenuShowDelay from the list on the right.
4. Right on it and select Modify.
5. Change the value to something lower (note: a setting of zero (0) is virtually instantaneous - experiment with other settings (200 or 300 or 400 perhaps) to see what you are most comfortable with..
6. Reboot your computer.
PhillTheQuad is online now   Reply With Quote
Old 10-02-08, 08:48 PM   #5 (permalink)
Quadmeister
 
PhillTheQuad's Avatar
 

iTrader: (7)
Join Date: Jan 2008
Location: nelson bay
Posts: 618
Spent time on board: 2 Weeks, 4 Days and 9:39:55
PhillTheQuad is on a distinguished road
Default

If you're already using Firefox on a broadband connection, here's some tweaking you can do to make your browsing even faster.

* 1.Type "about:config" into the address bar and hit return. Scroll down and look for the following entries:

network.http.pipelining
network.http.proxy.pipelining
network.http.pipelining.maxrequests


Normally the browser will make one request to a web page at a time. When you enable pipelining it will make several at once, which really speeds up page loading.
* 2. Alter the entries as follows:
Set "network.http.pipelining" to "true"
Set "network.http.proxy.pipelining" to "true"
Set "network.http.pipelining.maxrequests" to some number like 30. This means it will make 30 requests at once.
* 3. Lastly right-click anywhere and select New-> Integer. Name it "nglayout.initialpaint.delay" and set its value to "0". This value is the amount of time the browser waits before it acts on information it recieves.
PhillTheQuad is online now   Reply With Quote
Old 10-02-08, 08:53 PM   #6 (permalink)
Premium Member
 
fandtm666's Avatar
 

iTrader: (20)
Join Date: Jan 2008
Posts: 1,464
fandtm666 is on a distinguished road
Default

Windows Registry Editor Version 5.00

; Disable higlighting of new applications in start menu
[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\Advanced]
"Start_NotifyNewApps"=dword:00000000

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\Advanced]
"Start_AdminToolsRoot"=dword:00000000

-----------------------------------------------------------------------------
Windows Registry Editor Version 5.00


;NoRecentDocsmenu removes the recent documents from the start menu.
[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\Explorer]
"NoRecentDocsMenu"=dword:00000001

---------------------------------------------------------------------------
fandtm666 is offline   Reply With Quote
Sponsored Links
Old 10-02-08, 09:42 PM   #7 (permalink)
Premium Member
 
fandtm666's Avatar
 

iTrader: (20)
Join Date: Jan 2008
Posts: 1,464
fandtm666 is on a distinguished road
Default

Disable the Desktop Cleanup Wizard

just copy and paste into note pad and save as xxx.reg then double click to get it to work

------------------------------------------------------------------------
Windows Registry Editor Version 5.00

;Disable the Desktop Cleanup Wizard
[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\Desktop\CleanupWiz]
"NoRun"=dword:00000001

-----------------------------------------------------------------------
fandtm666 is offline   Reply With Quote
Old 10-02-08, 09:49 PM   #8 (permalink)
Quadmeister
 
PhillTheQuad's Avatar
 

iTrader: (7)
Join Date: Jan 2008
Location: nelson bay
Posts: 618
Spent time on board: 2 Weeks, 4 Days and 9:39:55
PhillTheQuad is on a distinguished road
Default

Disable the Windows XP Prefetcher

Windows XP has a Prefetcher component, which shortens the amount of time it takes to start Windows and programs. When trouble shooting either Windows or program start-up issues, it might be helpful to disable the prefetcher, because it runs as a background service while other applications are running or loading.

To disable the prefetcher:

1. Start the Registry Editor
2. Go to HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Control \ SessionManager \ Memory Management \ PrefetchParameters
3. Double-click the EnablePrefetcher value (remember the value that EnablePrefetcher is set to!)
4. Change the Value data to 0 to disable the prefetcher
5. Close the registry editor and reboot the computer for the changes to take effect

When done troubleshooting, you can re-enable the prefetcher by changing the Value data to its original value.

Values for EnablePrefetcher are:

0 - no prefetch
1 - prefetch applications only
2 - prefetch boot only
3 - prefetch both applications & boot (default)

It may also be useful to periodically clean up the prefetch folder, as it may contain obsolete links. The Prefetch folder can be found in the Windows folder on your system drive. Select all the files, and delete them. When done, reboot your computer.

your turn lol
PhillTheQuad is online now   Reply With Quote
Old 11-02-08, 12:04 AM   #9 (permalink)
Super Moderator
 
ssrattus's Avatar
 

iTrader: (0)
Join Date: Jan 2008
Posts: 1,365
Spent time on board: 1 Month, 0 Weeks, 4 Days and 4:52:04
ssrattus will become famous soon enough
Default

Why is it when you paste registry keys there is often a space between e and nt in CurrentVersion that doesn't show in the edit screen and it also happens when you paste the key from notepad... this normally removes formatting etc
ie
HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\Advanced

if I type it in get the same thing....

HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\Advanced

must be a VBull thing on max length of a word

qwertyuiopqpeorkgnmldnbvlkfdbnldkfmslmlsdmnblksnbk lsnlbsklgbnmslgkblsdgbsnfdnlkbls

yep it is a maximum word length thing

the best solution may be to use the code tags for long keys to allow for others to copy and paste.

Code:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced

Last edited by ssrattus : 11-02-08 at 12:14 AM. Reason: talking to myself to solve the problem.....
ssrattus is offline   Reply With Quote
Sponsored Links
Old 11-02-08, 12:16 AM   #10 (permalink)
Senior Member
 
Studio1's Avatar
 

iTrader: (0)
Join Date: Jan 2008
Location: Inside the toaster
Posts: 540
Spent time on board: 4 Days and 3:47:18
Studio1 is on a distinguished road
Default

I'd like a registry hack to remove the "send image" option from the Explorer context menu.

When I right click on an image and want to save it, the "Save image as" option is right above "send image" and quite often I hit the wrong one, then have to wait while my aging internet computer drags Outlook Express out of bed and gets it ready to do its thing.
Studio1 is offline   Reply With Quote
Old 11-02-08, 09:10 PM   #11 (permalink)
pricelessweddings.com.au
 
Decapper's Avatar
 

iTrader: (2)
Join Date: Jan 2008
Location: Your mothers house
Posts: 639
Spent time on board: 4 Days and 2:04:20
Decapper is on a distinguished road
Default

Increase your download so more than two under IE

1. Start Registry Editor (Regedt32.exe).
2. Locate the following key in the registry:
HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Internet Settings
3. On the Edit menu, point to New click DWORD Value, and then add the following registry values:
Value name: MaxConnectionsPer1_0Server
Value data: 10
Base: Decimal

Value Name: MaxConnectionsPerServer
Value data: 10
Base: Decimal

4. Quit Registry Editor.


How to configure Internet Explorer to have more than two download sessions
Decapper is offline   Reply With Quote
Old 12-02-08, 11:28 AM   #12 (permalink)
nev
Junior Member
 
nev's Avatar
 

iTrader: (0)
Join Date: Jan 2008
Posts: 23
Spent time on board: 0:06:15
nev is on a distinguished road
Default

I'M after a hack that opens the CD tray
I used to have it but lost it
Any help?
nev is offline   Reply With Quote
Sponsored Links
Old 12-02-08, 02:13 PM   #13 (permalink)
Depressingly Boring
 
RHCP's Avatar
 

iTrader: (3)
Join Date: Jan 2008
Location: Molesting a Cow
Posts: 274
Spent time on board: 4 Weeks, 1 Day and 9:26:49
RHCP is on a distinguished road
Default

Quote:
Originally Posted by nev View Post
I'M after a hack that opens the CD tray
I used to have it but lost it
Any help?

I can write a small program to do this, if you wish.
Do you want the drive to eject when clicking a shortcut icon, or when pressing a keyboard shortcut combination?

Cheers, RHCP.
__________________
Democracy: Three wolves and a sheep voting on what's for lunch.
RHCP is online now   Reply With Quote
Reply


LinkBacks (?)
LinkBack to this Thread: http://www.austech.info/operating-systems/1932-favourite-reg-hacks.html
Posted By For Type Date
"favourite reg hacks" - thread profile :: BoardReader This thread Refback 19-02-08 09:30 PM
"change prefetch in registry" - topic profile :: BoardReader This thread Refback 17-02-08 12:38 AM

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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

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


server monitor
All times are GMT +10. The time now is 02:21 PM.


Powered by vBulletin Version 3.6.0
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.

Ad Management by RedTyger