This is default featured slide 1 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 2 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 3 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 4 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 5 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

Showing posts with label Windows. Show all posts
Showing posts with label Windows. Show all posts

Wednesday, 13 August 2014

How To Use VPN And Unblock All Sites

In this tutorial I will show you how you can Access any blocked website with using VPN
You can using VPN and Open Youtube and Other websites, I hope this is very easy to use.. click and see 

http://goo.gl/46yRi0
http://goo.gl/vP2WMs

Friday, 4 October 2013

Windows 7's Built-in Backup

Windows 7's Built-in Backup


John Paris  wants to know if Windows 7's built-in backup program is worth using.
Microsoft has a history of bundling really bad backup programs with their operating systems. The company has been accused of a lot of monopolistic behavior, but their backup programs often seemed designed to not threaten the market for third-party competitors.
So I wasn't prepared to like Windows 7's Backup and Restore. But much to my amazement, I kind of do.
It does image backups for system protection and file backups for regular data protection--and does both for the Home Premium as well as the Business and Ultimate editions. For file backups, it defaults to backing up exactly what you should be backing up (libraries, appdata, and a few other important folders), and lets you tell it to back up any other folders you want to protect.
Backup and Restore can backup files incrementally, saving only those created and changed since the last backup. And it does versioning--if several versions of a file have been backed up, you can pick which you want to restore. It defaults to restoring the most recent backup, and generally avoids the confusion that versioning causes in some people.
And it's all very easy and direct.
Not that it's perfect. Backup and Restore allows you to pick which drive you wish to backup to, but won't let you pick a folder in that drive. It can be pretty picky about restoring an image, to the point where I wouldn't use it for image backup. You can save to a network, but not over the Internet. If you're looking for something better, see 7 Backup Strategies for Your Data, Multimedia, and System Files.
PC World Senior Editor Robert Strohmeyer (full disclosure: He's my editor) created a videoshowing how to set up a scheduled, automatic backup with Backup and Restore. But since I don't believe in automatic backups--at least not to local media like an external hard drive--I'll tell you how to back it up manually.
(What do I have against automatic backups? For them to work, the backup media must always be available. This is fine if you're backing up over a network or the Internet, but an external drive that's connected to your PC 24/7 is vulnerable to the same disasters that could destroy the data on your internal hard drive. It's best to connect a backup drive only when you need to.)
To launch the program, simply click Start, type backup, and select Backup and Restore.Plug in your external hard drive and click Set up backup. Make your own decisions in the setup wizard, but when you get to the last page, click Change schedule. Uncheck Run backup on a schedule (recommended), and click OK. You're set up.
To back up your data (and you should do this every day), plug in the external drive, launch Backup and Restore as described above, and click Back up now.
You can continue working as you back up.
Add your comments to this article below. If you have other tech questions, email them to me at answer@pcworld.com, or post them to a community of helpful folks on thePCW Answer Line forum.

Friday, 17 May 2013

How To Reset Windows 7 To Factory Settings



If you don’t have a Windows 7 Installation CD and forgot to create a System Restore point you can still make your Windows as good as new with a few steps. It’s better to reset your PC to factory settings than reinstalling in most cases because you won’t loose any User Files and also resetting takes a lot less time(depending on the number of applications you installed and changed you made). There is no option built into Windows 7 to reset to factory settings but you can do it on your own. You can easily get rid of all the softwares you have installed since you installed Windows and also get rid of whatever toll these installations have taken on your PC.In a fresh Windows Installation unless you have a modified Windows 7 CD it will only contain softwares from Microsoft. So first thing you may think about doing is to get rid of all the softwares that you installed.  We also need to Clean the computer’s registry, remove all logs, invalid shortcuts, temporary files etc.

Just follow these steps to get your Windows as good as new:

Remove additional User accounts

Having many Users on your computer can lead to loss of a lot of memory on your Hard disk as the preferences of all the Users will be saved. So it is best to remove these additional accounts. To remove additional User accounts:
  • Run cmd.exe to open Command Prompt. In command Prompt type this in net user administrator /active:yes and press Enter key.
  • This will activate the Default Administrator account. Now just Log off from your Account and Log into the Administrator Account. After that right click Computer then click Properties.
User Profiles How To Reset Windows 7 To Factory Settings
  • On the left sidebar you can see “Advanced System Settings”, click that to open a system Properties Window. Click the “Settings” option near User Profiles. After that just select all the other accounts and delete them.

Remove 3rd Party Applications

Installing 3rd party softwares always take a toll on your PC. They can leave behind many side effects such as Invalid Shortcuts, Empty Folders, Saved Preferences, Log Files and Options in Context Menu. These side effects are the reason why a lot of people prefer to Reinstall Windows once in a while. But there is no need to resort to such drastic measures all the time. You can actually remove all these problems with a few Tweaks in Windows Registry or with some softwares. Follow the following steps in order:
  • Uninstalling Third Part Applications – To uninstall all of your 3rd party applications you have to take Programs and Features in Control Panel. Then just right click each of the programs that are not by Microsoft that you have installed in your PC and click Uninstall. If the Uninstaller asks whether or not to keep Preferences, choose to Delete these Preferences. This is the only actual time consuming step all the others are very fast when compared to this step.

Remove Files and Folders Left behind

Glary Utilities How To Reset Windows 7 To Factory Settings
  • Now we are going to fix any damage done to the registry and also remove anything left behind after uninstalling of programs such as empty folders and also invalid shortcuts. For this we have for you a simple, free tool – Glary Utilities. Download it, Install it. You don’t have to upgrade it or anything. It has all the features that we need without updating. Open Glary Utilities and Under “1-Click Maintenance” Click on Scan for Issues. This should take a  couple of minutes only. This will remove all invalid shortcuts, traces, temporary files etc. Now only thing remaining to do on Glary Utilities is to remove empty folders.  So go to Modules in main window of Glary Utilities. Then click duplicate file finder. Now just select the drives in which you installed softwares. If you have drives which you maintain by yourself for storing data it is not necessary to check there. After the list of empty folders is generated by Glary then just check the ones you wish to delete or to just click Check All under the Check option and then click Delete Checked Folders. If you are sharing any folders on a network they will cause some trouble in deleting. So if you do have any shared folders then stop sharing them. To do so right click Computer then Manage. In the Computer Management windows that will now open select shared folders then Shares. You can stop sharing folders from here by right clicking on them and clicking Stop sharing.
  • Now all that is left in this section is to remove logs from your PC. This is quite simple. Just run cmd.exe to open Command Prompt. Type in Del *.log /a /s /q /f. That’s it.

Remove Shell Components and Startup Programs

This step is for those who decided to skip the 2nd step i.e. Removing 3rd party applications. Usually after uninstalling any program shell components that it added will be removed. In case was some error and it was not removed then you can remove them by following these simple steps.
  • Removing New Menu Items – If you have any items in this menu that were left behind after un-installation of a program due to some error or because you did not un-install the program then you can remove it using this simple tool. This tool helps disable these items from New Menu. Download it from here. Open the program and select the item you want to remove from the New Menu  and click Disable.
  • Removing Right Click Menu Items – Installing many softwares will lead to piling up of such items. You can remove them using this software. Just go to the Remove Tab from the Main window, right click on the item then click Delete.Download the software fromhere.
  • Removing Start Up Items – You can either use some software such as CCleaner,  Glary Utilities etc. or you can do it my Opening System Configuration and then removing them. To open system Management run msconfig. Then under the Startup tab in the System Configuration just un-check the items you want to remove.
Your Windows installation should be as good as new if you follow these simple steps. It is best after following these steps to create a Restore point. To create a restore point just search for “Create a restore point” in start menu. Click the Result to open a System Properties Window. Then just click Create. That’s it. Now you have a Clean Windows Installation and also have a restore point in case Windows ends up in its old unclean state again.

Wednesday, 8 May 2013

How to Easily Disable Unwanted Programs Running In Windows Startup



The reason of your computer having a slow startup speed is most probably the number of applications unnecessarily starting up when you turn on your computer. Many applications needlessly add themselves to your startup process; consequently you experience startup speeds slower than you would prefer.
Typing “msconfig” in your Run window will open a window that has a tab titled Startup (you can access run by pressing Window Logo key + R). Under this tab you can see most of the programs that initiate with your computer’s startup.
config How to Easily Disable Unwanted Programs Running In Windows Startup
However if you are looking for a better application that shows you all startups processes and gives you control over them, then you need to look into WhatInStartup.
items How to Easily Disable Unwanted Programs Running In Windows Startup
Another handy freeware utility by NirSoft, WhatInStartup provides you with a comprehensive list of startup applications. Sized at less than 50 KB and requiring no installation, you can easily download the setup archive and run the executable within.
When you open the program, just the columns titles and their number will indicate how fully each startup application is investigated by WhatInStartup.
Menuu How to Easily Disable Unwanted Programs Running In Windows Startup
These columns can help determine whether a process is system or user related. If it is user related, you can safely disable it from running at startup. You can disable the process permanently so that even if it gets auto-enabled, WhatInStartup will disable it again.
options How to Easily Disable Unwanted Programs Running In Windows Startup
WhatInStartup is compatible with almost all Windows versions and is a utility which all Windows users will appreciate.

Easily Backup Drivers in Windows 7 with Double Driver


One of the tiny issues with windows 7 is the compatibility of hardware’s. In some cases you need to spend a really good amount of time googling for the compatible driver. So, after getting them its always a good idea to backup those important drivers as you wont need to search again for these in case a windows reinstall is needed.
Windows 7 doesn’t provide a specific option to backup the drivers alone. Double Driver lets you easily do it.
With Double Driver you could backup, view and restore the installed drivers in windows 7 quickly. The program usage is very easy.
backup drivers in windows 7 with double driver Easily Backup Drivers in Windows 7 with Double Driver
After downloading Double Driver installation package, extract the contents and run the dd.exe file.

Features of Double Driver

  • List, save, and print drivers details
  • Backup drivers from current Windows
  • Backup drivers from non-live/non-booting Windows
  • Backup drivers to structured folders, compressed (zipped) folder, and self-extracting capability
  • Restore drivers from previous backup
  • Available in GUI and CLI application
  • Portable (no installation required)
The utility is small in size (2.03MB) and is easy to use.

Speed Up Windows 7 32bit and 64bit Ultimate Guide To Make Windows 7 Blazing Fast



Windows 7 is Engineered for speed. Special attention has been given by the Windows team for making Windows 7 faster than the previous operating systems. Windows 7 is much faster than Windows Vista, but even then most of us don’t get satisfied with it. There are many who still have their old PC. Installing Windows 7 on them wont be as soothing as they would work with XP and Even with latest hardware’s installed some users are still avaricious  for more performance. We could optimize Windows 7 to the maximum possible extent to squeeze out extra performance from it. So, for all the extra performance lovers, here is the Ultimate Guide To Speed Up Windows 7.
I can guarantee you that after following this guide and implementing the listed recommendations on your PC, you’d definitely experience some performance gain.
The bare Minimum Requirements You need To Run Windows 7
1) 1GHz processor (32- or 64-bit)
2) 1GB of main memory
3) 16GB of available disk space
4) Support for DX9 graphics with 128MB of memory (for the Aero interface)
5) A DVD – R/W drive
Even if you don’t have own a DX 9 capable graphics card its okay, because our target is performance and not the ” Eyecandy “. But if you need the aero experience, you’d definitely need a powerful graphics card.
If you’re on windows 8, check out our exclusive guide to

The Best Tweaks & Software’s To Speed Up Windows 8

So, lets start The Ultimate Guide to Speed up Windows 7
  • Disabling the Search Indexing Feature in Windows 7

    • Right Click the “Computer” Icon in the desktop and select “Manage”.
    • Click “Services and Applications” in the “Computer Management” window.
    • Click on “Services”.
    • You’d see a lot of services being listed inside the window. Find “Windows Search” from the list.
    • Right Click on “Windows Search” from the list and choose “Properties”.
    • The “Windows Search Properties Window” will open up. From “Startup type” click on the drop down menu and choose “Disabled”.windows 7 search properties  Speed Up Windows 7   Ultimate Guide To Make Windows 7 Blazing Fast!!!
    • Click “Apply” then “OK” and that’s it. The Windows 7 Search Indexing Feature is now disabled.
Most Windows 7 users are likely to do less file searches in their system. The Search Indexing service in Windows 7 will index and keep track of the files, so that they could be found out quickly when required at some other time. This feature is useful only if you perform frequent searches on your system.
For occasional file searchers the Search Indexing service in Windows 7 is a total resource hog. It unknowingly eats up your system resources in the background. If what you need from windows 7 is maximum performance, then i would certainly recommend you to disable this resource hogging Windows 7 Search Indexing Feature.
If you’d like to completely disable the search indexing feature in Windows 7 you may set the Search Indexing Service to Disabled (See the above method about disabling unwanted services).
  • Disable the Aero Theme on Windows 7

    • Right Click on your Desktop and select ” Personalize ” click the Window ColorTab.
    • Uncheck the Box saying ” Enable Transparency ” and then click on ” Open classic appearance properties for more color options”.disabling transparency in windows 7 Speed Up Windows 7   Ultimate Guide To Make Windows 7 Blazing Fast!!!
    • You may also Apply a Standard or Basic theme from the previous window. The Standard Windows 7 theme is more preferred as its gives a neutral look than the classy windows old theme.
The aero user interface certainly adds some ” Eyecandy ” to Windows 7 but it requires a quite powerful hardware to run smoothly.  Older graphics cards would be squeezed to their maximum when aero is forcefully enabled. So why dont we just avoid the Windows 7 aero if what we care more is about speed and performance in Windows 7? So Disabling the Aero in Windows 7 certainly adds an extra speed boost to it.
disabling aero Speed Up Windows 7   Ultimate Guide To Make Windows 7 Blazing Fast!!!
Disabling the aero theme in Windows 7 will really speed things up as the hardware could now be allocated more resources and you’d get an idea by looking the memory consumption when aero is turned on and off.
  • Disabling the Unwanted Visual Effects in Windows 7 to Speed Up more

    • Right click on ” Computer” and select “Properties” from the right click menu.
    • Click on ” Advanced System Settings ” from the left pane to open up the ” System Properties ” window.
    • Select the “Advanced” tab from it. Then Under ” Performance ” click ” Settings “. Choose ” Custom: ” Options From it.
    • Now un tick all the options (Choose “Adjust for best performance“) and select only the last four options (actually three are preferable  you may un- tick the second option out of the last four). Take a look at the screen shot below.
      windows 7 performance settings for speed Speed Up Windows 7   Ultimate Guide To Make Windows 7 Blazing Fast!!!
    • Now just logoff your system and login again.
Even though we have tuned off the aero effects in Windows 7 still there are many unwanted visual effects that could well be safely set to disabled to speed up windows 7 even more. After the login, you’d notice a speed difference now.
  • Disabling the Unwanted Services to Speed up Windows 7

There are many services in windows 7 that we dont require for our daily use though there are some exceptional cases though. Services such as “print spooler” are used only when there is a need to print a document. If you does’t own a printer, you could safely turn off that service in Windows 7 and turn it on only when there arises a need to take a print.
I have previously prepared a,

List of services in Windows 7 that can be safely set to manual / disabled

Disabling the unneeded services in Windows 7 can really speed up the system boot time too.
  • Disable the User account control (UAC) Feature in Windows 7

    Disabling UAC is recommended for advanced users only its not recommend doing it if not.
    • From the Control Panel open the ” User Accounts and Family Safety ” > User Account.
    • Click the User Account Control settings link.
    • Now just Drag the Slider towards “Never Notify”.turning off UAC in Windows 7 Speed Up Windows 7   Ultimate Guide To Make Windows 7 Blazing Fast!!!
    • Click “OK” and Reboot your system.
The User account control (UAC) feature in Windows 7 is very annoying for experienced windows users and for others it could protect your pc from harmful virus activity etc. If you do software installations more frequently on your system, turning off the uac feature would definitely save you extra time.
  • SetUp the Windows 7 Ready Boost Service for an Extra Speed Boost

    • To configure the Ready Boost Feature in Windows 7 you need to have a High Speed Flash/USB or Pendrive with you which is ready boost compatible.
    • After plugging your pendrive, open “Computer” > Right-click the on USB Drive/Pendrive > select “Ready Boost” tab > tick the “Use this device” checkbox.
    • You may configure the  amount of space on your USB drive/ Pendrive to be used as Ram.
The ready boost feature in Windows 7 will help you to use your flash drive or pendrive or USB drive as Ram there by improving the performance and speed of windows 7 greatly. You’d certainly experience it when launching bulky applications such as Adobe Photoshop etc.
Note : Ready Boost would only be of benefit for systems which have low amount of ram installed (less than 1GB). For others it doesn’t make a difference.
  • Turn off Unused Windows 7 Features

    • Open up ” Programs and Features ” from Control Panel.
    • Click the ” Turn Windows features on or off ” from the left pane.
    • Now uncheck all the Feature that you don’t use in Windows 7 and restart the system for the changes to take effect.
There are many features in windows 7 that we often don’t use. Disabling these unused features in Windows 7  would help in speeding things up.
  • Speeding Up, Tweaking and Optimizing Your SSD

If you’ve got a new ssd for your system, then you’d definitely consider checking out this guide which explains 9 tweaks to properly speed up, optimize your ssd and prolong the life of your ssd, while getting the best performance from it.

The Best Tweaks & Steps To Speed Up SSD & Optimize it for Performance

The guide have some added tips which includes, using a ram cache for speeding up your disk performance, enabling caching etc. So be sure that you dont miss out those awesome tweaks
  • Disable the Windows 7 Sidebar (The Gadgets)

    • Right click on the sidebar and choose ” Properties “.
    • On the properties windows untick the check box showing ” Start sidebar when Windows Starts “
    • From now on windows sidebar won’t start when windows 7 start up.
Disabling the window 7 sidebar help you free up resources and gain a few more seconds during start up time.
  • Disable the Aero Peek and Aero Snap features in Windows 7

    Aero Snap will help you to maximize, minimize and resize the windows just by dragging and dropping it into the screen corners.
    I dont advice to turn it off as the Aero Snap feature really helps to speed up working with windows by arranging them side by side. But, if you are not a regular user of the same, you may proceed by turning of aero snap in windows 7.
    • Open the Windows 7 ” Control Panel ” and double-click on ” Ease of Access Center ” icon.
    • Now click on the ” Make it easier to focus on tasks ” seen at the bottom in there
    • Now untick the check box saying ” Prevent windows from being automatically arranged when moved to the edge of the screen ” .
    • Right click on the Windows 7 taskbar and select ” Properties “.
    • Now untick the ” Use Aero Peek to preview the desktop ” option from there.
That will now disable the Aero Snap in Windows 7.
Now To Disable the Aero Peek feature in Windows 7
The Aero Peek feature in Windows 7 helps you to peek through all open windows by hiding all other windows and showing only the outlines of all windows. Aero Peek is similar to the ” Show Desktop ” Feature in XP and Vista.
If you have followed step 3 then Aero Peek will be automatically disabled. If not,
Right Click the Taskbar and choose Properties. Un-select the ”Use Aero Peek to preview the desktop” option.
The aero peek feature will now be disabled in windows 7.
  • Change the Power Plan To Maximum Performance

    • Double click the ” Power Options ” in the Control panel.
    • Click the down arrow showing ” Show Additional Plans ” to see the ” High Performance ” power plan.
      high performance plan in windows 7 Speed Up Windows 7   Ultimate Guide To Make Windows 7 Blazing Fast!!!
    • Now just activate the ” High Performance ” plan and that’s it.
    • You may go for the advanced settings for further tweaking if you want.
The Power settings in Windows 7 is not automatically set for maximum performance. By default the power plan in Windows 7 is set for a balanced performance with energy consumption on hardware. So you may not get the optimal performance from windows 7 if this is the case. So we need to change the power plan to High Performance Mode.
  • Disable the Thumbnail Preview Feature to speed up File browsing in Windows 7

    For disabling thumbnails in Windows 7,
    • Double Click on ” Computer ” >click on the “Organize” drop-down menu and select the “Folder and Search options”
    • Under ‘Files and Folders’ section, go to the “View” tab and tick the check box showing “Always show icons, never thumbnails” checkbox.always show icons in windows 7 Speed Up Windows 7   Ultimate Guide To Make Windows 7 Blazing Fast!!!
The thumbnail preview feature in Windows 7 will show the small thumbnails of the contents of a folder instead of showing it’s icon. But this feature really do take up some system resources. So by disabling the Thumbnail Preview feature in Windows 7 the file browsing in Windows 7 explorer can be speed up.
In order to maintain Windows 7 Performance and keep it up in Top Shape there are some very essential software’s that could be of great help to Speed Windows 7. I will list some of them here. You may download and install these utilities. Make sure that you run these utilities at least once in a week. If you are regular at this, Windows 7 will be in top shape every time.
You may check this post which i have prepared earlier about the Top 5 Tools To Speed Up Your PC.
You’d get more idea reading the usage of the software i mentioned above.
  • Registry Tweaks to Speed Up Windows 7

    Here are some registry teaks that can be used to speed up windows 7 even more. I have complied only the safest tweaks that can be applied to your PC. Apart from speeding up windows 7 they will also add some functionality in windows like adding Copy to / Move to in right click context menu to speed up your daily tasks.
  • If you have the full licensed version of Tune Up Utilities software, i’d say it’s one of the best tools to keep  Windows 7 in top shape.
  • Turn OFF Windows 7 Password Protection To save a few More Seconds!!!

If you’ve set a password for accessing your user account in windows 7, then you need to enter it each and every time you login to windows. Logging into windows automatically without entering any password will save you a few seconds more. If you are the only person who use your computer then i’d recommend to turn this off. If that is not the case you may skip this step.
  • Turn OFF Windows 7 Screen Saver and Wallpaper

    To Disable The Screen Saver and Wallpaper in Windows 7,
    • Right click on desktop and choose “Personalize”.
    • Click the Screen Saver link ” From the Screen Saver drop down menu, Set it to “None” and click “Apply” and then “OK”.
    • Now click on “Desktop Background” link.
    • From the “Location” drop down menu select “Solid Colors” and pick one color and click “OK”.
In order to display the wallpaper and screen saver the system needs some memory. So by disabling those two we can save a few Mega Bytes of memory.
  • Disable Unwanted Start Up Items and Speed Up Windows 7 Start Up

    • Type ” msconfig ” in the “RUN” option from start menu press [Enter] to open up the System Configuration Utility.
    • Now navigate to the “StartUp” tab.
    • Untick the Entries which are not needed
This really matters when you have installed a lot of softwares on your PC. Many software such as AcdSee will run services such as device detector etc during the system start up. These are of no use actually for most windows users. So preventing such services from starting up during the start up of windows 7 can result in quicker start Ups. This will actually save some seconds during windows 7 start up.
  • Disable Unwanted System Sounds in Windows 7

    To disable the system sounds in Windows 7,
    • Type mmsys.cpl in RUN From the Windows 7 Startmenu search box and press [Enter].
    • Navigate to the “Sounds” tab.
    • Now from under “Sound Scheme:” select “No Sounds” > Click “Apply” > “OK”.
      windows 7 sounds disable Speed Up Windows 7   Ultimate Guide To Make Windows 7 Blazing Fast!!!
    • You may keep some of your favorite sounds turned on if you want, but sounds played during the Windows 7 start up, shutdown, Logon, logoff, start navigation etc should be set to none if you want some real speed boost.
In order to play the sounds you hear in windows 7, system resources are being utilized. So if you could disable these sound effects, that would successively free some system resources too.
Thats it! following all these steps will certainly boost the speed and performance of your windows 7 operating system.

How to can change login screen windows 7 Tweakslogon Changer



Be it screensavers, desktop wallpapers or font type and sizes, visual customization at the OS level is usually important to all kinds of users. Recognizing this, Microsoft has made it easier than ever to apply and adjust individual themes with Windows 7. We looked at this last week showing you how to find hidden themes buried in your hard drive as well as sponsored ones available through Microsoft's online Personalization Gallery.
This time around, we are going to show you how to customize the Windows 7 login screen. There are various methods to accomplish this, with and without third-party software. I understand many people might not want to rely on a third-party application, while others would appreciate a quicker, safer route. First up is the more hands-on approach, and then the utility.

You can change your Window 7 boring login Screen With the help of this software download now Tweakslogon.