Thursday, March 6, 2008

Boot Defragment

Boot Defragment
1. Start Regedit.
2. Navigate to HKEY_LOCAL_MACHINE\ SOFTWARE\ Microsoft\ Dfrg\BootOptimizeFunction
3. Select Enable from the list on the right.
4. Right on it and select Modify.
5. Change the value to Y to enable.
6. Reboot your computer.

Completely Hiding Folders and Files

Completely Hiding Folders and Files
Method 1 (Folders Only)

* Right click on any folder and rename.
* Switch off numlock.
* Hold the left alt key and type 0160 from the numpad.
* Click anywhere and the name field on the folder will be blank.
* Now go to its properties and change its icon to a blank one.

The Folder will become invisible. Incase of files you can only give a blank name field and not icon.

Method 2 (Files and Folders)

This method involves use of some basic programming in .bat

OPEN NOTEPAD AND TYPE THE GIVEN LINES

1. Hide Folders

* attrib +h +r +s "E:\Music"

2. Hide Files

* attrib +h +r +s "E:\Music\Lonely.mp3"

3. Hide All FILES Inside a Folder

* attrib +h +r +s "E:\Music\*.*"

Save the file as filename.bat and run it to hide whatever you want to.

* By replacing the '+' with '-' you can reverse this.
* The attrib command refers to attributes.
* h, r, s denote hidden ,read-only, and system attributes respectively.
* "*.*" command will apply to all FILES (NOT FOLDERS) inside the specified folder .

Use your 30 day trial version for as many days....

Use your 30 day trial version for as many days....
Hi Friends,

Try this freeware program called setasdate. Just copy this program into the program files folder of the particular program which is running on a trial basis & set the date for the program. It does not change the system date but instead only sets the date for that particular program. My cuteftp trial showed 1 days remaining. I used setasdate program & now it is still showing 1 day remaining since the last 2 weeks. This is good if you download any Adobe softwares as they are 30 day trial softwares. But once your PC is formatted, the registry might register it as trial expired & things wont work. (P.S. wont work with trials that have expired)

url: http://www.nirsoft.net/utils/run_as_date.html

(Doesnt require installation)

Clean your RAM by notepad

clean u r RAM
Clean your RAM by notepad
Clean Yer RAM & Make Your Comp Speed Better
credit goes to sid for sharing this trick with us


Clean Ur RAM
U may recognize that ur system gets slower and slower when playing and working a lot with ur pc. That's cause ur RAM is full of remaining progress pieces u do not need any more.

So create a new text file on ur desktop and call it .. uhm.. "RAMcleaner" or something...

Type

FreeMem=Space(64000000)
in this file and save it as RAMcleaner.vbs [ You may choose the "All Files" option when u save it ]

Run the file and ur RAM may be cleaned :>
Of course u can edit the code in the file for a greater "cleaning-progress".


FreeMem=Space(1280000000)

just try it out.. i worked for me

if this works for u reply here

Amezing trick to lock folder

amezing trick to lock folder
this 1 is amezing trick to lock u r folder
using this trick not only lock u r folder but also hide it
here it is

copy following program:-

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

now go for following few steps
1>copy above folder into notepad.
2>the text which is written in bold letters delete it & type u r password there.
3>save that file by extension .bat ( name is u r choice)
4>now on ur screen there is a bat file appear.
5>double click on that file.
6>u will see the locker folder.
7>save the files in that folder.
8>double click on that folder & lock that folder
9>after lock that folder it will become hidden.
10>to open that folder double click on that bat file
11>type ur password & open that folder.

Monday, March 3, 2008

Trick to Show ur name after time in taskbar...

Trick to Show ur name after time in taskbar...

Hi freinds !
I m here to tell u a trick to add up ur name in place of AM and PM beside time and make urself to feel proud among ur group of frnds.
Its simple
Start -> Control Pannel -> Regional and LAnguage option -> Customize (beside English US) -> Go to TIME tab -> Change AM symbol and PM symbol from AM and PM to ur name -> Apply -> Ok ...
IS it changed ??? Might be not ...Now go to time in taskbar and Double Click it to open "Date and time property" ...Look place where time chnges in digital form i.e. 02:47:52 AM , click to arrow to cnage the AM or PM by selecting and press arrow. It will Show ur name or name that was entered by u, Apply -> OK

Make IE faster

Make IE faster

1. click start > run

2. type regedit > enter

3. browse folder HKEY_CURRENT_USER\Software\m*cro$oft\Windows\CurrentVersion
\InternetSettings

4. right click @ windows right > New > DWORD

5. type MaxConnectionsPerServer > u can set value (the more higher the no, the more good
speed u get, eg : 99)

6. create another DWORD >type MaxConnectionsPer1_0Server

7. then put a high value as mentioned above

8. then, restart IE ... ur finished.This Trick will increase your browsing speed as well as downloading speed

Make a folder invisible (good one)

Make a folder invisible (good one)

Make the folder INVISIBLE without hiding
Make your folders invicible…:)

1)Right Click on the desktop.Make a new folder

2)Now rename the folder with a space(U have to hold ALT key and type 0160).

3)Now u have a folder with out a name.

4)Right click on the folder>properties>customize. Click on change icon.

5)Scroll a bit, u should find some empty spaces, Click on any one of them.click ok Thats it,now u can store ur personal data without any 3rd party tools

Hide ur drives

Hide ur drives

How to Hide the drives(c:,d:,e:,a:...etc)
How to Hide the drives(c:,d:,e:,a:...etc)
This is a great trick you can play on your friends. To disable the display of local or networked drives when you click My Computer.

1.Go to start->run.Type regedit.Now go to:

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer

Now in the right pane create a new DWORD item and name it NoDrives(it is case sensitive). Now modify it's value and set it to 3FFFFFF (Hexadecimal) .Now restart your computer. So, now when you click on My Computer, no drives will be shown(all gone...). To enable display of drives in My Computer, simply delete this DWORD item that you created.Again restart your computer.You can now see all the drives again.

Change windows to your name

Change windows to your name

open notepad dump the following lines into it and save it with the name OEMINFO.INI in the c:\windows\system32 directory:

[General]
Manufacturer=Your Name Here
Model=Your Model Here
[Support Information]
Line1=Your Name Here
Line2=Your Address Here
Line3=Your Email Address Here


Save the file, then make a right click on my computer select properties, in the general tab a button will be highlighted (support information) make a click on it, you will be able to see the changes.
Now if you want to display some more information then simply increase the line in the file.
ex: Line4=Your Working Hours Here

change ur processor name

change ur processor name

Trick - SHOW YOUR PC PENTIUM 5 OR MORE

GO TO START>RUN>TYPE REGEDIT>HKEY_LOCAL_MACHINE>HARDWARE>DISCRIPTION>
SYSTEM>CENTRAL PROCESSOR>
ON RIGHT HAND SIDE RIGHT CLICK ON PROCESSORNAMESTRING AND THEN WRITE ANYTHING U WANT IN THAT TEXTBOX

Tuesday, February 26, 2008

Connect computes via cable

How are you hooking up the new compute via a cable or via wireless?

You'll want to make sure the network card is enabled, and configured to use DHCP so the router can assign an IP address to them.

Assuming you are running Windows XP please do the following:

1. click on start
2. go to settings
3. open up network connections
4. look to make sure that the network (LAN) is enabled. If it is disabled you will need to enable it by right clicking on it and selecting enable.
5. Once you verified step 4 next right click on the LAN connection and select properties. Find TCP/IP in the list and double click it. Make sure that both the top and bottom portions are set to Automatically get an IP address.
6. Once completed push OK.

Let me know if this worked for you if not you may have some other issues going on with that PC that we need to address.

Saturday, February 16, 2008

Auto Shutdown Pc without using any external program

Auto Shutdown Pc without using any external program.......


METHOD # 1


Do you know that you can make your PC shutdown at a time u wish to?
Here is the trick!!
How To Make A Shutdown Timer!

Step 1:

Right click on your desktop and choose "New=>shortcuts".

Step 2:

In the box that says "Type the location of the shortcut",
type in "shutdown -s -t 3600" without the quotation marks and click next.

Note: 3600 are the amount of seconds before your computer shuts down. So , 60secs*60mins=3600secs.

Step 3:

Make up a name for the shortcut and you're done.
You can change the icon by right clicking=>properities=>change icon=>browse.

To abort:

To make an abort key to stop the shutdown timer just create another shortcut and make
the "location of the shortcut" to " shutdown -a" without the quotes.


METHOD # 2


Here is another trick to shutdown at a specific time, for example you wish to shutdown at 11:35am. Type this in
start=>Run

Type Code: at 11:35 shutdown -s


to abort

Code:

shutdown -a


take note: all time are in 24hr, example u would like to shutdown at 8:30pm, you should type

"at 20:30 shutdown -s" without quote



METHOD # 3


you can use a batch for that as well it makes it easier to use
just run the batch and enter the time you want it to shutdown

shutdown.bat
Type Code:
@echo off
title Scheduled Shutdown Batch Example by chacha1234
color A
echo Enter Time To Shutdown (example 19:30)
set /p stime=
cls
at %stime% ""shutdown -s -t 00"" >nul
echo Your PC Will Auto Shutdown At %stime%
echo Press Any Key To Exit
pause >nul
exit



also you can add -c "desired message" at the end of the shutdown command
for example
shutdown -s -t 60 -c "Shutdown Pc"


using this command u can also schedule ur pc to restart
for example
shutdown -r -t 60 -c "Restarting Pc

Wednesday, February 6, 2008

How to make your start menu to work 100% faster

How to make your start menu to work 100% faster
Here is the trick that will help you to work your start menu 100% more faster,i hope many of them may know this trick before,but this is for the unknown people
step1 : press windows key+ r
step2: type regedit on the run box
step3: select HKEY_CURRENT_USER
step4: below this select the Control panel
step5: Choose Desktop
step 6: in the right window you can able to see this MenuShowDelay click this and change the 400 value to 0 thats it
step 7: Restart your computer

Change windows to your name

Change windows to your name

open notepad dump the following lines into it and save it with the name OEMINFO.INI in the c:\windows\system32 directory:

[General]
Manufacturer=Your Name Here
Model=Your Model Here
[Support Information]
Line1=Your Name Here
Line2=Your Address Here
Line3=Your Email Address Here


Save the file, then make a right click on my computer select properties, in the general tab a button will be highlighted (support information) make a click on it, you will be able to see the changes.
Now if you want to display some more information then simply increase the line in the file.
ex: Line4=Your Working Hours Here

RAJ SOLUTION'S

PROMISSING NOTE:-

All This Stuff is For u only..
But u all only If dont comments then its Better we should stop Blogging....