Wednesday, February 10, 2010

Some Tricks for you!!

Today I am going to post some Windows Tips, Tweaks and Tricks. Hope you would love them.

How to clean Non Useful Files In Windows?

Step 1 : Open the Notepad .
Step 2 : Paste this code in the txt file.

Code: Select all the code beloww, copy and paste in the opened text file.

@echo off
echo Webhog Cleaner
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. & pause

STEP 3: Now save the file as "Cleaner.bat". After saving this file, Just open it and see for yourself what happens???

 
Disabling Display of Drives in My Computer.

To disable the display of local or networked drives when you click My Computer go to :

KEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer

Now in the right pane create a new DWORD item and name it NoDrives.
Now modify it's value and set it to 3FFFFFF (Hexadecimal).
Now press F5 to refresh.
When you click on My Computer, no drives will be shown.
To enable display of drives in My Computer, simply delete this DWORD item.

It's .reg file is as follows:

REGEDIT4

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

"NoDrives"=dword:03ffffff


Pop a banner each time Windows Boots.

To pop a banner which can contain any message you want to display just before a user is going to log on, go to the key:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WinLogon

Now create a new string Value in the right pane named LegalNoticeCaption Enter the value that you want to see in the Menu Bar.
Now create yet another new string value and name it: LegalNoticeText. Modify it and insert the message you want to display each time Windows boots.
This can be effectively used to display the company's private policy each time the user logs on to his NT box.

It's .reg file would be:

REGEDIT4

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Winlogon]

"LegalNoticeCaption"="Caption here."


Create A Folder Without Any Name & Without Icon - Totally Invisible.

Just type these codes while renaming the folder and press Enter.

alt+0160
OR
alt+255

Now time to hide the folder!!
To hide a folder first select the folder then right click and go to properties,in properties select the change icon option, now u can see a lot of folder icon.

(C:\Windows\system32\imageres.dll).

You look for a blank icon select any of the 3 blank icon. click ok then apply you will see invisible folder.


How 2 See the Album of ny PrivateUser in Facebook?

Step1: Log into facebook and don't worry about making another account. They will not be able to trace you down and ban you.

Step2:
* Find the person's unique profile ID.
* Search for them and click view friends or send message.
* Write the unique ID from the address bar (only the numbers) or copy it somewhere else.

Step3: Now that you have your unique profile ID you can use the next two links to view a total of 40 tagged photos:

If you wish to see tagged photos added by others use this link:
http://www.facebook.com/photo.php?pid=12345678&op=1&view=all&subj=[Unique ID]&id=[Unique ID]

If you wish to see tagged photos added by themselves use this link:
http://www.facebook.com/photo.php?pid=13245678&op=1&view=user&subj=[Unique ID]&id=[Unique ID]

Each link contains two places for [Unique ID] you simply replace this with the person’s unique ID that you have copied at the first step.

REMOVE THE BRACKETS IN [UNIQUE ID] .. replace that whole thing with the profile ID you copied.

Step4: You can now see up to 40 photos of someone on a private profile.

Hey! My friends, If you like my post you can save it using "Save Page as PDF" button below and you can even share them to your friends with social networking buttons provided below this post.

Add To Google BookmarksStumble ThisFav This With TechnoratiAdd To Del.icio.usDigg ThisAdd To RedditTwit ThisAdd To FacebookAdd To Yahoo

No comments:

Post a Comment

Hey Guys! Thanks for visiting my blog. Hope you enjoy reading. Just leave your comments if you think this post is a worth readable! Your valuable comments are always welcomed. Please don't spam! and No abusive language would be tolerated. I would moderate your feedback and then it would be published. If you have any query I will try to give feedback as soon as possible.