The Tweaks and Tricks Thread
Spinner
Birmingham, UK
I thought it might be a good idea to have a place where people can post tweaks and work arounds that people might find usefull. So if you've got a tweak or tip for a popular piece of software, this is the place for it to be.
PLEASE USE THIS THREAD JUST FOR STRAIGHT UP INFORMATION, NOTHING MORE. USE THE REST OF THE FORUM IF YOU WANT TO DISCUSS THE INFORMATION IN THIS THREAD, I WILL LINK THE RELEVANT POST TO THE DISCUSSION.
ATTENTION! SOME TWEAKS MAY REQUIRE EDITING THE REGISTRY OF YOUR OS, IT IS RECOMMENED YOU BACK UP YOUR REGISTRY BEFORE PERFORMING ANY OF THE REGISTRY TWEAKS LISTED.
SOME TWEAKY LINKS:
www.bootdisk.com
www.tweakxp.com
www.blackviper.com Submitted by RADA
PLEASE USE THIS THREAD JUST FOR STRAIGHT UP INFORMATION, NOTHING MORE. USE THE REST OF THE FORUM IF YOU WANT TO DISCUSS THE INFORMATION IN THIS THREAD, I WILL LINK THE RELEVANT POST TO THE DISCUSSION.
ATTENTION! SOME TWEAKS MAY REQUIRE EDITING THE REGISTRY OF YOUR OS, IT IS RECOMMENED YOU BACK UP YOUR REGISTRY BEFORE PERFORMING ANY OF THE REGISTRY TWEAKS LISTED.
SOME TWEAKY LINKS:
www.bootdisk.com
www.tweakxp.com
www.blackviper.com Submitted by RADA
0
Comments
1. Click on the Start button and select Run.
2. Type:
RunDll32 advpack.dll,LaunchINFSection %windir%\INF\msmsgs.inf,BLC.Remove
In the text box and click OK. You will see a progress bar appear shortly as it deletes its files and it will then ask you to reboot. After the reboot the program will be gone.
MSN MESSENGER REMOVAL
Click Start - Run
Type the following line:
RunDll32 advpack.dll,LaunchINFSection %windir%\INF\msmsgs.inf,BLC.Remove
Will remove the msn messenger from XP
FIX THE SLOW LOADING OF OUTLOOK EXPRESS AFTER MESSENGER REMOVAL
Open up Register Editor by running "regedit" command. Click on "Edit" and select "Find". Copy and paste FB7199AB-79BF-11D2-8D94-0000F875C541 onto the "Find what" box and click on "Find Next". Once found, click on the plus sign in front of it and you will find InProc32 and LocalServer32. Select one of them then right click on default under the name column and select "modify", then simply delete what's in the Value Data box. Repeat for the other.
CHANGE THE MESSENGER BACKGROUND
Just go to "C:\Program Files\Messenger\" and replace the file "lvback.gif".
If you use the MSN add-in, you can change that icon aswell. It's simply called "icon.gif"
CHANGE THE WARNING MESSAGE ON MESSENGER
Open Regedit (start menu, run and type 'regedit' press enter)
Navigate to the following location
HKEY_LOCAL_MACHINE\Software\Microsoft\Messenger Service\Policies
Locate the string value called 'IMWarning' and change its message to what ever you would like to appear at the top of each new conversation window.
Close regedit and open a new conversation and notice the new message. You do not have to reboot for this one to work.
Finally for this tweak to work locate the following HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\ and look for an option called WaitToKillServiceTimeout and change this to 4000.
Watch how quickly Windows XP shuts down for you now!
A discussion thread on this tweak: http://www.short-media.com/forum/showthread.php?p=91411#post91411
http://www.microsoft.com/whdc/hwdev/platform/performance/fastboot/bootvis.mspx
1)Locate and Open the hidden file "boot.ini" in notepad or your favorite text editor. This file will likely be in the root directory on the boot partition of your "master" HD.
NOTE: Under Windows XP another easier way to edit the file is to right click on My Computer - Properties - Advanced - Startup and Recovery - Settings - (System Startup) Edit.
2) Locate the line - timeout=30 (default is 30 seconds). Change this value to any time desired. Be careful not to choose too low of a setting or you may not have time to select your other OS's. Also, be careful not to change other lines as this may prevent your PC from booting at all.
3)Save the file. The next time you boot your PC, the changes will take effect.
By default NTFS will automatically update timestamps whenever a directory is traversed. This isn't a necessary feature, and it slows down large volumes.
Disable it by pointing regedit to:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem and set 'DisableNTFSLastAccessUpdate' to 1.
NTFS uses disparate master file control tables to store filesystem information about your drives. Over time these core MFT files grow and become fragmented, slowing down all accesses to the drive. By setting aside a little space, MFT's can grow without becoming fragmented.
In the same key where you disabled the last access feature creat a new DWORD value called 'NtfsMftZoneReservation' and set it to 2.
Note: This tweak will not work on FAT32 file systems!
To access the system configuration utility, go to Start and click Run. Type msconfig and click ok. Click the tab labeled Startup. Uncheck any items for which you do not care if they load when Windows loads or you do not have any idea what they are. In Windows XP, no items that are listed here are essential to Windows running properly, so feel free to experiment. After you removed everything you don't need, click apply and then ok. Say yes when it asks you to restart your system. Enjoy the significantly enhanced performance!
1. Edit boot.ini
2. Add " /noguiboot" right after "/fastdetect".
Upon restarting, the splash screen will be gone. It can be re-enabled by removing the new switch.
Start regedit. Navigate to HKEY_USERS\DEFAULT\Control Panel\Desktop. Locate the key FontSmoothingType. Change the value to 2. Restart.
THIS TIP ORIGINATED FROM THIS THREAD CURTESY OF GHoosdum
http://short-media.com/forum/showthread.php?s=&threadid=422
http://www.xpantispy.de/
EDIT (SPINNER)
XP-AntiSpy is a little utility that let's you disable some built-in update and authentication 'features' in WindowsXP.
______________
Set sr = getobject("winmgmts:\\.\root\default:Systemrestore")
msg = "New Restore Point successfully created." & vbCR
msg = msg & "It is listed as: " & vbCR
msg = msg & "Automatic Restore Point " & Date & " " & Time
If (sr.createrestorepoint("Automatic Restore Point", 0, 100)) = 0 Then
MsgBox msg
Else
MsgBox "Restore Point creation Failed!"
End If
Set sr = Nothing
________________
Copy & paste the above to a new text document,rename it to restore.vbs (or anything else that you want to,as long as it's got a .vbs extension),click on it, instant restore point.
I know not everyone uses system restore,but it's bailed my butt out a few times...
ec
An easy way to find a computer's ip address is to type cmd in the run box on your start menu. This will start the command prompt. Type "ipconfig /all" with a space between "ipconfig and /all". That will list the computer's ip address along with other network specs. Now that you have the ip of that computer, you may send instant messages to it.
Go to the run command in your start menu. Type cmd in the box which will open the command prompt just like above. Type: net send "ip address" message. If the computer you were trying to send a "Hello" message to had the ip address of 127.10.1.1, you would type "net send 127.10.1.1 Hello"
Additionally, it is possible to use a wild card such as * in the ip address parameter.
Example: net send * message
The above command will send your message to every computer on your subnet. This is great for system administrators to send out messages to all windows computers on the network notifying them that you are going to be taking down the server or something.
will also bring it up. This program can be very usefull to users that work in large office complexes and need to deliver a message to another individual quickly and efficiently. This application also has a real time chat screen, so you can see the other person typing.
1 start, search, "winchat" (or find in Windows, System 32 directory)
2 right click and select send to desktop (for easy opening)
3 run the program
4 choose dial button at the top
5 choose the computer of the person on the network who you wish to talk to.
6 both users must agree to connect to each other to talk.
While in a full-screen window will launch the task bar. If used while not in a full screen window, it will work like ATL + TAB without the option of choosing which window and simply go to the window whose button is to the RIGHT of the current window.
ALT + D [MSIE]
This will move the cursor to the Address bar, highliting all the text in the bar as well.
ALT + TAB (With Shift)
If you have many windows open, using ALT + TAB can be kind of annoying if you miss the program you're seeking. Adding SHIFT and pressing TAB again will move the highlite back one.
CTRL + TAB
When working with multiple frames/panes, this will jump from one frame to another without having to TAB to the end of the current pane to move to the next. Press TAB again to enter the frame/pane you select.
SHIFT + CLICK (Explorer/MSIE)
This does the same thing as RIGHT CLICKing and selecting "Open in new window". Sometimes, however, I find that you have to DOUBLE CLICK to make it work.
SHIFT + RIGHT CLICK (Explorer)
This gives you an extra option, "Open With..." for certain (most) files types.
WINKEY + L (Using the "Welcome" style logon)
Same as [Start>Log Off>Switch User].
F1
Opens the Help dialogue for most programs.
F3
When searching using a typical text "Find..." feature, this will do the same as "Find next".
yahoo + "ctrl+return" = http://www.yahoo.com
Type shutdown.exe -i
Click next, type in name for your short-cut e.g. shutdown computers
Click finish.
Run the short-cut you just created. Now you can browse the network for computers to shutdown/reboot etc. or just type in the IP/Name of the computer.
You can even broadcast a message, and schedule the shutdown.
Step 1.
Create a new text file and place the following contents inside:
c:\windows\system32\cleanmgr.exe /dc /sageset: 1
c:
cd \
cd c:\windows\prefetch
del *.* /q
Step 2.
Save the file, changing the extension from .txt to .bat
For this tip's purpose, we will call it clean.bat
Step 3.
Execute the file. This will run the Disk Cleanup program in a special mode which asks what items you will want cleaned when Disk Cleanup performs an unattended cleanup. Check the items you wish to have cleaned up, then click OK.
Step 4.
Right-click on the clean.bat file and click edit. Change the first line to read:
c:\windows\system32\cleanmgr.exe /dc /sagerun: 1
Step 5.
Save the file. You can execute this file in place of running Disk Cleanup, or, to have this program run unattended, run the Add Scheduled Task Wizard in the Control Panel and create a scheduled task using the clean.bat file you just created.
Note: This cleanup script will also clear windows prefetch directory. Often this directory can become cluttered with old appication and a cleaning would free up disk space but it will result in a one time performance decrease and windows has to rebuild the cache with active software afterwards.
However, a better fix that I found is that by setting the TV app to run in windows 98/ME compatibility mode eliminates the problem altogether. It starts fine every time and you don't have to remember to hold any keys down in order to get the image feed from the TV tuner to load without being scrambled.
[General] Manufacturer="You can display useful information here"
Model="You can display useful information here"
[Support Information]
Line1="You can display useful information here"
Line2="You can display useful information here"
Line3="You can display useful information here"
Line4="You can display useful information here"
Line5="You can display useful information here"
Line6="You can display useful information here"
Line7="You can display useful information here"
Line8="You can display useful information here"
Line9="You can display useful information here"
Line10="You can display useful information here"
Save it as oeminfo.ini in C:\windows\system You can also create a bitmap file and name it as oemlogo.bmp, save it in C:\windows\system Now, try to hold down Win key while pressing L. You'll notice that the text and image you created will appear in your System properties.
This tweak removes prompt for password on resume from hibernate/suspend
1. Click Start > Run > Type gpedit.msc
2. Click User Configuration > Administrative Templates > System > Power Management
3. Double click on Prompt For Password On Resume From Hibernate/Suspend
4. Click Enabled
5. click OK
So what's the solution to this... well Logitech and Microsoft smartly came up with a plug-in for MSN Messenger that uses a web server to act as a third party handler of your MSN Messenger data, in this case video transmissions. This therefore allows MSN Messenger simply to bypass routers and firewalls for the purpose of a video link. This particular plug-in requires all partys to have it installed, but comes with the added benefit of making your video, or more specifically your webcam broadcasts accessible by more than one idividual at a time.
This particular plug-in is an exmaple of the direction Microsoft plans to take MSN Messenger in the future, using it's own servers to help the advanced functions of Messenger to work more efficiently. The file transfer functionality I believe is one feature which is due to get the same treatment in the near future.
Please also note, this plug-in only works with MSN Messenger and not Windows Messenger and also this add-on now comes built into version 6.0 of MSN Messenger.
Here's the link :
http://messenger.msn.com/support/webcam.asp
Batch - Executes the commands specified in the text file.
Bootcfg - Boot file (boot.ini) configuration and recovery.
ChDir (Cd) - Displays the name of the current directory or changes the current directory.
Chkdsk - Checks a disk and displays a status report.
Cls - Clears the screen.
Copy - Copies a single file to another location.
Delete (Del) - Deletes one or more files.
Dir - Displays a list of files and subdirectories in a directory.
Disable - Disables a system service or a device driver
Diskpart - Manages partitions on your hard drives.
Enable - Starts or enables a system service or a device driver.
Exit - Exits the Recovery Console and restarts your computer.
Expand - Extracts a file from a compressed file.
Fixboot - Writes a new partition boot sector onto the specified partition.
Fixmbr - Repairs the master boot record of the specified disk.
Format - Formats a disk.
Help - displays a list of the commands you can use in the Recovery Console.
Listsvc - Lists the services and drivers available on the computer.
Logon - Logs on to a Windows installation.
Map - Displays the drive letter mappings.
Mkdir (Md) - Creates a directory.
More - Displays a text file.
Net Use - Connects a network share to a drive letter.
Rename (Ren) - Renames a single file.
Rmdir (Rd) - Deletes a directory.
Set - Displays and sets environment variables.
Systemroot - Sets the current directory to the systemroot directory of the system you are currently logged on to.
Type - Displays a text file.
With Windows running, insert the XP Setup CD into your CD-ROM drive. CLick Start and select Run. Type the following where D: is the CD-ROM drive letter: D:\i386\winnt32.exe /cmdcons
Follow the instructions on the screen.
Very worth the time, many times I've forgotten to backup my Favorites and/or Email
I'd like to share with everyone here, maybe someone will get use out of it besides me! See Next Two Posts
This version uses WinZip's command line interface to compress a list of files & directories. README includes details on how to add folders and further configure it.
Option #1:
WinZip Code Generator
Option #2
or Download the ZIP below for the "do it yourself" version.
This version uses WinRAR's command line interface to compress a list of files & directories. README includes details on how to add folders and further configure it.
Option #1:
WinRAR Code Generator
Option #2
or Download the ZIP below for the "do it yourself" version.
1) Open IE and resize the Window to your desired size
2) Simply press and hold the Ctrl key
After you have done the above, all the IE windows you open will be the size you specified.