Archive

Archive for the ‘Errors’ Category

Check storage capacity of fake USB Flash drive

March 2, 2011 Leave a comment

>Check storage capacity of fake USB flash drive

This can be done in case you find that the USB drive you purchased does not have prescribed capacity, written on the pack.

Here are the steps to find whether the real capasity is 8GB or not. (Works pretty well for other storage capacities too).

Normally The product shows itself as 8GB under Windows XP.

To find the stick’s capacity, read & write speeds:

1. Download the free version of the tool
Bart’s Stuff Test 5
Version 5.1.4
(Search in Google)

2. Before plugging in your flash drive, Disable the Autorun feature of Windows XP.

3. Plug the stick into an USB port (Warning: Make sure you have your AntiVirus updated).

4. Don’t open anything on the stick. Do not doubleclick on the stick.

5. Format the stick to get rid of any potential viruses or malicious tools.

6. Run Bart’s Stuff and select the stick under “Folder”

7. Start the test. It will write a sequential file that will fill the stick up to > 90% of it’s capacity and then it does read back the written data.

8. Check the Bart’s stuff status written total when you get an error message like this: “An Error occurred. WriteFile returned an Error. There is not enough space on the disk”.

If the stick ran out of space at 4 GB exactly, Bart’s Stuff filled the stick up to 52 % of it’s fake capacity. But: Since the FAT32 maximum supported file size is 4GB, this method would not work on flash drives with more than 4GB of capacity. Larger size sticks should be filled up with large files that are compared against their originals to see if some errors occur.

Hence it shows that the USB stick is fake.

Here is an another indication that proves the stick is fake:

Windows XP sees it as 7.95 GB capacity with 8,539,680,768 bytes. This is too much reported space.

Normally, 8GB stick is reported by Windows XP has 7.73 GB capacity with 8,304,717,824 bytes. Since flash drives always give you less than the advertised storage space.

There is another very useful utility that can help to check for fake USB sticks, it’s called H2testw ( Can be be downloaded at the downloads section of heise.de ). The program Measures the write and read speed. On fake 8 GB stick, You only get about 1 to 3 MB/s write speed which is an indication that there is something really weird going on here. the Utility sees the USB stick as 8144 MB in size when empty which is totally impossible, another hint that it was manipulated.

~

Categories: Errors, Hacks, Hardware

"Registry editing has been disabled by your administrator" Error

April 27, 2010 Leave a comment

Error “Registry editing has been disabled by your administrator” when you open the Registry Editor in Windows Vista

When you attempt to start the Registry Editor (regedit.exe) in your Windows Vista system, you may receive the following message:

Registry editing has been disabled by your administrator

If the above error message is shown in a standalone system, then it may be a result of Malware infection. It is also possible that the DisableRegistryTools policy had been enabled by a third-party tweak program which you may be using. It’s highly advisable to follow up with a complete system checkup for Virus and Malware, especially when you’re unsure about the cause.

Note: If your system is connected to a domain, your network administrator may have enabled the DisableRegistryTools Policy setting. In that case, you’ll need to contact the network administrator to relax this restriction, if need be.

Method 1 – Using Group Policy Editor
If you are using an edition of Windows Vista (Windows Vista Business, Enterprise and Ultimate editions) which includes the Group Policy Editor, follow these steps:

Click Start, type gpedit.msc in the Search box, and press ENTER
Go to the following branch:
User Configuration | Administrative Templates | System

Double-click Prevent access to registry editing tools
Set it as Not Configured

Important: If it’s already set to Not Configured, set it to Enabled and click Apply. Then repeat the steps and revert the setting back to Not Configured. This removes the registry based policy if set already.

Method 2
This method should work in all editions of Windows Vista.

Copy the below code & paste in Notepad. Save the file on Desktop & name it reg_enable.vbs.

‘Copyright © 2010 Cyber KGB. All rights reserved.
”Description: Resets the “Prevent access to registry editing tools”
‘ Policy in Windows Vista. If UAC is enabled, this script needs to
‘ be run from an elevated Command Prompt.
‘Compatibility: This script was tested under Windows Vista only.

Option Explicit
Dim WshShell, strUserName, strDomain, strSID
Dim objWMIService, colItems, objItem, arrName, objAccount

Set WshShell = WScript.CreateObject(“WScript.Shell”)
Set objWMIService = GetObject(“winmgmts:\\.\root\cimv2”)
Set colItems = objWMIService.ExecQuery(“Select * From Win32_ComputerSystem”)

For Each objItem in colItems
arrName = Split(objItem.UserName, “\”)
strDomain = arrName(0)
strUserName = arrName(1)
Next

Set objAccount = objWMIService.Get _
(“Win32_UserAccount.Name='” & strUserName & “‘,Domain='” & strDomain & “‘”)
strSID=objAccount.SID

If trim(strSID) “” then
WshShell.RegDelete (“HKEY_USERS\” & strSID & “\Software\Microsoft\Windows\CurrentVersion\Policies\System\DisableRegistryTools”)
Msgbox “Completed!”
End if

Open an elevated command prompt. To do this, click Start, click
All Programs
, click Accessories, right-click Command Prompt, and then click Run as administrator. If you are prompted for an administrator password or for a confirmation, type the password, or click Allow.
Switch to your Desktop directory by typing the following command, and then pressing ENTER:

cd /d %userprofile%\desktop

Then, type the following command and press ENTER

wscript.exe reg_enable.vbs

Type EXIT to close the Command Prompt window.
If everything worked fine, the DisableRegistryTools policy should have been removed by now. See if you’re able to launch Regedit.exe now

Note: If your system is connected to a domain, your network administrator may have enabled the DisableRegistryTools Policy setting. In that case, you’ll need to contact the network administrator to relax this restriction, if need be.

~

Categories: Errors, Vista

"This language is no longer available for spell checking" Error

April 27, 2010 Leave a comment

Error “This language is no longer available for spell checking” when using the Spell Checker in Windows Mail

When you use the Spell check feature when composing a new mail message in Windows Mail, the following error message may be displayed:

This happens if the default language is not set in the spell checker options. Follow these steps to resolve the problem:

1. Start Windows Mail

2. From the main screen in Windows Mail, click the Tools menu and choose Options.

Note: In step 2, make sure that you select the Tools menu from the main window, not the New Mail message window.

3. Click the Spelling tab From the Language drop-down, select English even though it’s already listed as the default selection, and click Apply.

4. Click OK

~

Categories: Errors, Vista

"Access is denied" – Log off Error

April 27, 2010 Leave a comment

Error “Access is denied” when you try to log off an user account using Task Manager Users tab in Windows Vista

When you use the Task Manager Users tab to log off an user account in Windows Vista, the following error may appear:

User {username} (SessionId=2) could not be logged off. Access is denied.

This happens if Task Manager is not running under administrative privileges. To log off an user account, Task Manager must be run with administrative privileges. Follow one of these methods:

Method 1
Open Task Manager (taskmgr.exe) and click the Processes tab
Click Show processes from all users
When you are prompted for an administrator password or confirmation, type the password or provide confirmation.
Task Manager now runs with administrative privileges.
Switch to the Users tab and log off an user account.

Method 2
Click Start, click All Programs, click Accessories, right-click Command Prompt, and then click Run as administrator.
If you are prompted for an administrator password or for confirmation, type your password, or click Continue.
At the command prompt, type taskmgr.exe, and then press ENTER.
Task Manager starts with administrative privileges.
Switch to the Users tab and log off an user account.

~

Categories: Errors, Vista

Error 0x80070032 when creating a System Restore point in Windows Vista

April 27, 2010 1 comment

Error 0x80070032 when creating a System Restore point in Windows Vista

When you try to create a System Restore point in Windows Vista, the following error may occur:

This happens if the Windows Event Log and the Task Scheduler services are disabled. Follow these steps to fix the problem.

1. Click Start, Services.msc. Press {ENTER}

2. Double-click Windows Event Log

3. In the Start type list box, ensure that Automatic is selected

4. Click Start to start the service, if it’s not already running

5. Close the Services console

6. Reboot.

It should work fine

If the problem still persists, check the status of the Windows Event Log and Task Scheduler services. If the Task Scheduler service is in a disabled state, then paste code below in a notepad & save the file as schedule.reg.

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Schedule]
“AtTaskMaxHours”=dword:00000048
“DisplayName”=”@%SystemRoot%\\system32\\schedsvc.dll,-100”
“Group”=”SchedulerGroup”
“ImagePath”=hex(2):25,00,73,00,79,00,73,00,74,00,65,00,6d,00,72,00,6f,00,6f,00,\
74,00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,73,\
00,76,00,63,00,68,00,6f,00,73,00,74,00,2e,00,65,00,78,00,65,00,20,00,2d,00,\
6b,00,20,00,6e,00,65,00,74,00,73,00,76,00,63,00,73,00,00,00
“Description”=”@%SystemRoot%\\system32\\schedsvc.dll,-101”
“ObjectName”=”LocalSystem”
“ErrorControl”=dword:00000001
“Start”=dword:00000002
“Type”=dword:00000020
“DependOnService”=hex(7):52,00,50,00,43,00,53,00,53,00,00,00,45,00,76,00,65,00,\
6e,00,74,00,4c,00,6f,00,67,00,00,00,00,00
“ServiceSidType”=dword:00000001
“RequiredPrivileges”=hex(7):53,00,65,00,49,00,6e,00,63,00,72,00,65,00,61,00,73,\
00,65,00,51,00,75,00,6f,00,74,00,61,00,50,00,72,00,69,00,76,00,69,00,6c,00,\
65,00,67,00,65,00,00,00,53,00,65,00,43,00,68,00,61,00,6e,00,67,00,65,00,4e,\
00,6f,00,74,00,69,00,66,00,79,00,50,00,72,00,69,00,76,00,69,00,6c,00,65,00,\
67,00,65,00,00,00,53,00,65,00,41,00,75,00,64,00,69,00,74,00,50,00,72,00,69,\
00,76,00,69,00,6c,00,65,00,67,00,65,00,00,00,53,00,65,00,49,00,6d,00,70,00,\
65,00,72,00,73,00,6f,00,6e,00,61,00,74,00,65,00,50,00,72,00,69,00,76,00,69,\
00,6c,00,65,00,67,00,65,00,00,00,53,00,65,00,41,00,73,00,73,00,69,00,67,00,\
6e,00,50,00,72,00,69,00,6d,00,61,00,72,00,79,00,54,00,6f,00,6b,00,65,00,6e,\
00,50,00,72,00,69,00,76,00,69,00,6c,00,65,00,67,00,65,00,00,00,53,00,65,00,\
54,00,63,00,62,00,50,00,72,00,69,00,76,00,69,00,6c,00,65,00,67,00,65,00,00,\
00,53,00,65,00,52,00,65,00,73,00,74,00,6f,00,72,00,65,00,50,00,72,00,69,00,\
76,00,69,00,6c,00,65,00,67,00,65,00,00,00,00,00
“FailureActions”=hex:80,51,01,00,00,00,00,00,00,00,00,00,03,00,00,00,14,00,00,\
00,01,00,00,00,60,ea,00,00,01,00,00,00,60,ea,00,00,00,00,00,00,00,00,00,00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Schedule\Parameters]
“ServiceDll”=hex(2):25,00,73,00,79,00,73,00,74,00,65,00,6d,00,72,00,6f,00,6f,\
00,74,00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,\
73,00,63,00,68,00,65,00,64,00,73,00,76,00,63,00,2e,00,64,00,6c,00,6c,00,00,\
00
“ServiceDllUnloadOnStop”=dword:00000001
“ServiceMain”=”ServiceMain”

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Schedule\Enum]
“0”=”Root\\LEGACY_SCHEDULE00″
“Count”=dword:00000001
“NextInstance”=dword:00000001

;CyberKGB

Save the file to the Desktop, and double-click the file to merge the contents with the registry. Click Yes when asked for confirmation.

Restart Windows.

Categories: Errors, Vista

"Open Containing Folder" Error

January 9, 2010 Leave a comment

“Open Containing Folder” in Search for Files and Folders does not work

When you perform a file search, and then click the Open Containing Folder in the context menu of the Search Results window, instead of opening the parent folder of the selected file, the Open With dialog may pop up, asking you to choose a program.

To resolve the problem, use these steps:

Navigate to HKEY_CLASSES_ROOT\Directory\shell

In the right-pane, double-click the (default) entry

Type the word none and press Enter

Close Regedit.exe

Reboot

~

Avast Antivirus Installation "Error 3"

January 9, 2010 2 comments

Avast Antivirus Installation “Error 3”

Problem: When you try to install Avast Antivirus, this error occurs:

Setup Selfextract

An error 3 (00000003) has occured.
Last performed operation was:
spawning

Screenshot:

Cause:
This error occurs when you try to install a new Avast installation in a computer that has a corrupted installation of Avast Antivirus.

Solution:
1. Download Avast Uninstall Tool/Utility.
2. Start Windows in Safe Mode
3. Run the uninstall utility (aswclear.exe)

Please note: If you installed Avast antivirus in a different folder than the default, browse for it. Be careful though because the content of any folder you choose will be deleted.

4. Click REMOVE
5. Restart your computer.
6. You can now reinstall avast antivirus.

~

Categories: Errors, Software

Dual Boot Problem: Windows Vista No Longer Starts After Installing XP

January 9, 2010 Leave a comment

Dual Boot Problem: Windows Vista No Longer Starts After Installing XP

If you want to have a dual boot system with Windows XP and Windows Vista, then you must first install Windows XP and then Windows Vista.

Windows Vista uses a newly designed boot loader and if you install Windows XP after Windows Vista, then it’ll overwrite Windows Vista boot loader and you’ll not be able to boot into Vista.

If you have installed XP after Vista and you are not able to boot into Vista, then follow these simple instructions and you’ll get the Vista boot loader back:

1. Download “VistaBootPRO”. Its an excellent software which can reinstall Vista boot loader within a few seconds.

Download @ Vista Boot Pro

2. Install it and run the software.

3. Now click on “Bootloader” button as shown in following screenshot:

4. Select “Reinstall the Vista Bootloader” option and click on “Configure It” button.

5. Thats it. It’ll install the Vista Boot loader. You can also edit other settings like boot loader timeout, default boot entry, boot entry labels, etc.

You can also repair Vista boot loader using Vista Setup DVD but the above mentioned method is the easiest method and works even you don’t have the CD/DVD.

~

Categories: Errors, Vista