Showing posts with label pc-tips. Show all posts
Showing posts with label pc-tips. Show all posts

Rename your XP start Button text

image Did you know that you can change your XP start button text? commonly it labeled as Start, but if you doing some tweaks on it you can labeled it by your own. Maybe some of you have known the way of change the XP start button text by tweaking registry point of your machine and i believed that that's a time consuming and too risky. Therefore this time i share you this StartBtn Renamer which allow you change your XP start button text easily in one click!

image All you have to do is simple, first download the StartBtn Renamer and fill the new label textbox with everyword you want which will be labeled on your XP start button and then simply clik Rename It! and you done! Very easy right?

Good Luck!

Readmore,..

Windows Registry Tricks

image It's been a long time for me did not share any computer tricks in here. Recently mytheory only focus on SERP or SEO content. And for an intermezzo, i would like to give you some computer tricks and i'm going to talk about Registry Tricks. Check it out!

::. Backup Registry

Before doing some of these tricks you better backup your Registry first. How to backup Registry? emm,it's pretty easy actually,simply go to Regedit (click start-Run-type 'regedit' - click OK), click File-Export and save it anywhere (but don't forget where you save it) and you can name it anything you want

 image 

image 

 

::. Registry Edit

I will tell you some useful tricks about Registry Windows which is simple to do, but you have to pay attention carefully because if you miss the procedure or even doing something wrong, it can be harmful..... but you can use your Backup to fix your Registry, Okay so here we go:

  1. Automatically close Non-Responding Application on Shutdown
    Go to Regedit (Start-Run-regedit); Look at the left pane, click HKEY USERS , and select DEFAULT branch, expand the Control Panel branch,and select Desktop. On the right pane double click on AutoEndTasks, once you see a dialog box consist of Value Name and Value Data. Now, change the value data to 1 to automatically end tasks when computer Shutdown, otherwise, 0 means prompt user for an action.
    clip_image002 image
  2. Speed up menu Display
    Start/Run/Regedit
    HKEY_CURRENT_USER/Control Panel/Desktop ; look at the right pane, select 'MenuShowDelay' right click on it click modify and set the value by 100 . Restart the computer.
  3. Restrict User from Running Specific Application
    Go to regedit; on the left pane: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer. Value Name: DisallowRun
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] Create a new DWORD value and name it "DisallowRun" set the value to "1" to enable application restrictions or "0" to allow all applications to run. Then create a new sub-key called [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\ Explorer\DisallowRun] and define the applications the are to be restricted. Creating a new string value for each application, named as consecutive numbers, and setting the value to the filename to be restriced (e.g. "regedit.exe"). Restart Windows for the changes to take effect.
  4. Automatically Windows Refresh
    Start/Run/Regedit
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Update. Value Name: UpdateMode, Data Type: REG_DWORD (DWORD Value), Value Data: default = 1. Create a new DWORD value, or modify the existing value, named "UpdateMode" and set it to equal "0" for faster updates. Restart Windows for the change to take effect.
  5. Enable DVD player in Media Player
    Start/Run/Regedit
    HKEY_CURRENT_USER\Software\Microsoft\MediaPlayer\Player\Settings. Value Name: EnableDVDUI, Data Type: REG_SZ (String Value), Value Data: yes or no. Create a new string value called "EnableDVDUI" and set it to "yes" to enable DVD functionality.

So, after you done with those tricks you need to restart your computer to see the result. Good luck !!

Readmore,..

Faster your Startup!

Fed up with your time-consuming PC-startup times? Well, previously in my blog i have review about startup blaster, a software which can optimize your startup time, But, I got another simple tips that can optimize your PC startup time, this time i tell you how to do it using msconfig :

First, click Start Button,and click Run,(you can use Windows key+R for instant)
image

Next, on the textbox appeared, type msconfig.

Then, you'll see a medium-sized dialogue box, this called msconfig box, the 'room' which your startup setting is controlled.

you should select Startup Tab on the top-right pane;to faster your startup time,you should click the 'Disable All' Button
image

And you'll see that the Startup item on the list are all unchecked, it means that no program will be executed in your next PC startup,but some system file must be executed when startup,usually antivirus system.

Click OK

Restart your computer to see the result.


Readmore,..

Windows 7 themes for Windows XP

Sure, we don't actually have any real idea what Windows 7 will look like. But if you believe the screenshots floating around the web, the next version of Windows will look an awful lot like Vista.

clip_image001by Brad Linder

clip_image002

Sure, we don't actually have any real idea what Windows 7 will look like. But if you believe the screenshots floating around the web, the next version of Windows will look an awful lot like Vista. With a few new effects. And so when the folks at DeviantART decided to put together a few Windows 7 themes for Windows XP, it shouldn't come as a surprise that the themes look and feel a lot like Windows Vista.
That said, they're much prettier than the default themes available for Windows XP. Unfortunately, Microsoft doesn't make it easy to install third party themes for Windows XP. Officially you're pretty much stuck with Windows XP, Windows Classic, and a Microsoft Zune theme. So the first thing you need to do to install a third party theme is to install a program called UxTheme Patcher.
If you're running Windows XP SP2 or earlier, you can download a Windows 7 theme and UxTheme Patcher in one fell swoop at MegaLeecher. Just unzip the file and click the multi-patcher file in the UX Theme Patcher Folder and then click the Windows 7 M1 VS.msstyles file in the Windows 7 M1 VS subfolder in the Themes folder.
But the included UxTheme Patcher isn't compatible with Windows XP SP3. So if you have SP3 installed, you'll need to download and install a patcher from another location. Once you've done that and rebooted your system, you should be able to install third party themes like the Windows 7 theme. Just don't expect it to look like much other than a Windows Vista theme.
What are some of your favorite third party themes for Windows XP? Let us know in the comments.
[via Life Rocks 2.0 and Shell Extension City]


Readmore,..

How to Disabled Run Menu, and Shutdown Menu using Notepad

Today tips is rather oldschool, but i bet that some of you havent know how to disabled Run and Shutdown Menu, simply using Notepad in Windows. First thing I tell you that this tips or tricks is easy to do, and don't do it to disturbed someone computer, I write this in purpose to give you all information about computer.



First, you have to open Notepad which originally exist in Windows Operating System.
Once you have open Notepad, type this command line on the paper sheet:

Echo off
REG ADD HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer /v NoRun /t REG_DWORD /d 1 /f
REG ADD HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer /v NoClose /t REG_DWORD /d 1 /f
Exit

After you done, save the file with file name disabled.bat   (dont forget to give the extension .bat)
Finally, double click on the batch file you have made, and you restart you computer.
You'll see that the Run Menu and Shutdown Menu had dissapeared...
Readmore,..

Lock Your Private Folder

Today tips is telling you how to hide and lock your private folder, in this case your private folder named ‘private’ . I tell you that this trick is very easy to do, just copy the code below and paste it in notepad:



@ECHO OFF

lock your folder

cls

if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK

if NOT EXIST Private goto MDPRIVATE

:CONFIRM

echo Are U sure 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 Private "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"

attrib +h +s "Control panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"

echo The Folder has been locked

goto End

:UNLOCK

echo waitz.... enter the pass first!!!

set/p "pass=>"

if NOT %pass%== private goto FAIL

attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"

ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Private

echo Folder Unlocked successfully

goto End

:FAIL

echo Invalid password

goto end

:MDPRIVATE

md Private

echo The Folder successfully made

goto End

:End

After you paste the code above in notepad worksheet, save it with file name:LOCK.bat

I tell you not to forget to give the extension .bat.

And then run the batch file named LOCK which you have made earlier, and you’ll see there’s a new folder named private.

Save all your private data, document, music, video, etc in that folder. Then to lock the folder, you have to run the batch file again. If you sure want to lock that folder type Y on the command prompt line.

And then you’ll see that the folder had been disappeared. If some time you want to access that folder again, just double click the batch file named LOCK and enter the password, which is originally private.

You can change your password by making a little change on the command line situated in row 21:

if NOT %pass%== private goto FAIL

Change the word private with your new password characters.

And finally save the change.

Translated and adapted from Jatibarang blogspot.


Readmore,..

Enjoy the speedy browser of Google Chrome

From pcworld.com and pctipsbox.com

Click here to download Google Chrome

Google takes aim squarely at Microsoft with the release of its new Web browser, Chrome. Even though it isn't jam-packed with features, Chrome lives up to its hype by rethinking the Web browser in clever and convenient ways that make using the Web a more organic experience than you'd get with either Microsoft's Internet Explorer 8 or Mozilla's Firefox 3.



Initially available for download for Windows Vista and XP, Google plans to expand its Chrome offerings to the Mac and Linux platforms as well. The company doesn't offer any timeline for these versions, though. (For additional PCWorld.com coverage of Google's new browser, see "Chrome vs. the World" and "Google's Chrome: 7 Reasons for It and 7 Reasons Against It.")

Good features of Google Chrome:

  1. Chrome automatically detects the Web browser you're using and prompts you through the process of installation
  2. Chrome's layout is very simple
  3. At the touch of a button, Chrome lets you make a desktop, Start menu, or QuickLaunch shortcut to any Web page or Web application
  4. There is a feature called Omnibar, it lets you search not just your history, but Google and other sites as well.
  5. Provides incognito mode, private browsing mode.
  6. Provides a feature called Bookmark Manager.

After you feel excited about Chrome, here are the tips to supercharge your Chrome experience I got from pctipsbox.com:

    1) Install flash player in Google Chrome

    After you have installed Chrome, some of you will find that you are not able to view Youtube video. This is especially true if you are installing Chrome under Ubuntu (or other Linux distro).

    Here is what you can do to fix the problem:

    • Download the flash player for windows xpi file.
    • Change the xpi extension to zip
    • Extract the content of the zip file into a folder
    • Copy the files flashplayer.xpt and NPSWF32.dll to the directory /home/USERNAME/.wine/drive_c/windows/profiles/USERNAME/Local Settings/Application Data/Google/Chrome/Application/Plugins.
    • For Vista, copy to the directory: C:\Users\\AppData\Local\Google\Chrome\Application\Plugins
    • For XP,copy to the directory C:\Documents and Settings\\Local Settings\Application Data\Google\Chrome\Application\Plugins
    • Create the Plugins folder if it does not exist.

    Restart your Chrome. Your flash player should be working now.

    2) Search from the URL bar

    Unlike Firefox, you can’t find a search bar in Chrome. To perform a search, simply type your search phrase in the URL bar and press ‘Enter’. Chrome will automatically perform a Google search with the phrase.

    clip_image001

    If you want to go to a site rather than performing a search, press “Ctrl + Enter” instead. This will insert www and .com in front and behind of the term and Chrome will bring you to the site.

    3) Change omnibox suggestion count

    By default, Chrome only shows 5 URL suggestions when you type in the URL bar.

    clip_image003

    o increase/decrease the suggestion count, simply add the command line switch

    –omnibox-popup-count=your_desirable_suggestions_count

    where your_desirable_suggestion_count is the number of suggestions that you want it to show.

    In Windows, right click on the Chrome shortcut icon and select Properties. In the Target field, add the above command line switch to the end of the command.

    In Ubuntu, on the desktop, right click on the Application menu and select Edit Menus. Navigate to wine->Programs->Google Chrome on the left pane. Double click on Google Chrome on the right pane and edit the Command

    4) Creating multiple profiles

    If you are sharing your computer with others (such as your family members), you may want to create a separate profile for everyone others won’t have access to your search history.

    Open the User Data folder your Chrome installation directory.

    For Windows Vista

    C:\Users\\AppData\Local\Google\Chrome\User Data

    For Windows XP

    C:\Documents and Settings\\Local Settings\Application Data\Google\Chrome\User Data

    For Ubuntu

    /home/USERNAME/.wine/drive_c/windows/profiles/USERNAME/Local Settings/Application Data/Google/Chrome/User Data

    Copy the Default folder and paste it in the User Data folder under another name (say Your_name).

    Create a shortcut icon on your desktop and add the following command switch to your path:

    –user-data-dir=”..\User Data\Your_Name”

    For Vista:

    C:\Users\USERNAME\AppData\Local\Google\Chrome\Application\chrome.exe -–user-data-dir=”..\User Data\Your_Name”

    For Windows XP

    C:\Documents and Settings\USERNAME\Local Settings\Application Data\Google\Chrome\Application\chrome.exe –-user-data-dir=”..\User Data\Your_Name”

    For Ubuntu

    wine /home/USERNAME/.wine/drive_c/windows/profiles/USERNAME/Local\ Settings/Application\ Data/Google/Chrome/chrome.exe –new-http –in-process-plugins –-user-data-dir=”../User\ Data\Your_Name”

    5) Change Chrome theme

    If you don’t like the default theme, you can easily change it with the following steps:

    • Download a Chrome theme of your liking.
    • Extract the default.dll file.
    • Navigate to your Chrome installation directory and go to /Application/Chrome version/Themes folder. The Chrome version will be in the form of 0.2.129.27. Replace the default.dll file in the folder with the default.dll file that you have just extracted.
    • Voila! Your Chrome is now dressed with the new theme.

    6) Email link with Gmail

    In Chrome, you can easily create a bookmarklet to email links with your Gmail account. Here is what you do:

    In your Chrome, press “Ctrl + B” to load the bookmark bar. Right-click on the bar and select ‘Add Page‘

    In the Name field, type Send with Gmail (or whatever name you like).

    In the URL field, copy and paste the following code:

    javascript:document.location=’https://mail.google.com/mail/?ui=1&view=cm&fs=1&su=’+document.title+’&body=’+document.location;

    and press OK.

    If you want Gmail to load in a separate tab, insert this code instead:

    javascript:window.open(’https://mail.google.com/mail/?ui=1&view=cm&fs=1&tf=1&su=’+document.title+’&body=’+document.location);return false;

    Whenever you want to send a link to other, simply click the Send with Gmail bookmarklet and the Gmail compose mail window will appear.

    7) Download Youtube video

    This trick allows you to download Youtube video right from your Chrome.

    Same as the Send with Gmail trick, make a new bookmarklet and name it Download Youtube

    In the URL field, copy and paste the following code in:

    javascript:window.location.href=’http://youtube.com/get_video?video_id=’ + swfArgs['video_id'] + “&l=” + swfArgs['l'] + “&sk=” + swfArgs['sk'] + ‘&fmt_map’ + swfArgs['fmt_map'] + ‘&t=’ + swfArgs['t'];

    Now go to Youtube and watch any video. Click the Download Youtube bookmarklet and it will save the current video to your hard drive. Remember to add a .flv extension to the downloaded video.

    8 ) Zoom in/out

    For those who find that the font is too big/small for your viewing, you can zoom in/out the page by pressing Ctrl + Mousewheel.

    9) Drag and drop tab to load in a new window

    When you have more than one tabs, you can easily drag any tab and drop it on the menu bar to load a new window.

    10) Install Greasemonkey on Chrome

    Although Greasemonkey is an addon for Firefox, you can easily get it to work in Chrome with this simple tweak:

    Drag this Monkey to your Chrome bookmark bar.

    This Monkey bokmarklet will enable any userscripts to be automatically turned into bookmarklets.

    To install Greasemonkey script on Google Chrome, go to user script and search for the Greasemonkey script you want. Visit the installation script page which says “install the script” and click on the Monkey bookmarklet, this will change the script into Chrome compatible bookmarklet. Now drag “Install the script” onto the bookmark bar of chrome.

Click here to download Google Chrome


Readmore,..

STARTUP BLASTER : make your windows startup faster

Just as usual,i will give you free software,and some review about it. In this moment,I give you Startup Blaster for free.Startup Blaster is a software made by XenCare,like it called,its function is to faster your windows startup. So,this software is right for those who fed up with slow startup on your windows operating system.

Actually,there are some reason behind slow startup on your computer,one most considerable is your startup system that contain:

  • Startup Entries to run associated services for programs
  • Startup Entries to run the program on windows startup
  • Startup Entries to load some DLL sometime to run the corresponding program
  • and some other entries within your startup system

Those things automaticaly added in your startup system when you install various programs on your computer. Therefore, you can filter what startup entries that windows should load it or not when windows startup. Just click Windows,point to Run,and type msconfig,click on the startup section,there you can check and uncheck startup entries windows should load it or not.

image

 

But,if this trick doesn't work effectively on your computer,you should spend some time to try Startup Blaster. I tell you, it has a simple interface, so it doesn't difficult you when you are using it.

clip_image002

 

There, you can wheter delete or delay Startup programs, which give you a flexibility of doing your computer things. Click this link below to download Startup Blaster.

Download Startup Blaster

Readmore,..

Internet Monitoring Software free download and Reviews

1. Family Cyber Alert

Download Now (2.48MB)

Are you concerned about your children's online activities? Do you feel you should keep a closer eye on what they are doing in cyberspace? Concerned parents are using Family Cyber Alert, an all-in-one PC/Internet activity monitor, to keep a watchful eye on their family and monitor their PC/Internet activities. This parental control tool records everything your family members do online and offline, including e-mail, chat/instant messaging, Web sites, applications, file access, keystroke (keylogger), screen snapshots, and time and sequence.

2. Soft Activity Keylogger 3.8

Download Now (10.81MB)

Secretly record keystrokes, e-mail, chat and programs on your child's computer. Monitor how your computer has been used while you are away. Keep an eye on how your children use their computer online

3. Secunia Personal Software Inspector 0.9.0.1

Download Now (474.66K)

The Secunia PSI allows you to scan, detect, check, and secure the applications installed on your computer. Get an assessment of the applications installed on your computer are they insecure, end-of-life, or patched. The Secunia PSI enables you to secure your applications, and to quickly and easily upgrade to new and secure versions of applications installed on your computer. Providing a graphical presentation of your performance week by week. Version 0.9.0.1 includes unspecified updates.

4. IMMonitor AIM Spy 2.2.8

Download Now (1.24MB)

IMMonitor AIM Spy allow you to monitor, block or record AIM (AOL Instant Messenger) chat conversations remotely, Is your spouse, child, or friend hiding secrets from you, or you suspect they're engaged in dangerous conversations, If so IMMonitor AIM Spy is your best choice for anyone that needs this information quickly and secretly. It's easy to use and no additional program installation is needed on the monitoring target computers. Version 2.2.8 may include unspecified updates, enhancements, or bug fixes

5. Optenet Web Filter PC 9.6
Download Now (29.94MB)

Manage your family's Internet environment. Block pornography, drugs, violence and other Internet content children should not access. Manage the time each child spends online. Control what your kids download onto the family PC. Keep your family safe and secure. Rated more accurate than any other solution available.

Version 9.6 is compatible with Windows Vista and adds improvements in the traffic capturing mechanism.

6. Total Spy 2.7
Download Now (590.48K)

Total Spy is an all-in-one spy program that intercepts everything that is typed on keyboard, controls started applications, and active windows, visited URLs, scans Windows clipboard for changes, makes invisible screenshots from time to time, and writes this all to hidden folder on a hard drive. This program is absolutely invisible for everyone except you. You will only have to press the specified hot key to view the program. Version 2.7 is compatible with Windows Vista.

7. SurveilStar
Download now

SurveilStar is the powerful and easy-to-use PC monitoring, employee monitoring software that improves productivity. It records every detail of computer and Internet activities - emails, chats and instant messages, web sites visited, search history, program activities, document operations, printing, disc burning, movable devices, and many more. With SurveilStar, you can monitor everything they do on computers and the Internet, nothing hides from you.
The surveillance screen snapshot feature enables you to see exactly what the monitored targets do on their computers, like you are watching behind them.

Readmore,..

Refurbished Laptop Computers- Upgrade Or Purchase New?

From: http://www.wazzup.co.nz

It happens at least once in the life of every notebook computer-it slows down in performance, and just doesn?t have the get up and go that it used to. Like most people, you run your favorite antivirus program(s) to make sure that ?bugs? haven?t infected your system, and you even run spyware programs to make sure that spyware isn?t overloading your system resources. To take things a step further you clear out unnecessary items from your start menu, make bios adjustments and get rid of old programs you haven?t used in a while.

After all that, your laptop computer still runs slow and you realize - it?s time for an upgrade.

Once upon a time, laptop and notebook upgrades were considered ?technician only? activities because of the fact most notebook manufacturers have proprietary technologies in their systems. That is still true to some extent, but the main hardware components affecting system performance in most laptops are those that have become pretty much industry standard. These are:

1.) Hard Drive 2.) Memory 3.)Processor

These components can be easily replaced in most notebooks. The first thing to do however is to determine if the upgrade is worth the cost. Check prices online to see how much it will cost. If I pay $120 for a hard drive, $50 for memory and $150 for a new processor, it may not make sense to do all three upgrades, I may only want to choose 1 at first and then check system performance.

If my laptop wasn?t very expensive to begin with, I may want to consider just purchasing another one. If I can get a Refurbished Windows Vista HP laptop for $499.00, that may make more sense than upgrading components on an older system.

CNET.com offers an online course on how to upgrade a used notebook computer step by step. Check it out and determine which option is right for you.

Readmore,..

Maximize your Processor speed

Today tip is very useful for those users who are still using computer with minimum processor speed. To increase the performance of slow computer, you can force your system to free up the idle tasks that are running in the background and sharing processor power. This end tasks method force the computer to devote its full processor resource to what you want it to do.

Follow the given steps to end the idle tasks:

  • To enable this feature, you will need to be logged into your computer with administrative rights.
  • Click Start button and click on Run option.
  • In the Run box, type the command Rundll32.exe advapi32.dll,ProcessIdleTasks command and press Ok button.

clip_image002

  • Here system will take some time to end the background idle tasks.
Readmore,..

Top 10 Free Undelete Tools

Have you ever lost your important data or file saved on your computer? I know that pain. So, in this article I give you the best 10 undelete tool which you can download FREE!

  1. Undelete Plus.
    This one has a quite simple user interface. So it means, this software is easy to use. It can be operated in Windows 95, Windows ME, Windows NT, Windows 2000, Windows XP, Windows 2003 and Windows Vista. You can download this software in http://www.undelete-plus.com
  2. Restoration
    This software is also easy to use. Even more, you don’t have to install this software to can be operated on your system. Download this software http://www.snapfiles.com/get/restoration.html
  3. PC Inspector File Recovery
    Although this tools is not user friendly (rather complicated), but this tools is quite powerful to recover your removed data. http://www.pcinspector.de/Sites/file_recovery/info.htm?language=1
  4. Recuva
    Has a simple appearance. It has advanced mode and basic mode, which you can switch anytime you want. It’s very easy to use it. You can download it on http://www.recuva.com/
  5. Handy Recovery
    Have you deleted important files that you need right now? Handy Recovery is the program that can recover them fast and easy. It can restore deleted files and data from formatted or corrupted partitions in various file systems: FAT, NTFS and others.
  6. Disk Internals Uneraser
    If you want a fast and easy uneraser then you came to the right place – DiskInternals Uneraser can recover all your precious files in a matter of seconds! No need to investigate the labyrinths of complicated software – a simple and intuitive interface of DiskInternals Uneraser will guide you through the recovery process, so you can restore any type of data from your hard-drive, memory cards, flash USB sticks, camera or other storage media.
  7. The Undelete Data Recovery Software
    The Undelete Data Recovery Software can recover all types of files. No matter what was the reason of data loss: hardware malfunction, power cutoff, virus attack, program failure or human fault – the Undelete Data Recovery Software can recover lost or accidentally deleted files. Give it a try!
  8. Free Undelete
    FreeUndelete is a freeware data recovery program for deleted files. In case of accidental deletion of files on a NTFS and FAT32 file systems FreeUndelete is the utility to help.
  9. File Rescue Plus
    File-Rescue Plus works on ALL Windows® (XP/2003/2000/NT/95/98/Me!) operating systems and offers several different methods for recovering deleted files. It can recover deleted files, photos and music from all types of media such as a hard disk.
  10. Final Recovery File Undelete Utility
    FinalRecovery is a powerful and convenient data recovery solution. It was developed to recover deleted files and folders from Hard Disks and Floppy Disks which were formatted in FAT12, FAT16, FAT32 and NTFS file systems.

Source:detikinet.com and recovery-reviews.com

Readmore,..

How to Speed Up your Firefox

Open your Firefox browser and type about:config then press enter

  1. Once, you will be confirmed to tweak your firefox,

clip_image002

2. Click the button I’ll be careful,….
3.In the filter bar type network.http.pipelining, the value field should be set true, you can do it by double-click it.

clip_image004

4.Next, in the filter bar type network.http.pipelining.maxrequest . Double click this field and set its value to 8.

5. In the filter bar type network.http.proxy.pipelining . Double click this field to set the value field become true.

6. Right click on about:config window (for apple user ctrl+click) select new and then click Boolean

clip_image006

7. Type content.interrupt.parsing in the New Boolean pop-up window and then click OK.

clip_image008

8. Then, select true and click OK

clip_image010

P.S: I got this tips from www.pctipsbox.com, I just tried it and it works like a charm

Readmore,..

IP Addres “What is it and How to Change it”

IP Address (Internet Protocol Address) is a row of binary numbers between 32 bit, until 128 bit. IP address is used as an identification address for each host computer in a network system.

How to see my IP Address?

It’s easy to see your IP Address of your computer. First, you need to click Windows and then go to run, type cmd. On cmd, type ipconfig and you will see your IP Address. Don’t forget to add ‘/all’ switch for more information about your IP Address.

"How do I change my IP address?"

Before trying any other methods to change your IP address, try turning off (or unplugging the power of) your Cable/DSL modem for five minutes. In many cases this will change your IP address. However, if that does not change your IP address, repeat the process for 8 hours (overnight works well) instead of 5 minutes. Hopefully this will result in an IP change.

If the above does not result in your IP address changing, please look through the below for the situation that best matches yours and attempt to change your IP address that way. Unfortunately you are not able to get your IP address to change in all cases, as it is ultimate determined by your ISP's DHCP configuration (when you've got a dynamically assigned IP address, that is.)

Windows - Computer connected directly to the modem

  1. Get to a command prompt. (START, run, cmd).
    clip_image001clip_image002
  2. Type "ipconfig /release" (without the quotes, on the command line by itself).
  3. Type "ipconfig /renew" (without the quotes, on the command line by itself).

Windows (second option) - Computer connected directly to the modem

  1. Get to a command prompt. (START, run, cmd).
  2. Type "ipconfig /release" (without the quotes).
  3. Shut down computer.
  4. Turn off computer.
  5. Turn off all ethernet hubs/switches.
  6. Turn off cable/DSL modem.
  7. Leave off overnight.
  8. Turn everything back on.

Network with Router

  1. Log into the router's admin console. (Often http://192.168.1.1/)
  2. Release the IP address. (Method varies by router manufacturer)
  3. Turn off router, ethernet hubs/switches, and the cable/DSL modem.
  4. Leave off overnight.
  5. Turn everything back on.

If you are using a cable/DSL modem and a router, you may wish to connect your computer directly to the cable/DSL modem. Please note that this could significantly impact your system security. This allows your ISP's DHCP to issue you a new (hopefully changed) IP address based of the (hardware) MAC address of your computer's ethernet card.

If all the above has not worked to change your IP address and you have a router, check and see if there is a "Clone MAC Address" option. Using it should change your IP address; however, you'll only be able to do it once (in most cases).

These will not work in all cases. If all else fails contact your internet service provider (ISP) and ask them if they are able to change your IP address or how long your connection needs to be off for your IP address to change.

                                                Source : http://whatismyipaddress.com and other sites related to the topic

Readmore,..

How to Change Computer Password Using Command Prompt

Ever thought to be a hacker? Well this article will show you a little tips to change someone account’s password with a simple line of command. All you need to do are:

  1. Open Command Prompt, if you don’t know where is it, click Start- All Programs-Accessories-command prompt
  2. After you see a black window pop-up type ‘ Net User ‘
  3. You will see a little information about all accounts in your computer
  4. You should choose account you want to hack
  5. For example you want to hack account Jenny, you should type ’ Net User Jenny and press enter ‘.
  6. Now you are seeing full information about Jenny’s account
  7. For changing Jenny’s password, you should type ’ Net User Jenny * ‘ and it then show you how to change Jenny’s password
  8. If you can’t understand the command line, you just type ‘ Net User Jenny the new password ‘.
  9. Say it you want to change Jenny’s password to 123456, you should type ‘ Net User Jenny 123456 ‘
  10. Now, you successfully change Jenny’s password to 123456.
Readmore,..

View previously open folder after shutdown

Sometimes you want to access certain folders on your computer regularly, but if you have to always open those folder every time you turn on your computer, obviously it takes so much times. So, you can set them re-open automatically every time you turn on your computer. Here is the tip:

  1. Open My Computer
  2. Click Tools and then select Folder Option

clip_image002


3. If you can’t find the Folder Option on the Tools menu, just read the article about Recover Folder Option.

4. If you have clicked it, select View Tabs.

5. Look at the Advanced Setting area, scroll down to bottom and then give checkpoint on the Restore previous folder windows at logon, and then click OK.

6. Now and forever when you log on or restart, your computer will open the previously opened folder for you, as the same location before.

clip_image006

7. Now, when you turn on, restart or log on to your computer, your windows will automatically open the previously opened folder on your computer.

Readmore,..

Uninstall Windows Messenger

In this article I will show you how to uninstall Windows Messenger on your XP. Yes, for some people who already have MSN messenger on their XP apparently they don’t need 2 free messenger programs from Windows, because so far MSN messenger is better than Windows Messenger so I’ll show you how to uninstall Windows messenger that will save your drive space.

  1. First thing you need to do is go to drive C:, click twice on folder named Windows, and then click twice on ‘inf’ folder.
  2. After that, you need to find sysoc.inf , and click twice on it
  3. Now in this step you have to make some modification on the code. First you have to find this line on the component section.

msmsgs=msgrocm.dll,OcEntry,msmsgs.inf,hide,7

clip_image002

4. The next thing you have to do is delete the words ‘hide’. And it should now look like this:

msmsgs=msgrocm.dll,OcEntry,msmsgs.inf,,7

5.After you have done it, save the file and close it.

6. For uninstalling your Windows Messenger, go to Contol Panel – Add or Remove Windows Components. On the list you should see “Windows Messenger” Check the box beside it and click next and follow the next instruction.

7.Finally, you have done with your job. The last thing you need to do is just restart your computer to see the result.

Readmore,..

Partitioning your Hard Drive

For people who have computers, surely they don’t want to have only a hard drive in their computers. Instead, they need some hard drive (commonly 2 or 3) in their computer, so they can group their private data, system files, or their other stuff. So, an ability to partition hard drive is needed in order to group your stuff in your computer.

Disk partitioning is the creation of separate divisions of a hard disk drive using partition editors. Once a disk is divided into several partitions, directories and files of different categories may be stored in different partitions. More partitions provide more control but too many become cumbersome. The way space management, access permissions and directory searching are implemented depends upon the type of file system installed on a partition. Careful consideration of the size of the partition is necessary as the ability to change the size depends on the file system installed on the partition.

Partitioning your Hard Drive in Windows XP & Windows 2000:

  1. Right click on My Computer, then click Manage
  2. Then, Windows will open up Manage Screen. On the left pane, select Disk Management
  3. Usually, Windows will open up wizard to help partition and format your new drive. If it does not, right click the new drive in the lower pane and select initialize drive.

clip_image002

  1. Right click on the new drive and select new partition
  2. Then it will open up a wizard to help you partition your hard drive.
  3. In this step it will then prompt you how much drive space you want to allocate to the new partition.
  4. If you choose not to use the full space of your main hard drive for your new partition disk, you can make up additional partition in the same way up to 4 partition hard drive per disk.
  5. If you have done, you will be asked to name your partition. (C: , D: )
  6. After you named all of your partition, you have to format your new partition hard drive, which Windows will prompt to do automatically.
  7. If the formatting is complete, you have to reboot your computer to see the result.
Readmore,..

Add New Item to Send To Menu

When you right-click a file name or a thumbnail in Microsoft Windows XP, you see a shortcut menu for that file. One of the items on the menu is Send To, which enables you to quickly e-mail a file, copy it to your desktop, or copy it to a floppy disk.

Sometimes what you really want to do is to save a copy of the file to a specific folder on your computer. If you have a folder where you frequently place files, you can add that folder’s name to the list of locations on the Send To menu. This can save you the time of opening another Windows Explorer window and copying the file from one folder to another.

For example, you could create a My Pictures folder and then use the Send To menu to copy your best pictures to that folder.

To add a folder to the Send To menu

  1. Click Start. Make note of your user name ("Administrator" in the example below) which is displayed at the top of the Start menu. Then, click My Computer.

clip_image002

  1. In the My Computer window, click the Tools menu, and then click Folder Options.

clip_image004

  1. Click the View tab. Under Hidden filse and folders, click Show hidden filse and folders, and then click OK.

clip_image006

4. In the My Computer window, double-click Local Disk (C:), double-click Documents and Settings, double-click your user name, and then double-click SendTo.

5. Click the File menu, click New, and then click Shortcut

6. The Create Shortcut Wizard appears. Click the Browse button.

clip_image008

7. In the Browse For Folder dialog box, click the folder you want to add to your Send To menu, and then click OK.

8. Click Next, click Finish

9. Now when you right-click a file and click Send To, the destination you selected will be an option on the Send To menu. You can create shortcuts to local or network programs, files, folders, computers, or Internet addresses.

clip_image010

Readmore,..

Let’s Make Folder Shortcut!

Just like the title above, I will give you easy tips to make folder shortcut.

Do you have a folder that you want to access it fast whenever you want? The only solution for it, is make a shortcut for that folder which known as folder shortcut. Here we go:

1. Go to My Computer or Windows Explorer and find the folder you want to access quickly later.

2. If you have found the folder you want to instant access, then right click on the folder, point to Send to and select Desktop

clip_image002

3. Now, go to desktop and right click on the sent folder, and select Properties

4. Click Shortcut Tab and look for “Shortcut Key” row, on the empty box next to it you can type the shortcut to instant access your folder.

clip_image004

5. Click OK, and you only have to test your job.

Readmore,..