Best 2 Know

The Ultimate Blogging Resource

  • Advertising
  • WebHosting
  • Contact Us
  • Blogger
    • Blogger Templates
    • Blogger Tutorials
  • Browser
    • Firefox
    • Google Chrome
  • Google
  • Internet
    • Facebook
    • Twitter
  • Thesis
  • Windows
  • WordPress
    • WordPress Themes
    • WordPress Plugins
  • More
    • Linux
    • Review
    • Solutions
    • Announcements

Author: Ritesh Sanap

Changing dos back ground colour

The value DefaultColor controls the foreground and background colors used in command prompt windows. It has a default value of 0, for standard white text on a black background.
CHANGING DOS BACKGROUND
Open your registry (press win+r and type regedit , hit enter )
goto

[HKEY_CURRENT_USER\Software\Microsoft\Command Processor]

u’ll find “DefaultColor”

You can replace it’s value with a two-digit hexadecimal number, in which the first digit selects a background color and the second a foreground color. The hexadecimal codes are:

Hexadecimal value Color
0 Black
1 Blue
2 Green
3 Aqua
4 Red
5 Purple
6 Yellow
7 White
8 Gray
9 Light Blue
A Light Green
B Light Aqua
C Light Red
D Light Purple
E Light Yellow
F Bright White

A value of F0, for example, would give black text on a white background, and 1E would yield yellow text on a blue background.

The change should take effect the next time you open a console window.

January 16, 2008 Ritesh Sanap Windows

SEE All Rapidshare Folder’s

Use following keywords in google to see all rapidshare folders available on internet

site:rapidshare.com inurl:users “*”

site:rapidshare.de inurl:users “*”

site:rapidshare.com inurl:files “*”

site:rapidshare.de inurl:files “*”

site:rapidshare.com inurl:users (pass|password)

site:rapidshare.de inurl:users (pass|password)

Suppose u need some info on hacking.Then u can try following keywords to see all rapidshare folders having any hacking related thing in it

site:rapidshare.com inurl:users “hack”

site:rapidshare.com inurl:users “hacking”

January 16, 2008 Ritesh Sanap Uncategorized Tutorials

NOTEPAD “world trade centre trick”.

————–NOTEPAD “world trade centre trick”..—————

Did you know that the flight number of the plane that had hit WTC …on
9/11 was Q33N ….Open your Notepad in ur computer and type the flight
number i.e Q33N… Increase the Font Size to 72, Change the Font to
Wingdings. U will be amazed by the findings.

Hows That ???

January 16, 2008 Ritesh Sanap Windows

All Latest Window’s XP Tip’s & Trick’s

Stop Noise in Copying Audio CD

When using 3rd party burning software (eg, Nero Burning Rom) to copy audio CD,some noise may be heard at the end of each track. To prevent this,try the following method:

  1. Enter System Properties >> device manager
  2. Select IDE ATA/ATAPI controllers
  3. Double click on the CD writer IDE channel
  4. Select advance setting
  5. Change the transfer mode to ‘PIO Only‘
  6. Restart Computer

Restoring Media Player

To restore Windows Media Player insert the the XP CD into the CD drive (if it autostarts click exit). Open a command window and type the following :

rundll32.exe setupapi,InstallHinfSection InstallWMP7 132 c:\windows\inf\wmp.inf

rundll32.exe setupapi,InstallHinfSection InstallWMP7 132 c:\windows\inf\wmp.inf

Restoring Access to CD Rom’s

If you removed CD Burning software, or for some other mystical reason, can not longer access your CD ROM’s, in most cases following registry keys needs to be deleted: Locate and delete the UpperFilters and LowerFilters values under the following key in the registry:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\
{4D36E965-E325-11CE-BFC1-08002BE10318}

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\ {4D36E965-E325-11CE-BFC1-08002BE10318}

Removing username in the Startmenu

  1. Open Registry Editor Then Go To :

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

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

  2. On The Right, Make A New Entry With Right Click On Your Mouse Then Choose “New | DWORD Value“
  3. Change The Entry’s Name Into “NoUserNameInStartMenu“, Double Click In The New Entry And Fill The “Value Data” With “1“.
  4. Press OK, Exit the Registry Editor.
  5. Restart Your Computer.

INTERNET EXPLORER LIGHTING-FAST STARTUP

Isn’t it annoying when you want to go to a new website, or any other site but your homepage, and you have to wait for your ‘home’ to load? This tweak tells Internet Explorer to simply ‘run’, without loading any webpages. (If you use a ‘blank’ page, that is still a page, and slows access. Notice the ‘about:blank’ in the address bar. The blank html page must still be loaded..). To load IE with ‘nothing’ [nothing is different than blank]:
1. Right-click on any shortcut you have to IE
[You should create a shortcut out of your desktop IE icon, and delete the original icon]
2. Click Properties
3. Add ‘ -nohome’ [with a space before the dash] after the endquotes in the Target field.
4. Click OK
Fire up IE from your modified shortcut, and be amazed by how fast you are able to use IE!

ORIGINAL WALLPAPERS

This is more of a fun tweak than it is useful. Go to run, type regedit press ok. when that comes up go to HKEY_CURRENT_USER>Control Panel>Desktop
Now find the orginalwallpaper, right click and select modify.In the text box type the path to the file you want to be your orginal desktop wallpaper.

REMOVE PAST ITEMS ICONS IN TASKBAR

Some times When you check your TasKbar properties or when you hide or unhide icons you can see old icons from Uninstalled or old programs you dont have anymore. This Tweak will help you how to get rid of this problem. Here is how to clear the past items or icons list in the TaskBar, perform the following steps:
1.Open Regedit Navigate to:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\TrayNotify
2.Delete the IconStreams and PastIconsStream values
3.Open Task Manager, click the Processes tab, click Explorer.exe , and then click End Process .
4.In Task Manager, click File , click New Task , type explorer , and then click OK .

How to Add an Option to Print the Contents of a Folder

Would you like to be able to right click any folder in Explorer and print its contents? You can add this option to the context menu by following these steps:

First, you need to create a batch file called Printdir.bat. Open Notepad or another text editor and type (or cut and paste) this text:

@echo off
dir %1 /-p /o:gn > “%temp%\Listing”
start /w notepad /p “%temp%\Listing”
del “%temp%\Listing”
exit

Now, in the Save As dialog box, type “%windir%\Printdir.bat” (without the quotation marks) and click the Save button.
Click Start, Control Panel, Folder Options.
Click the File Types tab, and then click File Folder.
Click the Advanced button.
Click the New button.

In the Action box, type “Print Directory Listing” (without the quotation marks).

In the Application used to perform action box, type “Printdir.bat” (without the quotation marks).

Click OK in all three dialog boxes to close the dialog boxes.

You’re not quite finished yet! Now you need to edit the Registry, so open your favorite Registry Editor.

Navigate to HKEY CLASSES ROOT\Directory\shell.

Right click on “default” and select Modify.
In the File Data box, type “none” (without the quotation marks).

Click OK and close the Registry Editor.

Now when you right click a folder, you’ll see the option to Print Directory Listing. Selecting it will print the contents of the folder.

Who needs a stinking program to print a folder directory? :-)

Make Your Cd Autorun

If you wanna make a autorun file for that CD you are ready to burn just read this…

1) You open notepad

2) now you writ: [autorun]
OPEN=INSTALL\Setup_filename.EXE
ICON=INSTALL\Setup_filename.EXE

Now save it but not as a .txt file but as a .inf file.

But remember! The “Setup_filename.EXE” MUST be replaced with the name of the setup file. And you also need to rember that it is not all of the setup files there are called ‘.exe but some are called ‘.msi

3) Now burn your CD with the autorun .inf file included.

4) Now set the CD in you CD drive and wait for the autorun to begin or if nothing happens just double-click on the CD drive in “This Computer”

Boot Windows XP Fast

Follow the following steps:

1. Open notepad.exe, type “del c:\windows\prefetch\ntosboot-*.* /q” (without the quotes) & save as “ntosboot.bat” in c:\
2. From the Start menu, select “Run…” & type “gpedit.msc”.
3. Double click “Windows Settings” under “Computer Configuration” and double click again on “Shutdown” in the right window.
4. In the new window, click “add”, “Browse”, locate your “ntosboot.bat” file & click “Open”.
5. Click “OK”, “Apply” & “OK” once again to exit.
6. From the Start menu, select “Run…” & type “devmgmt.msc”.
7. Double click on “IDE ATA/ATAPI controllers”
8. Right click on “Primary IDE Channel” and select “Properties”.
9. Select the “Advanced Settings” tab then on the device or 1 that doesn’t have ‘device type’ greyed out select ‘none’ instead of ‘autodetect’ & click “OK”.
10. Right click on “Secondary IDE channel”, select “Properties” and repeat step 9.
11. Reboot your computer.

December 28, 2007 Ritesh Sanap Windows

[How-To]Using Google For Finding Ebook’s

Using Google for searching ebooks

Google has some fantastic potential for you to find whatever you are after on the internet.

To search for a book / program / file perhaps try the following.

Go to Google’s search page and use the following criteria in the search dialog

intitle:index.of? file extension Name of item

e.g. intitle:index.of? chm syngress

This will hopefully give you a listing of all websites that google has cached that contain references to files in CHM format that are published by SYNGRESS.

—————

I use in Google

+(“index of”) +(“/ebooks”|”/book”) +(chm|pdf|zip|rar) +syngress

or

allinurl: +(rar|chm|zip|pdf|tgz) Syngress

Enjoy

December 28, 2007 Ritesh Sanap Google, Internet Ebooks

20 Google Secrets Of Google

20 Great Google Secrets

Google is clearly the best general-purpose search engine on the Web (see

www.pcmag.com/searchengines

But most people don’t use it to its best advantage. Do you just plug in a keyword or two and hope for the best? That may be the quickest way to search, but with more than 3 billion pages in Google’s index, it’s still a struggle to pare results to a manageable number.

But Google is an remarkably powerful tool that can ease and enhance your Internet exploration. Google’s search options go beyond simple keywords, the Web, and even its own programmers. Let’s look at some of Google’s lesser-known options.

Syntax Search Tricks

Using a special syntax is a way to tell Google that you want to restrict your searches to certain elements or characteristics of Web pages. Google has a fairly complete list of its syntax elements at

www.google.com/help/operators.html

. Here are some advanced operators that can help narrow down your search results.

Intitle: at the beginning of a query word or phrase (intitle:”Three Blind Mice”) restricts your search results to just the titles of Web pages.

Intext: does the opposite of intitle:, searching only the body text, ignoring titles, links, and so forth. Intext: is perfect when what you’re searching for might commonly appear in URLs. If you’re looking for the term HTML, for example, and you don’t want to get results such as

www.mysite.com/index.html

, you can enter intext:html.

Link: lets you see which pages are linking to your Web page or to another page you’re interested in. For example, try typing in

link:http://www.pcmag.com

Try using site: (which restricts results to top-level domains) with intitle: to find certain types of pages. For example, get scholarly pages about Mark Twain by searching for intitle:”Mark Twain”site:edu. Experiment with mixing various elements; you’ll develop several strategies for finding the stuff you want more effectively. The site: command is very helpful as an alternative to the mediocre search engines built into many sites.

Swiss Army Google

Google has a number of services that can help you accomplish tasks you may never have thought to use Google for. For example, the new calculator feature

(www.google.com/help/features.html#calculator)

lets you do both math and a variety of conversions from the search box. For extra fun, try the query “Answer to life the universe and everything.”

Let Google help you figure out whether you’ve got the right spelling—and the right word—for your search. Enter a misspelled word or phrase into the query box (try “thre blund mise”) and Google may suggest a proper spelling. This doesn’t always succeed; it works best when the word you’re searching for can be found in a dictionary. Once you search for a properly spelled word, look at the results page, which repeats your query. (If you’re searching for “three blind mice,” underneath the search window will appear a statement such as Searched the web for “three blind mice.”) You’ll discover that you can click on each word in your search phrase and get a definition from a dictionary.

Suppose you want to contact someone and don’t have his phone number handy. Google can help you with that, too. Just enter a name, city, and state. (The city is optional, but you must enter a state.) If a phone number matches the listing, you’ll see it at the top of the search results along with a map link to the address. If you’d rather restrict your results, use rphonebook: for residential listings or bphonebook: for business listings. If you’d rather use a search form for business phone listings, try Yellow Search

(www.buzztoolbox.com/google/yellowsearch.shtml).

Extended Googling

Google offers several services that give you a head start in focusing your search. Google Groups

(http://groups.google.com)

indexes literally millions of messages from decades of discussion on Usenet. Google even helps you with your shopping via two tools: Froogle

CODE

(http://froogle.google.com),

which indexes products from online stores, and Google Catalogs

CODE

),

which features products from more 6,000 paper catalogs in a searchable index. And this only scratches the surface. You can get a complete list of Google’s tools and services at

www.google.com/options/index.html

You’re probably used to using Google in your browser. But have you ever thought of using Google outside your browser?

Google Alert

(www.googlealert.com)

monitors your search terms and e-mails you information about new additions to Google’s Web index. (Google Alert is not affiliated with Google; it uses Google’s Web services API to perform its searches.) If you’re more interested in news stories than general Web content, check out the beta version of Google News Alerts

(www.google.com/newsalerts).

This service (which is affiliated with Google) will monitor up to 50 news queries per e-mail address and send you information about news stories that match your query. (Hint: Use the intitle: and source: syntax elements with Google News to limit the number of alerts you get.)

Google on the telephone? Yup. This service is brought to you by the folks at Google Labs

(http://labs.google.com),

a place for experimental Google ideas and features (which may come and go, so what’s there at this writing might not be there when you decide to check it out). With Google Voice Search

),

you dial the Voice Search phone number, speak your keywords, and then click on the indicated link. Every time you say a new search term, the results page will refresh with your new query (you must have JavaScript enabled for this to work). Remember, this service is still in an experimental phase, so don’t expect 100 percent success.

In 2002, Google released the Google API (application programming interface), a way for programmers to access Google’s search engine results without violating the Google Terms of Service. A lot of people have created useful (and occasionally not-so-useful but interesting) applications not available from Google itself, such as Google Alert. For many applications, you’ll need an API key, which is available free from

CODE

www.google.com/apis

. See the figures for two more examples, and visit

www.pcmag.com/solutions

for more.

Thanks to its many different search properties, Google goes far beyond a regular search engine. Give the tricks in this article a try. You’ll be amazed at how many different ways Google can improve your Internet searching.

Online Extra: More Google Tips

Here are a few more clever ways to tweak your Google searches.

Search Within a Timeframe

Daterange: (start date–end date). You can restrict your searches to pages that were indexed within a certain time period. Daterange: searches by when Google indexed a page, not when the page itself was created. This operator can help you ensure that results will have fresh content (by using recent dates), or you can use it to avoid a topic’s current-news blizzard and concentrate only on older results. Daterange: is actually more useful if you go elsewhere to take advantage of it, because daterange: requires Julian dates, not standard Gregorian dates. You can find converters on the Web (such as

CODE

excl.gif No Active Links, Read the Rules – Edit by Ninja excl.gif

), but an easier way is to do a Google daterange: search by filling in a form at

www.researchbuzz.com/toolbox/goofresh.shtml or www.faganfinder.com/engines/google.shtml

. If one special syntax element is good, two must be better, right? Sometimes. Though some operators can’t be mixed (you can’t use the link: operator with anything else) many can be, quickly narrowing your results to a less overwhelming number.

More Google API Applications

Staggernation.com offers three tools based on the Google API. The Google API Web Search by Host (GAWSH) lists the Web hosts of the results for a given query

(www.staggernation.com/gawsh/).

When you click on the triangle next to each host, you get a list of results for that host. The Google API Relation Browsing Outliner (GARBO) is a little more complicated: You enter a URL and choose whether you want pages that related to the URL or linked to the URL

(www.staggernation.com/garbo/).

Click on the triangle next to an URL to get a list of pages linked or related to that particular URL. CapeMail is an e-mail search application that allows you to send an e-mail to google@capeclear.com with the text of your query in the subject line and get the first ten results for that query back. Maybe it’s not something you’d do every day, but if your cell phone does e-mail and doesn’t do Web browsing, this is a very handy address to know.

December 28, 2007 Ritesh Sanap Google, Internet

[How-To]Writting In reverse In Orkut

  • Type the text in the scrapbook or any text box.
  • Type & # 8 2 3 8 without spaces before the message in the text box.
  • Example: “&#8238 This is message reverted.”
  • Press SUBMIT.
  • The above message appears as – ? This is message reverted
  • December 17, 2007 Ritesh Sanap Uncategorized Orkut tricks

    [How-To] To Send Blank Scarp In Orkut

    Hi Friends
    Please Help Us By Sharing Post on Social Bookmarking Sites

    Steps For How To Send Blank Scrap in Orkut

  • Place the cursor in the text field.
  • Delete everything in the field.
  • Now, HOLD (Keep pressed) ALT key and press 0 1 7 3 (Press the numbers one after the another. Do not keep them pressed) on the NUMBER PAD (on the right side of the keyboard).
  • If you are using a laptop, just press [i] in the text box.
  • Click SUBMIT.
  • Then You Are Done

    KEEP VISITING

    December 17, 2007 Ritesh Sanap Uncategorized Orkut tricks

    Posts pagination

    Previous page Page 1 … Page 50 Page 51 Page 52 Next page

    Currently Trending

    • How to download Specific parts of YouTube videos
      How to download Specific parts of YouTube videos
    • Windows Vista CD key
      Windows Vista CD key
    • How to retrieve my Demonoid username
      How to retrieve my Demonoid username
    • How to add Logo to Thesis theme
      How to add Logo to Thesis theme
    • How to Delete Feedbacks from JetPack Contact Form
      How to Delete Feedbacks from JetPack Contact Form
    • List Of All 255 Keyboard All Alt Key Codes
      List Of All 255 Keyboard All Alt Key Codes
    • h4x0r ( Hacker ) - Blogger Template
      h4x0r ( Hacker ) - Blogger Template

    Get Latest post in your Inbox

    Random Posts

    HTTP2 Server Push for W3 Total Cache Minify plugin

    August 17, 2016 By Ritesh Sanap 5 Comments

    Asino/Thesis Style footer for blogger

    May 3, 2011 By Ritesh Sanap 18 Comments

    How to automatically email contributors when theirs post is published

    January 23, 2012 By Ritesh Sanap Leave a Comment

    Using WordPress Media Uploader in Plugin or Theme

    June 25, 2011 By Ritesh Sanap Leave a Comment

    Pac Man Permanent on Google

    May 24, 2010 By Ritesh Sanap Leave a Comment

    WordPress

    HTTP2 Server Push for W3 Total Cache Minify plugin

    August 17, 2016 By Ritesh Sanap 5 Comments

    How to Disable Emojis in WordPress

    January 6, 2016 By Ritesh Sanap Leave a Comment

    JetPack Related posts and Sharing not working with NGINX

    November 10, 2015 By Ritesh Sanap Leave a Comment

    Simply Pure – WordPress Theme

    November 2, 2014 By Ritesh Sanap 2 Comments

    Advanced What should we Write about next? – WordPress Plugin

    July 28, 2014 By Ritesh Sanap Leave a Comment

    How to Disable Self Pingback or TrackBack

    January 16, 2014 By Ritesh Sanap Leave a Comment

    BlueStrap – WordPress Theme

    January 1, 2014 By Ritesh Sanap 15 Comments

    How to Create Multiple Excerpts in WordPress

    December 24, 2013 By Ritesh Sanap Leave a Comment

    How to Disable Auto Update in WordPress

    November 21, 2013 By Ritesh Sanap Leave a Comment

    How to Delete Feedbacks from JetPack Contact Form

    November 19, 2013 By Ritesh Sanap 9 Comments

    Recent Posts

    • HTTP2 Server Push for W3 Total Cache Minify plugin
    • How to show hidden files and folders in Mac OS X
    • How to Disable Emojis in WordPress
    • Canva – Online Photo Editor
    • JetPack Related posts and Sharing not working with NGINX

    Archives

    Recommends

    • DigitalOcean – Cloud Hosting
    • Dropbox – Cloud Storage
    • Elegant Themes – WordPress Themes
    • LastPass – Password Manager
    • Like us on Facebook
    • Follow on Twitter
    • +1 on Google
    • Subscribe via Email
    • RSS Feed

    © 2025 Best 2 Know · All Rights Reserved · We ♥ DigitalOcean