Friday, 18 July 2014

Recognizing Spoof Websites.

One of the biggest threats to the security of your your account and your identity is fraudulent email and Web sites, called spoof email and spoof Web sites. Both are used to obtain personal and account information.

If you receive email that includes links and requests sensitive information – be suspicious

A spoof email pretending to be from a bank/hotmail/gmail etc typically contains a link that takes you to a fake Web site that requests that you sign in and submit personal and account information.
No genuine website requires you to enter information on a page that cannot be accessed from the parent site. When possible, you should avoid clicking links. Instead of clicking the link, you should copy the address and paste it into the address bar area of your Web browser.

Beware of fake Web sites pretending to be genuine. They are designed to look and behave like the original web site.

If you clicked a link in an email, verify that the Web address in your browser is the same as the address shown in the email.

Never enter your user ID and password on a page that doesn't have the original web site immediately before the first forward slash (/). If the address includes additional characters prior to the forward slash such as "@," dashes, and so on, it is not a genuine page.

Even if the Web address contains the word from your website, it may not be the original web site.

Before signing in, check the Web address in your browser.
To be sure that you are signing into a genuine Web site, look at the address bar area of your browser. At a sign-in page, the Web address (URL) that appears in the Address/Location field of your browser should begin with https://

If you've upgraded to a browser with the latest anti-phishing capabilities, the Web address bar may help you to identify secure Web pages. Look for a green Web address bar to confirm that you are on a secure page before entering sensitive information.

If you have already submitted information after receiving an email request and you suspect that your account may have been tampered with, immediately securing your account and review the steps on the Protecting Your Identity page in the original web site. This may involve using 2 step authentication or verification using your mobile number.


Thursday, 17 July 2014

System / PC / Laptop Hangs when device is connected to USB

First step, Start, Programs, Accessories, System Tools, System Restore. Create a restore point and name it something like "Before USB Fix". This is to bail you out if something goes wrong during the following process and makes things worse.

Create a file with NOTEPAD containing the following lines and save it as FIX.REG

-------------------------- Use text after this line --------------------------------
REGEDIT4
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Environment]"DEVMGR_SHOW_NONPRESENT_DEVICES"="1"

-------------------------- Use text before this line --------------------------------

Double click on FIX.REG and say yes to the Merge Into Registry question.

Unplug ALL USB devices.
Open Device Manager.
View, Show Hidden Devices.
Uninstall all devices under USB Controllers.
Uninstall all devices under Disk Drives that you know are not present.
Uninstall all devices under Storage Volumes. Say no to any reboot prompts until you are finished. Also, if a Storage Volume doesn't uninstall, ignore it and move to the next one.
If you have a yellow ? with unknown devices, uninstall all of the entries there as well.

When this is done, reboot TWICE.

Reconnect the USB devices and see if they're recognized properly.

NOTE: If you have a USB keyboard and/or mouse, you'll have to modify the instructions and leave enough parts for those to function. I don't have one yet, so I haven't had time to modify the instructions.

Thursday, 10 July 2014

not enough disk space to create a shadow copy error code is 0x80780119

Hi

Sometimes you may get this error

There is not enough disk space to create a shadow copy the error code is 0x80780119


A Workaround Without Repartitioning:

When trying to make a system image of Windows 7, I got error 0x80780119.  I found my 100 MB System Reserved partition had grown a large USN journal.  I assigned it drive letter F:\.

Fsutil usn queryjournal F:

Then I ran this command to clear and disable the USN journal on my System Reserved partition:

fsutil usn deletejournal /N /D F:

This freed 48 MB.  The USN journal on my System Reserved partition remained disabled after a reboot, which I verified by re-running the query.  Subsequently, I was able to make a system image without error.

Alternately, you can use a partitioning tool like Minitool Partition Wizard to increase the size of your reserved partition to 200-300 MB and try.

Cheers.

Solutions to Computer Problems Which I Face


Drivers for Windows 7 for ES1000 ATI for HP ML110 And DELL Server

You can download vga drivers from

http://downloads.dell.com/FOLDER00113448M/1/ATI_ATI-RN50-VIDEO-CONTROLLE_A02_R231197.exe

ONce Installed You may get the error message for the device ES1000 in device manager with the exclamation mark. 

Device Status: This device cannot find enough free resources that it can use. (Code 12)

To resolve the above error 
do the following

Solution - This device cannot find enough free resources that it can use. (Code 12)
1. Go to Start Menu-All Programs-Accessories,then right-click Command Prompt and select Run As Administrator
2. Enter: bcdedit /set CONFIGACCESSPOLICY DISALLOWMMCONFIG
3. Restart your PC

Voila, you are up and running.