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 Thread Tools Display Modes
Old 13-05-2005, 06:43 AM   #1 (permalink)
In The Zone
 
rajat22's Avatar
 
Join Date: Mar 2004
Location: Somewhere at Kolkata
Posts: 489
Default Various Tweaks Commands XP & Sites


Various Tweaks Commands XP & Sites

Source: http://www.msfn.org/
Quote:
31Mojo's Suggestions
===============================================
Memory Tweaks
Click on Start, Run. Type in regedit & hit Enter. Go to

[HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlSe ssionManagerMemory Management]. You can edit the following entries as you see fit for your PC.

ClearPageFileAtShutdown.
For the more paranoid Users out there this option will be of some use. Right click on this entry & select Modify. A value of 1 specifies that the Pagefile(s) are to be wiped of content during the shut down process. This will result in system shut down times taking longer, although you can be confident that no data stored in it will be able to be accessed as a result (As it will be empty upon shutting down). Setting this to 0 will disable clearing the Pagefile(s) & result in fastest system shut down.

Disable Paging Executive. (Originally Submitted by AaronXP)
When enabled, this setting will prevent the paging of the Win2k Executive files to the hard drive, causing the OS and most programs to be more responsive. However, it is advised that people should only perform this tweak if they have a significant amount of RAM on their system (more than 128 MB), because this setting does use a substantial portion of your system resources. By default, the value of this key is 0. To enable it, set it to 1.

Large System Cache. (Originally Submitted by AaronXP)
When enabled (the default on Server versions of Windows 2000), this setting tells the OS to devote all but 4 MB of system memory (which is left for disk caching) to the file system cache. The main effect of this is allowing the computer to cache the OS Kernel to memory, making the OS more responsive. The setting is dynamic and if more than 4 MB is needed from the disk cache for some reason, the space will be released to it. By default, 8MB is earmarked for this purpose. This tweak usually makes the OS more responsive. It is a dynamic setting, and the kernel will give up any space deemed necessary for another application (at a performance hit when such changes are needed). As with the previous key, set the value from 0 to 1 to enable. Note that in doing this, you are consuming more of your system RAM than normal. While LargeSystemCache will cut back usage when other apps need more RAM, this process can impede performance in certain intensive situations. According to Microsoft, the "[0] setting is recommended for servers running applications that do their own memory caching, such as Microsoft SQL Server, and for applications that perform best with ample memory, such as Internet Information Services."

IoPageLockLimit. (Originally Submitted by AaronXP)
This tweak is of questionable value to people that aren't running some kind of server off of their computer, but we will include it anyway. This tweak boosts the Input/Output performance of your computer when it is doing a large amount of file transfers and other similar operations. This tweak won't do much of anything for a system without a significant amount of RAM (if you don't have more than 128 MB, don't even bother), but systems with more than 128 MB of RAM will generally find a performance boost by setting this to between 8 and 16 MB. The default is 0.5 MB, or 512 KB. This setting requires a value in bytes, so multiply the desired number of megabytes * 1024 * 1024. That's X * 1048576 (where X is the number, in megabytes). Test out several settings and keep the one which seems to work best for your system.

PagingFiles.
This option contains the location of the Pagefile & the Initial & Maximum size values. This is useful should you wish to rename the Pagefile, e.g. pagefile.sys to win386.swp, to do so select this entry, Right click on it & select Modify.

Babis's Suggestions
===============================================
Make the text for the desktop icons tranparent
1. Right Click My Computer, select Properties Then Advanced ::::> Performance(Settings)
2. Scroll to the bottom in the visual effects tab
3. Check "Use Drop Shadows for icons labels on desktop"

//Remove text from Icons on desktop
1. Rename the icons to alt + 255
3. For the recyle bin check this site:
http://www.annoyances.org/exec/show/article02-010

Change the bitrate of the mp3 recording (check sedative's list for the "enable mp3 in xp file" Start::::> run:::> regedit::::>find the following key: [HKEY_LOCAL_MACHINESOFTWAREMicrosoftMediaPlayerSett ingsMP3Encoding]
"LowRate"=dword:0000dac0
"MediumRate"=dword:0000fa00
"MediumHighRate"=dword:0001f400
"HighRate"=dword:0002ee00

Edit the rates to the way you like:
320 Kbps = dword:0004e200
256 Kbps = dword:0003e800
224 Kbps = dword:00036b00
192 Kbps = dword:0002ee00
160 Kbps = dword:00027100
128 Kbps = dword:0001f400
112 Kbps = dword:0001b580
64 Kbps = dword:0000fa00
56 Kbps = dword:0000dac0


Get Rid of the puppy
01. Download Powertoys for Windows XP
02. Open up TweakUI for Windows XP
03. Select Explorer on the left pane, and check "Use Classic Search in Explorer".

Enable "Rename" in Recycle Bin
01. Open NotePad and copy the following

Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOTCLSID{645FF040-5081-101B-9F08-00AA002F954E}ShellFolder] "Attributes"=hex:50,01,00,20 "CallForAttributes"=dword:00000000

02. Save as "recycle.reg" with quotes
03. right click... merge...
04. now goto the bin and change its name!

Set Downloaded Pictures in the Display.cpl
01. Download a picture and save it in the following directory C:WindowsWebWallpaper
02. Open up the display properties and change your newly downloaded picture.

Cyborg_Dell's Suggestions:
===============================================
How To : Add Custom Folder to My Computer or the Desktop
Create the following series of keys and values in the registry at

[HKEY_CLASSES_ROOTCLSID] or [HKEY_LOCAL_MACHINESOFTWAREClassesCLSID]. The GUID, globally unique identifier, can be a random number, in this example "FD4DF9E0-E3DE-11CE-BFCF-ABCD1DE12345" is used. See this article for more GUID examples.

1. Create a new key called
[HKEY_CLASSES_ROOTCLSID{FD4DF9E0-E3DE-11CE-BFCF-ABCD1DE12345}] and set (Default) to equal the name of the folder e.g. "My Folder".
2. Create a new sub-key under the main key called "DefaultIcon" (i.e.

[HKEY_CLASSES...ABCD1DE12345}DefaultIcon]) and set (Default) to equal the filename for the icon you want to display e.g. "c:windowsmyicon.ico".
3. Create a new sub-key under the main key called "InProcServer32" (i.e. [HKEY_CLASSES...ABCD1DE12345}InProcServer32]) and set (Default) to
equal "shell32.dll", also create a new String value called "ThreadingModel" and set it to "Apartment".
4. Create a set of sub-keys starting at the main key "ShellOpen My MenuCommand" (i.e. [HKEY_CLASSES...ABCD1DE12345}ShellOpen My FolderCommand]) and set (Default) to equal the command to execute when clicked, in this case explorer, e.g. "explorer /root,c:MyFolder". Change "Open My Folder" to command to display and "c:MyFolder" to the directory you want to use.
5. Create a set of sub-keys starting at the main key "ShellExPropertySheetHandlers{FD4DF9E0-E3DE-11CE-BFCF-ABCD1DE1234

5}" (i.e. [HKEY_CLASSES... ABCD1DE12345}ShellExPropertySheetHandlers{FD4DF9E0-E3DE-11CE-BFCF-ABCD1DE12345}])
6. Create a new sub-key under the main key called "ShellFolder" (i.e.

[HKEY_CLASSES...ABCD1DE12345}ShellFolder]) and create a new Binary
value called "Attributes" and set it to "00 00 00 00".
7. To place the folder (which is now a system folder) on the desktop add the following key:
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentV ersionExplorerDesktopNameSpace{FD4DF9E0-E3DE-11CE-BFCF-ABCD1DE12345}]
8. To also place it in My Computer create this key:

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrent
Version ExplorerMyComputerNameSpace{FD4DF9E0-E3DE-11CE-BFCF-ABCD1DE1234

5}]

Now the folder cannot be deleted from the desktop or My Computer, nor can it be renamed other than removing the CLSID and the entries under NAMESPACE.

This beats TweakUI's "Remove Shortcut Arrows" any day....

FthrJack's Suggestions
===============================================
Tip for users that have CD burning software installed (ezcd,nero,etc...)
if you havent already go to START > RUN > msconfig > now click the services tab and turn OFF (untick) IMAPI CD BURNING COM service.

Gibletpie
===============================================
Disable Image Viewer
1. Go to: HKEY_LOCAL_MACHINESOFTWAREClassesCLSID{e84fda7c-1d6a-45f6-b725-cb260c236066}shellex
2. and delete the subkey: MayChangeDefaultMenu
3. Reboot. Images will now open in your default viewer by double-clicking. You can still right-click and select PREVIEW if you want to open it in Image Preview. If you want to get rid of the PREVIEW menu option entirely, you can go to HKEY_LOCAL_MACHINESOFTWAREClassesCLSID{e84fda7c-1d6a-45f6-b725-cb260c236066}InProcServer32 and for the (Default) Value, delete the data so it is empty, "". Reboot. No more "Preview" option on right-click.

jrichard326's Suggestions
===============================================
Increase bandwith when using QoS (Mainly for large netoworks)
1.make sure your logged on as actually "Administrator". do not log on with any account that just has administrator priviliges.
2. start - run - type gpedit.msc
3. expand the "local computer policy" branch
4. expand the "administrative templates" branch
5. expand the "network branch"
6. Hilight the "QoS Packet Scheduler" in left window
7. in right window double click the "limit reservable bandwidth" setting
8. on setting tab check the "enabled" item
9. where it says "Bandwidth limit %" change it to read 0 reboot if you want to but not necessary on some systems

Unhiding Add/Remove Items
This is VERY usefull in taking out those annoying programs that the install didn't allow you to select NOT to install. Messenger and MSN Explorer for example. In your c:windowsinf is a file called sysoc.inf edit this file with Notepad. If you can't find that file... I suggest you show all files. You should see lines that look something like this:
msmsgs=ocgen.dll,OcEntry,msmsgs.inf,hide,7 Isn't it interesting how that word hide is in there? Yep you guessed it. Hit CTRL + H to Replace. In the "Find what" box type hide and then hit the "Replace All" button. Save, exit and go check your add/remove programs.

Nice huh? A very clean way to un-install crap you don't need.

Turn off hibernation(removes hiberfil.sys) Control Panel-Screen Saver Power-Hibernate Tab-uncheck hibernation box-reboot and hiberfil.sys is no more.

Turn off Error Reporting Automatic updates etc. Right click on My Computer icon and choose properties, advanced tab, error-reporting button If you have a piece of software that refuses to install because it
says that you are not running Windows 2000 (such as the Win2K drivers
for a Mustek scanner!!) you can simply edit HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/WindowsNT/CurrentVersion/ProductName to say Microsoft Windows 2000 instead of XP and it will install. You may also have to edit the version number or build number, depending on how hard the program tries to verify that you are installing on the correct OS. I had to do this for my Mustek 600 CP scanner (compatibility mode didn't help!!!) and it worked great, so I now have my scanner working with XP (and a tech at Mustek can now eat his words).

Here's a great tip to speed up your browsing of Windows 2000 & XP machines. Its actually a fix to a bug installed as default in Windows 2000 that scans shared files for Scheduled Tasks. And it turns out that you can experience a delay as long as 30 seconds when you try to view shared files across a network because Windows 2000 is using the extra time to search the remote computer for any Scheduled Tasks. Note that though the fix is originally intended for only those affected, Windows 2000 users will experience that the actual browsing speed of both the Internet & Windows Explorers improve significantly after applying it since it doesn't search for Scheduled Tasks anymore. Here's how :
Open up the Registry and go to : HKEY_LOCAL_MACHINE/Software/Microsoft/Windows/Current Version/Explorer/RemoteComputer/NameSpace Under that branch, select the key :
{D6277990-4C6A-11CF-8D87-00AA0060F5BF}
and delete it. This is key that instructs Windows to search for Scheduled Tasks. If you like you may want to export the exact branch so that you can restore the key if necessary. This fix is so effective that it doesn't require a reboot and you can almost immediately determine yourself how much it speeds up your browsing processes.

Delete Tour.Exe
I was able to delete all of the Windows tours files, except for tour.exe. It was protected by the Windows File protection service and each time it was deleted, XP just replaced it. Here is what I did to get rid of it. It is a registry hack...so be sure to back up if you are unsure of registry editing... Manual FIX "To disable WFP, start Regedit or Regedt32 and go to:HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionWinlogonAdd/modify the "SFCDisable" DWORD [REG_DWORD] Binary entry to read FFFFFF9D.Reboot when done.To (re)enable WFP modify "SFCDisable" to read 0. You must re-boot for the change to take effect. You then can delete tour.exe despite the warning that XP will give you. I then went and changed the reg key back to "0".

LeMartin's Suggestions
===============================================
HotKey in XP
Windows: Display the Start Menu
Windows + D: Minimize or restore all windows
Windows + E: Display Windows Explorer
Windows + F: Display Search for files
Windows + Ctrl + F: Display Search for computer
Windows + F1: Display Help and Support Center
Windows + R: Display Run dialog box
Windows + break: Display System Properties dialog box
Windows + shift + M: Undo minimize all windows
Windows + L: Lock the workstation
Windows + U: Open Utility Manager

Havin' troubles with timeout ?
Open "RegEdit" and search for "AutoEndTask" and put it to "1" (Default is set to "0", and it should apear at least 3 times!)

In StartUp create a batch file (like go.bat) and insert what U want:
copy /y Cocume~1Admini~1LocalS~1Applic~1Micros~1Outlook* .* x:MesDoc~1Outlook >nul del /f /q c:*.tmp del /f /q c:windowsminidump*.*

Havin' troubles with mIRC connection and XP FireWall
Go to your internet connection
On advance tabs click setting
On sercices tabs click Add
In description service write "Identd"
In Name or IP write your PCname of IP (Best is the name of your pc)
External port write 113 internal too and leave TCP marked
Click OK

Use the ultimate configuration tool
Start and then Run, then type the following: gpedit.msc

Remove the Shared Documents folders from My Computer Simply fire up the Registry Editor and navigate to the following key: HKEY_LOCAL_MACHINE SOFTWARE Microsoft Windows CurrentVersion

Explorer My Computer NameSpace

DelegateFolders
You'll see a sub-key named {59031a47-3f72-44a7-89c5-5595fe6b30ee}. If you delete this, all of the Shared Documents folders (which are normally under the group called "Other Files Stored on This Computer") will be gone. You do not need to reboot your system to see the change

Close Pc automaticly
Go in bios to enable the power management.
Control Panel -> Power Options -> onglet APM and Enable Advanced Power. To get Admin account on the "Welcome Screen", make sure that there are no accounts logged in. Press "ctrl-alt-del" twice and you should be able to login as administrator!

WinXP Clear Page file on shutdown
Go to Control panel Administartative tools, local security policy. then goto local policies ---> security options. Then change the option for "Shutdown: Clear Virtual Memory Pagefile"

MASSIVE FILE RENAMING
A new, small, neat feature for winXP deals with renaming files. Select several files in Explorer, press F2 and rename one of those files to something else. All the selected files get renamed to the new file name (plus a number added to the end).

CD Burning problem whit WinXP (ASPI LAYER)
WinXP does not come with an aspi layer. So far almost 90% of the problems with winXP and CD burning software are aspi layer problems. After installing winXP, before installing any CD burning software do a few things first:
1. Open up "My computer" and right click on the CD Recorder. If your CD recorder was detected as a CD recorder there will be a tab called "Recording". On this tab uncheck ALL of the boxes. apply or OK out of it and close my computer.
2. Next install the standard aspi layer for NT. Reboot when asked.

LouCypher's Suggestions
===============================================
Some Registry Tweaks
open up notepad and type the following line
"Windows Registry Editor Version 5.00"
Then add the appropriate part from within LouCypher's Suggestions.

When you import this file into your registry, the Norton AntiVirus
Scanner startup logo is not displayed.
[HKEY_LOCAL_MACHINESOFTWARESymantecNorton AntiVirus NTClinic]
"DisableSplashScreen"=dword:00000001

Disable automatic shares
[HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServi
ceslanmanserverparameters]
"AutoShareWks"=dword:00000000
"AutoShareServer"=dword:00000000

Change logon background to black
[HKEY_USERS.DEFAULTControl PanelColors]
"Background"="0 0 0"

Turn off logon screen saver
[HKEY_USERS.DEFAULTControl PanelDesktop]
"ScreenSaveActive"="0"

No "shortcut to" on shortcuts
[HKEY_USERS. DEFAULTSoftwareMicrosoftWindowsCurrentVersion
Explorer]
"link"=hex:00,00,00,00

//boot tweak
1. Its loading the OS. You can see which files it is loading as it does it by

adding a "/sos" to the end of your OS load line in boot.ini.
2. Right click "My Computer" -> Properties -> "Advanced" tab -> click Startup and Recovery "Settings" button -> "To edit the startup options file manually, click Edit." (click edit) -> add "/sos" to the end of your line (w/o quotes) like this:
[boot loader]
timeout=30
default = multi(0)disk(0)rdisk(0)partition(2)WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(2)WINDOWS="Micros oft Windows XP

Professional" /fastdetect
multi(0)disk(0)rdisk(0)partition(2)WINDOWS="Micros oft Windows XP Professional (verbose)" /fastdetect /sos

Piaqt's Suggestions
===============================================
Customize Open/Save Places
I've been trying to tweak the WinXP Places bar for weeks. Then I finally opened gpedit (C:WINDOWSsystem32gpedit.msc). Under Windows Explorer, there's a plugin which allows you to do just that.

PogMoThoin
===============================================
Enable DVD playback
http://xp.modrica.com/forum/attachme...s=&postid=4819

Panda's Suggestions
===============================================
Increase D/L Limit in IE6
HKEY_LOCAL_MACHINESystemCurrentControlSetServicesV xDMSTCP

create a new String called "MaxConnections" (without the quotes).
Double-click on the newly created MaxConnections and enter the value "500" (without quotes) HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVe rsionInternetSetting create a new String called "MaxConnectionsPerServer" with value="20" create a new String called "MaxConnectionsPer1_0Server" with value="20"

NOTE: GOTO http://support.microsoft.com/default...b;en-us;282402 before applying the above tweak!

Sashja's Suggestion
===============================================
Skinning Legacy Apps
Inserting a style manifest into the resource section is an easy way for legacy apps take advantage of the new look for common control styles and appearances on Windows XP. Check out PE Explorer at http://www.heaventools.com

Sean's Suggestions
===============================================
Diasble ballon Tips
Download (if you don't already have them) Powertoys for Windows XP...
Open TweakUI and go to "Taskbar" and Unckeck "Enable balloon tips"

Sedative's Suggestions
===============================================
customize the "places bar"
Run gpedit (C:WINDOWSsystem32gpedit.msc). under user configuration go to administrative templates-> windows components-> windows explorer-> common open file dialog-> items displayed in places bar. configure it as you wish. The places bar is the window on the left side of all open/save dialogs.

Enable Mp3 Burning in WinXP
http://xp.modrica.com/forum/attachme...s=&postid=3584


tcc's suggestions
===============================================
remove outlook blocked access
Enter the following in your registrity and any *.exe & *.com will not be filtered and can be saved as usual. NB Make sure you use a good AV shield.

[HKEY_CURRENT_USERSoftwareMicrosoftOffice10.0Outloo kSecurity]
"Level1Remove"=".exe;.com"

Works with Outook XP like a charm. You can also try BigBooger's Suggestion for the aforementioned tweak @: http://www.slipstick.com/outlook/esecup/getexe.htm


Xper's Suggestions
===============================================
Unlock Toolbars to customize them
Right-click on a toolbar, and then click Lock the Toolbars to remove the check mark.

Right-click on the toolbar again, and then click Customize. You can add and remove toolbar buttons, change text options and icon options. When you've got the toolbar customized, click Close. Now right-click on the toolbar and then click Lock the Toolbars to lock them in place.

Speed Up StartMenu
The default speed of the Start Menu is pretty slow, but you can fix that by
editing a Registry Key. Fire up the Registry Editor and navigate to the following key: HKEY_CURRENT_USER Control Panel Desktop MenuShowDelay By default, the value is 400. Change this to a smaller value, such as 0, to speed it up.
Various Tweak Programs/Sites

Programs
=============================================
FreeWare:
01. TWEAKUI: http://www.microsoft.com/windowsxp/p.../powertoys.asp
02. XTeq X-Setup: http://www.xteq.com/products/xset/
03. Proximation: http://www.proxomitron.org/
04. Fresh UI: http://www.freshdevices.com/freshui.html

Shareware:
05. TWEAK-XP: http://www.totalidea.de/frameset-tweakxp.htm
06. Customizer XP: http://www.tweaknow.com/


Tweak Sites:
=============================================
Collection of various tweaks:
01. http://www.tweakxp.com recommended
02. http://www.dougknox.com/
03. http://members.aol.com/axcel216/axcel216.htm recommended
04. http://www.winguides.com/
05. http://www.winxpfix.com/winxpfix/index.htm
06. http://www.annoyances.org/
07. http://xptools.tripod.com/index.html
08. http://www.aumha.org/ recommended
09. http://www.extremetech.com/print_art...3D19543,00.asp
10. http://www.tipsdr.com/
11. http://www.kellys-korner-xp.com/
12. http://www.vaughaag.co.uk/

Guide to the services.msc in winxp:
01. http://www.blkviper.com/WIN2K/servicecfg.htm
02. http://www.3dspotlight.com/tweaks/wi...es/index.shtml

Guide to boot tweaks/speed/etc in winxp
01. http://www.tweak3d.net/tweak/winstartupnew/
02. http://www.tweaktown.com/document.ph...dId=67&dPage=1

Broadband connection tweaking
01. http://www.tweaktown.com/document.ph...e=guide&dId=93


Customization Programs (FreeWare)
=============================================
Transparent
01. Trans2k2: http://www.545studios.com/?p=apps&id=8 recommended
02. Glass2k: http://www.chime.tv/gui.shtml
03. PowerMenu: http://www.veridicus.com/tummy/programming/powermenu/

Computer Statistics/Information
01. StatBar: http://www.statbar.nl/ recommended
02. CoolMon: http://daisyman.arsware.org/coolinfo/download.shtml
03. CureInfo: http://www.hbg.lth.se/~pv98glu/
04. InfoTop: http://opus80.com/discnode/
05. WinPulse: http://www.aka.com.ua/home.htm
06. Samurize: http://www.samurize.com/

Taskbar Enhacements
01. hiddenMenu: http://home.i-cable.com/lokinwai/index.htm Recommended
02. ShortPopUP: http://www.digitallis.co.uk/pc/ShortPopUp/index.html
03. BarLaunch and/or T-Launch: http://www.hi-ho.ne.jp/kyagi/enu/#barlaunch
04. [(Shareware) but truly an excellent program] TrueLaunchBar: http://www.truelaunchbar.com
05. ObjectDock: http://www.stardock.com/products/objectdock

http://www.kellys-korner-xp.com/

Source: http://www.msfn.org/
__________________
____________________________________________
A person who never made a mistake never tried anything new.
rajat22 is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 13-05-2005, 06:50 AM   #2 (permalink)
Tux
Guest
 
Posts: n/a
Default

Man!! That is awasome. Thanks Rajat
 
Old 13-05-2005, 06:52 PM   #3 (permalink)
Human Spambot
 
Join Date: May 2004
Location: off to "never ever" land
Posts: 2,912
Default

plagarism will not be tolerated here
u have something to post
post the link in the tweaks thread which is sticky
do no tuse the tut section for ur copy paste needs
__________________
No Mercy, No Limits.
Oobertech.net - Keeping Knowledge Free
theraven is offline  
Old 14-05-2005, 12:24 PM   #4 (permalink)
Busy Bee
 
Raaabo's Avatar
 
Join Date: Sep 2003
Location: Mumbai
Posts: 361
Default

Topic reopened.. The source seems to be clearly mentioned... What's up raven did he edit his post or did you miss that??
__________________
This Forum has rules:
Read them, or else!

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

Compute Rig: Phenom II X6 1090T | Crosshair IV Formula | 8 GB HyperX DDR2 | XFX HD 6850 | 2 x 300GB Velociraptor (RAID 0) + 1.5 TB Barracuda | Win Pro 64
HT: Denon 1912 | Jamo S608 HCS 3 | Jamo Sub 300 | PS3 | TataSky+ HD | Philips 32PFL5609/98
ICE: Sony Xplod DSX-S100 | Sony Xplod XM-GTX6020 | PowerBass S-12 | 4 x Blaupunkt IC (doors) | 2 x Alpine SPS-609 (rear-mounted)
Guitar Rig: Slammer CT 212 Metallic Red | Yamaha Pacifica PAC012 | Line 6 Pod X3 Live | Beta Aivin MX 30 | Marshall MG 15 CD | Korg ToneWorks AX100G
Raaabo is offline  
Old 14-05-2005, 04:37 PM   #5 (permalink)
Human Spambot
 
Join Date: May 2004
Location: off to "never ever" land
Posts: 2,912
Default

it was pretty big
i think i missed it
either ways there was a runnin thread on tweaks n tips as a sticky thats the main reason y i locked it

anywho i thot tut section was for original work
__________________
No Mercy, No Limits.
Oobertech.net - Keeping Knowledge Free
theraven is offline  
Old 15-05-2005, 06:24 PM   #6 (permalink)
Busy Bee
 
Raaabo's Avatar
 
Join Date: Sep 2003
Location: Mumbai
Posts: 361
Default

Nah, even tutorials that people find online and want to quote. As long as members remember to give the correct source it's cool.

Our apologies to the thread author!

Raaabo
__________________
This Forum has rules:
Read them, or else!

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

Compute Rig: Phenom II X6 1090T | Crosshair IV Formula | 8 GB HyperX DDR2 | XFX HD 6850 | 2 x 300GB Velociraptor (RAID 0) + 1.5 TB Barracuda | Win Pro 64
HT: Denon 1912 | Jamo S608 HCS 3 | Jamo Sub 300 | PS3 | TataSky+ HD | Philips 32PFL5609/98
ICE: Sony Xplod DSX-S100 | Sony Xplod XM-GTX6020 | PowerBass S-12 | 4 x Blaupunkt IC (doors) | 2 x Alpine SPS-609 (rear-mounted)
Guitar Rig: Slammer CT 212 Metallic Red | Yamaha Pacifica PAC012 | Line 6 Pod X3 Live | Beta Aivin MX 30 | Marshall MG 15 CD | Korg ToneWorks AX100G
Raaabo is offline  
Old 21-05-2005, 03:11 AM   #7 (permalink)
In The Zone
 
Biplav's Avatar
 
Join Date: Jan 2005
Location: U REALLY WANNA KNOW???
Posts: 498
Default

nice work rajat! really helpful!
__________________
"Try again, fail again, fail better" - Samuel Beckett
Biplav is offline  
Old 21-05-2005, 05:40 AM   #8 (permalink)
Broken In
 
Join Date: Apr 2005
Location: The throne at the royal palace of Smiley Kingdom!
Posts: 172
Default



Now evry1's gonna practice copy/paste from this one.. nice collection

Good judgement Raaabo

Now there is 1 more reason i'm impressed by Raaabo, I've seen forums & admins more than my hairs.. Now look @ his post count carefully, only ~123 till date... wow evn lesser than mine... I've joined only 1mo now

That surely says somethin bout dis forum & him 2... good
__________________
:) [_CALCATIAN_] :)
Status: Online [ ] / Offline [ :( ]
\"I sleep 4 only 2.5 Hrs/week & doc.s say I\'m fine :!: \"
Everyone SUX in their own comfortable way :!:
Calcatian is offline  
Old 22-05-2005, 09:41 AM   #9 (permalink)
Distinguished Member
 
anandk's Avatar
 
Join Date: Mar 2005
Location: Pune
Posts: 3,783
Default

nice work, man.
have you mentioned http://topsites.tweakxp.com ?
__________________
> www.TheWindowsClub.com <
= www.WinVistaClub.com =
Microsoft® MVP
anandk is offline  
Old 08-06-2005, 03:56 PM   #10 (permalink)
Broken In
 
Curious Guest's Avatar
 
Join Date: Apr 2005
Location: Somewhere in India
Posts: 116
Default

What a work .Every one should keep it in their hard drive
__________________
_____________________________________
THE HELL IS FULL SO I AM BACK WITH DIGIT.
Curious Guest is offline  
Old 09-06-2005, 12:36 PM   #11 (permalink)
In The Zone
 
ashisharya's Avatar
 
Join Date: Jan 2005
Location: Locating....Locating...Access Denied!!!
Posts: 410
Default

Good Post rajat! Keep It Up!
__________________
To follow the path:
look to the master,
follow the master,
walk with the master,
see through the master,
become the master. -Zen
ashisharya 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


 
Latest Threads
- by chris
- by icebags
- by Tenida

Advertisement




All times are GMT +5.5. The time now is 01:43 AM.


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

Search Engine Optimization by vBSEO 3.3.2