Your Ad Here

- Turn Your Pc On in approximately 10 Seconds.

This is a registry tweak which actually reduces the startup delay of your WINDOWs from a default 48 Seconds to a limited 4 Seconds.
Thus  reducing the overall startup time to approximately 10 Seconds.

SO here is how the trick goes:

  • Click on the start button then press "R" (without quotes) it will take u to Run.
  •  type "Regedit" (without quotes), and press enter. This will open Registery Editor

  • Now look for the key

HKEY_LOACAL_MECHINE\SYSTEM\CurrentControlSet\Control\ContentIndex


  • Now there find the Key Called "Startup Delay" (without quotes) on the right hand side column.
 
  • Double Click On It
  • Now where it says "Base" Change it to "Decimal"
  • Now its Default Value Is 4800000
  • Change The Value To 40000
Almost done with the tune-up. !!
 
  • Now close the Registery Editor and Restart Your Computer
You'll See The Result

Comments Apriciated

  • Kindly Note:
Its better if you take a backup of your registry before trying some registry tricks.
To know about registry backup and restore CLICK below !!

- Manual steps to BACKUP the registry in Vista & XP.

- Manual steps to RESTORE the registry in Vista & XP.


Stumble Upon Toolbar

- Make your very own System Cleaner.

This tutorial trains you to create your very own system cleaner, free from advertisements and possible threat of adwares & malwares. And its totally free of cost...

So why not give it a try....

Use this 'tutorial' to clean your:


*.tmp
*._mp
*.log
*.gid
*.chk
*.old
*.bak and ?

Temporary Internet Files? ,etc...

Step 1:
Start with making a new txt file. (Notepad)

Step 2:
Paste this code in the txt file:

@echo off
echo =============================================================
echo know U'r System Cleaner
echo ===========================================================
echo waiting
del /f /s /q %systemdrive%\*.tmp
del /f /s /q %systemdrive%\*._mp
del /f /s /q %systemdrive%\*.log
del /f /s /q %systemdrive%\*.gid
del /f /s /q %systemdrive%\*.chk
del /f /s /q %systemdrive%\*.old
del /f /s /q %systemdrive%\recycled\*.*
del /f /s /q %windir%\*.bak
del /f /s /q %windir%\prefetch\*.*
rd /s /q %windir%\temp & md %windir%\temp
del /f /q %userprofile%\cookies\*.*
del /f /q %userprofile%\recent\*.*
del /f /s /q ?%userprofile%\Local Settings\Temporary Internet Files\*.*?
del /f /s /q ?%userprofile%\Local Settings\Temp\*.*?
del /f /s /q ?%userprofile%\recent\*.*?
echo complete!
echo ===========================================================
echo Visit knowursystem,blogspot,com for more Tips, Tricks and Hacks,
echo ===========================================================
echo. & pause


Step 3:
Now save the file as "Cleaner.bat"

Step 4:
Double Click on it to run ur Cleaner.




*Hope you liked it*

Stumble Upon Toolbar

- Speed up Mozilla Firefox upto 30 times faster.

If your a firefox lover like me then you should try this.

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"(ZERO).
This value is the amount of time the browser waits before it acts on information it recieves.



Note: If you're using a broadband connection you'll load pages 2-30 times faster now.


Stumble Upon Toolbar

- Create your own Folder Lock in FEW simple steps.

Step #1:
Open Notepad and copy the below code.

cls
@ECHO OFF
title Folder Locker
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Locker goto MDLOCKER
:CONFIRM
echo Are you sure u want to Lock the folder(Y/N)
set/p "cho=>"
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren Locker "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder locked
goto End
:UNLOCK
echo Enter password to Unlock folder
set/p "pass=>"
if NOT %pass%==type your password here goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Locker
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Locker
echo Locker created successfully
goto End
:End


Step #2:

Save as locker.bat.

Thats it !!....your folder lock is ready for use !!



Now, How to use this customized Folder lock:

Step #1
First things first, right click the locker.bat file you just created and Open With "Notepad" (or with any of the editing tools you have.). Find the line:

if NOT %pass%==type your password here goto FAIL
Approximately 24th Line in the code. Type in your password where it says "type your password here" (without quotes). For Example:

if NOT %pass%==sevenwonders goto FAIL

Here, sevenwonders is the password. Save it.

Customising is Over !!


How to use the Customised Folder Lock:

Step #1
When you run the Locker.bat file for the first time, it will automatically create a folder named "Locker" in present working folder.


Step #2
Copy the important files in the Locker Folder.

Step #3
Double Click on the "locker.bat" file again. It will prompt you :

Are you sure you want to lock the folder ?

Step #4
Press Y for Yes or N for No.

Thats it....your Folder is locked.




To unlock the folder follow the below steps:

Step #1
Double Click on the Locker.bat once again. It will prompt you for the password.

Step #2
Enter the password you entered in the locker.bat file earlier while creating the BATCH file.

Step #3
Press Enter...

Your folder is back again !!

Stumble Upon Toolbar

- Access Internet throught Microsoft Calculator.

This is not a very agile form of a trick but does help you when ur browser is not in a comfortable zone.

When your browser(s) is/are messed up for some unexplainable reason

1. Open your MS Calculator. This is normally found in Start => All Programs => Accessories => Calculator.

2. Open the help-window by pressing the F1 key.

3. Click the top-left corner icon of the help window once (Standard is a Document with a Questionmark).

4. Select Go to URL-address.

5. Type your address into the avaliable field, but remember to type http://, and not just www. (or equivalent).

6. Have fun!

Hope you remember this in case all else should fail!

Stumble Upon Toolbar

- Password Protecting your Folder without a software.

Do you share a computer with other users and want some extra security on your folders? There are two ways to password protect a folder built into Windows XP (for other Windows flavors, there are some freeware/shareware programs out there).

Trick #1 
If you have a log in password for your account, this can be used to protect folders from other users. Your hard drive must be formatted using NTFS (which it probably is unless you're dual booting with another operating system). Here's what to do...

Right-click the folder that you want to make private and choose "Properties" (or Alt+Double-click). Go to the "Sharing" tab and check the "Make this folder private" box.




Click Apply . If you do not have a password on your account, a box will pop up asking if you want to assign a password. This must be done if you want to make the folder private, so click Yes . You will need to use your password to log on to your computer from then on.






Type in a password then confirm it. Click the "Create Password" button then close the Password window.

Click OK in the Properties dialog box.

Now anyone else logged on to your computer can't access that file without knowing your password.

Trick #2
 If the Folder is Zipped you can give it a unique password.

Just double-click the zipped folder. In the top menu select File then click "Add a Password".






Type a password into the Password box. Then again in the "Confirm Password" box.



Now, you are the only person who can access files in this folder. The folder can be opened allowing the files to be seen, but you are the only one who can access them.

Don't you feel more secure now?

Credit : WorldStart.com

Stumble Upon Toolbar

- Forcefully Close Full Screen Application.

This is a good program that is able to kill all kinds of processes by pressing a hotkey whether hung or not.

SuperF4 kills the currently selected program when you press Ctrl+Alt+F4. This is different from when you press Alt+F4. Alt+F4 only asks the currently selected program to exit, allowing it to decide for itself if it really want to.

You can also kill a process by pressing [the windows key]+F4 and then clicking the window with your mouse. Note that the mouse cursor does not change to reflect that SuperF4 is in this mode. You can press escape or the right mouse button to exit this mode without killing a program.



SuperF4 should be able to kill all kinds of processes, whether they are hung or not. Beware though, SuperF4 effectively kills the program and doesn’t give it a chance to save unsaved work etc…



There’s another tool that moo created which is able to execute specified exe with commands when you click ctrl+alt+del. It is sort of like a launcher for the hotkey ctrl+alt+del. All you need to do is to download CtrlAltDel, extract it and run CtrlAltDelAction.exe followed by the command. An example is C:\>CtrlAltDelAction.exe taskkill /F /IM hl2.exe



CLICK HERE TO DOWNLOAD CTRLALTDEL.


Alternatively, you can also drag any file such as .bat file over CtrlAltDelAction.exe. To remove or stop CtrlAltDelAction, just run CtrlAltDelAction.exe again. Simple and a very geeky tool.

Mojo also suggested a tool called Game Minimizer which is a freeware tray application that minimize full screen applications such as games to system tray by pressing a hotkey. In addition, GameMinimizer will minimize all windows when its tray icon double-clicked.



Stumble Upon Toolbar

- Test Your Computer's Reboot Time: XP & VISTA


  1. Simply open notepad and copy/paste the below code. Then save as: Reboot Time.vbs


Option ExplicitOn Error Resume NextDim Wsh, Time1, Time2, Result, PathFile,
MsgResult, MsgA, AppName, KeyA, KeyB, TimeDiffMsgA = "Please close all running
applications and click on OK."KeyA =
"HKEY_CURRENT_USER\Software\RestartTime\"KeyB =
"HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run\RestartTime"AppName
= "[KNOWURSYSTEM.blogspot.com] Reboot Time"Set Wsh =
CreateObject("WScript.Shell")PathFile = """" & WScript.ScriptFullName &
""""Result = wsh.RegRead(KeyA & "Times")if Result = "" thenMsgResult =
Msgbox (MsgA, vbOKCancel, AppName)If MsgResult = vbcancel then
WScript.QuitWsh.RegWrite KeyA & "Times", left(Time,8), "REG_SZ"Wsh.RegWrite
KeyB, PathFile, "REG_SZ"Wsh.Run "cmd /c Shutdown -r -t 00", false,
0elseWsh.RegDelete KeyA & "Times"Wsh.RegDelete KeyAWsh.RegDelete
KeyBTimeDiff = DateDiff("s",Result,left(Time,8))MsgBox "Your computer reboots in
" & TimeDiff & " seconds", VbInformation, AppNameend ifwscript.Quit


2. Save to desktop for easy access !!


3. Double click on the script file you saved.


4. Close all the running applications and click the OK button in the dialog box.




5.The computer will reboot and when Windows and a dialog box will open displaying the time your computer took to reboot.



My record time is 77 seconds for a reboot...Beat me, if u can !!!

Stumble Upon Toolbar