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

Sunday, April 3, 2016

How to make your windows computer look like a mac!

Change your windows look and be Unique 

What change will make you uncommon:


Desktop Backgrounds
Screen Savers
Boot Screens
Log-on Screens
Cursors and Pointers
Fonts (new)
Sounds
Animated Wallpapers

Themes and Skins

This is a great way to make your windows computer look like a mac. Unlike many ways you can do it, this way is perfectly safe.DOWNLOAD ICON PACK 45mb


How to remove any browser redirect virus easily

You ran a search in Google, but somehow, for some reason, you didn’t get the result you wanted after clicking a link.

There are several reasons why you may experience a browser redirect,however the most likely cause it’s a computer virus.
Browser redirect viruses are not something new and malware developers have been using this technique for years to generate traffic to their sites,gathering search terms and redirect users to websites from where they’ll receive a commission or some sort of revenue.



STEP 1:  Remove bootkits and trojans with Kaspersky TDSSKiller

In this first step, we will run a system scan with Kaspersky TDSSKIller to remove any malicious software that might be installed on your system.
Please download the latest official version of Kaspersky TDSSKiller

STEP 2: The Rewritten Hosts File

Windows users should know about the Hosts file, a text file stored on the C:\ drive where a list of blocked website URLs can be stored. As well as blocking URLs with the Hosts file, you can also add lines that specify what websites should appear when a particular IP address is visited.


All you would need to do is find the Hosts file (Windows\System32\Drivers\etc) and open it with Notepad (right-click, then Open with…). Scroll down to the blank space, add a URL or IP address and save the Hosts file; the address is now blocked.


You can also use the same principle to create shortcuts to certain websites to save time typing. The browser redirect virus uses it too, rewriting or replacing the original hosts file with its own data.
if you find this url -cut the red area and save the host file 

STEP 3:

Run ccleaner to remove browser history and cookies
make everything default  


Saturday, April 2, 2016

Free data recovery software with crack

Best free data recovery software to recover deleted, formatted or lost data from PC, laptop or removable device easily and quickly.


Data Recovery Wizard Free is the best free data recovery software to solve all data loss problems - recover lost files from hard drive, external hard drive, USB drive, Memory card, digital camera, mobile phone, music player and other storage media due to deleting, formatting, software crash, hard drive damage, virus attacking, partition loss or other unknown reasons. Only three steps and a few clicks to get whatever you lost back!

1.       Recover whatever you lost, such as pictures, videos, audio, emails, documents..
2.       Recover lost data from PC, laptop, digital device, server and storage media due to deleting, formatting, virus attacking, system error etc.


May at any time to pause and continue, the scanning results can be saved and imported to perform another recovery without scanning again.

download easy recovery only 13mb

Download Bandicam free with crack






Bandicam is a lightweight screen recorder for windows that can capture anything on your PC screen as high-quality video. Also, it makes it possible to record a certain area on a PC screen, or capture a game that uses the DirectX/OpenGL graphic technologies.

Bandicam will help you carry out a game capture with high compression ratio, while keeping the video quality closer to the original work, and provides performance far superior to other recording softwares that provide similar functions.

Why Bandicam is Important for you

  1. To Recording of games, webcamHDMI and your PC screen
  2. Continuous image capturing
  3. To making youtube tutorials 
  4. The recorded file size is much smaller than other software

  1. Read more:https://www.http://eparopar.blogspot.com/You can record over 24 hours without stopping 


Read more:https://www.http://eparopar.blogspot.com/


Read more:https://www.http://eparopar.blogspot.com/

download size 15 mb

Monday, March 28, 2016

remove shirtcut virues

                                        Remove shortcut virus within 2 minutes

 A shortcut virus is a virus (a malware) that hides your original files inside shortcuts.

Initially, it doesn’t harms your files but later on, it may make them corrupt or even delete all the files; depends on the type of shortcut virus.
Therefore, removing the shortcut virus is essential for getting your files back.
As long as the virus stays or connects to new devices, it starts multiplying itself and spreads across every connected device!

TO REMOVE SHORTCUT VIRUS follow any of them steps:

ou shall first protect the infected drive from spreading furthermore.
To do that, follow these steps:
STEP 1
  1. Stop autoplay of removable drives.
And when you want to open and get the contents of your USB Drive, don’t double click and open it, that will execute the virus. Instead,Right Clickon the drive, click Explore. This way, the shortcut virus won’t execute.
STEP 2 

Remove Shortcut Virus using UsbFix:

  1. Download USBFIX.
  2. Connect your USB drive / External HDD drive which contains the shortcut virus.
  3. Run UsbFix software.
Click on Deletion. On clicking it, the process to remove shortcut virus will start. It will then ask you to restart your PC.Download usbfix size 3mb for windows 32and64bit

steps 3 to remove shortcut virus using WinRAR:

  1. Open WinRAR application. (If you don’t have it installed, download it from here)
  2. From inside WinRAR interface, move on to your infected drive. Inside it, you’ll find all your files safe and clearly visible.
  3. Select them all, right click-> Add Files to Archive and choose a name like USB Drive Backup.rar (or anything you like). With this, you’ve created an archive of all the files inside the infected drive.
  4. Open My Computer -> open your infected drive. You’ll find your created archive there. Right clickon it -> Cut. Paste it somewhere safe in your hard disk drive.
  5. Open My Computer, Right-click on your infected drive-> Format. Choose Quick Format option and Start. After the format is over, just extract the backed up .rar file back into the removable drive.

Steps 4 to remove shortcut virus using bat file:

  1. Open a Notepad File.
Paste the code below in it, and save it as with a .bat extension (Save As -> All Files -> .bat extension)

@echo off
 attrib -h -s -r -a /s /d G:*.*
 @echo complete 



Thursday, November 12, 2015

How to make Windows 7 bootable install USB stick

How to install windows from usb flash drive
Please note: during this procedure you'll lose any data on your USB flash drive. Please be extra careful during formatting, choosing the wrong drive will erase it completely. This guide provided as-is, at your own risk.

You will need:

PC running Windows XP/Vista/7/8/10
USB drive with at least 8GB of free storage

Preparing the USB drive:

Open command prompt as administrator - Right click on Start > All Programs > Accessories > Command Prompt and select Run as administrator or type cmd in the Start search bar.
  • Type diskpart.
  • In the new command line window that opens, to determine the USB flash drive number or drive letter, at the command prompt, type list disk, and then click ENTER. The list disk command displays all the disks on the computer. Note the drive number or drive letter of the USB flash drive.


  • At the command prompt, type select disk <X>, where X is the drive number or drive letter of the USB flash drive, and then click ENTER.
  • Type clean , and the click ENTER. This command deletes all data from the USB flash drive.
  • To create a new primary partition on the USB flash drive, type create part pri, and then click ENTER.
  • To select the partition that you just created, type select part 1, and then click ENTER.
  • To format the partition, type format fs=ntfs quick, and then click ENTER.

    IMPORTAN:If your server platform supports Unified Extensible Firmware Interface (UEFI), you should format the USB flash drive as FAT32 rather than as NTFS. To format the partition as FAT32, type format fs=fat32 quick, and then click ENTER.
  • Type active, and then click ENTER.
  • Type exit, and then click ENTER.
  • Now we have prepared USB drive. Lets make it bootable:
  • Insert Windows 7, 32/64-bit installation disk into DVD drive. Let's assume it's D
Copy DVD Windows 7 media content to USB root folder (etc. don't put it into any folder)

You are now ready to install Windows 7 from USB flash drive!
JUST Restart your computer AND FROM THE POP UP BOOT MENU SELECT  USB FLASH DRIVE
You can Watch this tutorial