Dear All,
Post your requirements at: vel_achary@yahoo.co.in, i will find the fix or the prepare a fix.
MOST OF MY POSTINGS ARE COPIED FROM SOME OTHER LINK, OUR CREDIT SHOULD GO TO THE PERSON WHO GAVE EFFORTS TO IDENTIFY AND RESOLVE THESE, BUT I STILL HOPE THIS WILL HELP!!!
To View the Older Posts Click on "Older Posts" hyperlink in the End of Contents.
thanks
Error while double click opened the Folder or Drives.
Applies to: Windows 7 operating system
Issue:
When opening a folder or drives using double click gives a program association error.
Folder are accessible using right click explore or right click open.
When right clicked for options in folders or drives, the primary command/program set to open drives or folder is “Explore”.
Files & application opens using double click open command/program
Resolution:
This above given issue happens because there is no primary command/program set to open drives or folder.
Since the files and applications opens directly by double click open command/program, there is some file association problem in executing the folder shell.
Two way of resolving the issue:
Type 1
Click on StartàRunàtype RegeditàEnter
You will gain access to registry editor.
Here navigate to HKEY_CLASSES_ROOTàFolderàshell
On the right panel or shell, you will find a string named “(Default)”
If the Data set in the (Default) string show “No/blank entry”
The Windows error "I/O Device Error" means there is an error in the computer's ability to read data when you try to install a program or to copy data from your CD or DVD drive.
This issue is likely to occur when Windows tries to use a transfer mode that your CD drive cannot use or does not recognize. To resolve this issue, you will need to change the transfer mode in your IDE channel properties.
Steps To Change IDE Properties
Click the Start button
Right click My Computer
Select Manage from the resulting menu
In the Computer Management window, select Device Manager
In the right pane, click to expand IDE ATA/ATAPI controllers
Identify your CD/DVD drive in the expanded menu and right click the appropriate drive
Select Properties
In the Properties windows, click the Advanced Settings tab
In the Transfer Mode box that represents your CD/DVD drive (typically Device 1); open the dropdown menu and select PIO Only
Click ok and exit all windows
If this does not resolve your issue, then you will need to go back using the above procedure and change the Device 1 in step #9 back to "DMA if available". Then, change Device 0 to "PIO Only" in the Transfer Mode box.
For reference, the Device 0 is the Primary IDE Channel and the Device 1 is the secondary IDE Channel.
After you change your settings, make sure you restart your system so that the computer recognizes the changes you have made. After you reboot, check the settings to make sure they are in effect. If they are, your device should now work properly.
This issue does not occur in Firefox 2 or below. Starting in Firefox 3, downloads of executable files (e.g., .exe or .msi) may fail and the Firefox Downloads window may contain this message, under the filename: This download has been blocked by your Security Zone Policy -
This issue occurs because Firefox now honors your Windows security settings for downloading applications and other potentially unsafe files from the Internet.
You can resolve this issue as follows:
Bypass Windows Security Policy check
Starting in Firefox 3.0.6 you can use about:config to manually add the new Boolean preference, browser.download.manager.skipWinSecurityPolicyChecks and set it to true. This will bypass the Security Zone Policy check.
This happens if the operating system is not installed properly or “winmgmt.exe, winmgmtr.dll & wmi.mfl” is missing or these files are damaged due to number of reasons.
Resolution
• Copy the winmgmt.exe, winmgmtr.dll & wmi.mfl from any PC with same operating system (with its service pack) and paste it in “C:\Windows\System32\Wbem”
• Now type the following command in CMD.
o Winmgmt/kill (To kill any windows management based application that is running)
o Winmgmt/clearadap (To clear the windows management adapter settings)
o Winmgmt/unregserver (To un-register the windows management components)
o Winmgmt/regserver (To register the windows management components)
• Now, open services.msc and start the service that is added.
How to Register or Create a Service in Windows. Process:
Go to start menu
Run.
Type CMD. Here Type: [sc create “Chicken” binpath= “C:\Chicken.exe”] Note:
Remove brackets when typing this command.
How to Delete a Service in Windows. Process:
Go to start menu
Run.
Type CMD. Here Type: [sc Delete ClinckSystemLayer] Note:
ClinckSystemLayer is a registered service so you can delete without giving whole path.
Most of the Internet connectivity problems arise out of corrupt Winsock settings. Windows sockets settings may get corrupted due to the installation of a networking software, or perhaps due to Malware infestation. You will be able connect to the Internet, but the packets won't transfer back and forth. And errors such as Page cannot be displayed may occur when using Internet Explorer. This article lists the methods (with links to third-party websites) to reset/repair the Winsock configuration to defaults.
Windows XP Service Pack 2 - New Winsock NETSH commands
These Two new Netsh commands are available in Windows XP Service Pack 2.
1. netsh winsock reset catalog.
This command resets the Winsock catalog to the default configuration. This can be useful if a malformed LSP is installed that results in loss of network connectivity. While use of this command can restore network connectivity, it should be used with care because any previously-installed LSPs will need to be re-installed. The output results to this in Command Prompt (CMD.EXE) “netsh winsock reset”
2. netsh winsock show catalog.
This command displays the list of Winsock LSPs that are installed on the computer. The output results to a file type this in Command Prompt (CMD.EXE) “netsh winsock show catalog >D:\Winsock.txt”
There are also some Tools available to reset.
WinSock XP Fix offers a last resort if your Internet connectivity has been corrupted due to invalid or removed registry entries. It can often cure the problem of lost connections after the removal of Adware components or improper uninstall of firewall applications or other tools that modify the XP network and Winsock settings. If you encounter connection problems after removing network related software, Adware or after registry clean-up; and all other ways fail, then give WinSock XP Fix a try. It can create a registry backup of your current settings, so it is fairly safe to use. We actually tested it on a test machine that was having a Winsock problem due to some Adware removal, and after running the utility and rebooting, the connectivity was restored.
Pros: May save you hours of headaches; can fix tricky connection problems
Cons: Not actively supported or developed
Type: Freeware.
OS: Win XP
When running a Resultant Set of Policy from the Group policy management Console (GPMC) the following error is displayed or Also, the following ‘access denied’ error appears when running gpresult.exe from a command prompt on the server:
Running on other servers seems okay, but on these specific servers there is a problem. Resolution This can be resolved by doing the following:
Go to “start menu”, “Run”, type “CMD” and Enter.
c:
cd\windows\system32
regsvr32 /n /I userenv.dll
cd\windows\system32\wbem
mofcomp scersop.mofs
gpupdate /force
or create a .cmd file and copy the script below
cd /d %windir%\system32
start /wait regsvr32 /n /I userenv.dll
cd wbem
start /wait mofcomp scersop.mof
gpupdate /force
gpresult
Information on How to Use the Group Policy Results (GPResult.exe) Command Line Tool:
Intended for administrators, the Group Policy Results (GPResult.exe) command line tool verifies all policy settings in effect for a specific user or computer. Administrators can run GPResult on any remote computer within their scope of management. By default, GPResult returns settings in effect on the computer on which GPResult is run.
Using GPResult Command Line Tool: Parameters: /s Computer Function: Specifies the name or IP address of a remote computer. (Do not use backslashes.) The default is the local computer. Parameters: /u Domain\User Function: Runs the command with the account permissions of the user that is specified by User or Domain\User. The default is the permissions of the current logged-on user on the computer that issues the command. Parameters: /p Password Function: Specifies the password of the user account that is specified in the /u parameter. Parameters: /user TargetUserName Function: Specifies the user name of the user whose RSOP data is to be displayed. Parameters: /scope {user|computer} Function: Displays either user or computer results. Valid values for the /scope parameter are user or computer. If you omit the /scope parameter, gpresult displays both user and computer settings. Parameters: /v Function: Specifies that the output display verbose policy information. Parameters: /z Function: Specifies that the output display all available information about Group Policy. Because this parameter produces more information than the /v parameter, redirect output to a text file when you use this parameter (for example, gpresult /z >policy.txt). Parameters: /? Function: Displays help at the command prompt.
Unregister DLL in Windows XP or Vista
Sometimes we need to unregister a dll file to troubleshoot a problem in Windows XP or Vista. Here’s how to do it:
From Start –> Run, type “cmd” then click on Open. (Where is RUN in Windows Vista?)
Type “regsvr32 /u filename.dll” where “filename” is the name of the file that you like to unregister.
Please keep in mind that this involves system modification and can be highly risky. It’s always recommended to keep a system backup handy, in case things go wrong.
By using the Windows Instrumentation command-line interface (WMIC), you can easily uninstall an application without having to use the GUI. Once you become familiar with the steps, it will be much faster than having to access the Add/Remove Programs applet in the Control Panel.
Steps:
Open CMD and Type WMIC or Directly Type WMIC on Run command and press Enter/Return key.
Type product get name and press Enter/Return key. (You will find list of applications installed in the computer, choose your application.e.g.: Windows live Toolbar).
Type Product where name="Windows Live Toolbar" call uninstall and press Enter/Return key.
When prompted for an input Y to confirm that you wish to uninstall the application and press Enter/Return key.
Applies to: Windows XP Professional, Windows Vista, Windows Server 2003 and Windows Server 2008.
This information is provided as per my Blog Visiter's Requirement...
It is true that lots of people want their Computer customized as per their requirement. To help these people, i am going to share an information on how to Change your "folder's background" with an image as per your requirement.
Copy and paste the above given codes in a notepad, change the "image location" as per your requirement and save this file as Desktop.ini. in my documents or any other preferred folder.. Note: Keep your "Save as type" as "All Files" I have Hidden my image file as well as the desktop.ini file in my my documents folder so that no one identifies how i did so...
More information;
Fonts you can change for the IconArea_Text=
Black- 0x00000000
White- 0x00FFFFFF
Green- 0x0000FF00
Blue- 0x00FF0000
Purple- 0x00C000C0
Red- 0x000000FF
Yellow- 0x0000FFFF
Indigo- 0x00FFFF00
Choose the font color that is best for your Image.
An internal application error has occurred.
or
Error#000000004 occurred during Deep Freeze installation. Possible cause:
This issue may occur if one or more of the Jscript registry key settings are incorrect. This behavior may also occur if the Jscript.dll file is missing or damaged. Resolution:
To resolve this issue, use the following methods in the order that they are presented. Method 1: Reregister Jscript.dll and Vbscript.dll
1. Click Start, and then click Run.
2. In the Open box, type regsvr32 jscript.dll, and then click OK.
3. Click OK.
4. Click Start, and then click Run.
5. In the Open box, type regsvr32 vbscript.dll, and then click OK.
6. Click OK.
If either of the files do not register as expected, or if you receive an error message, the system file may be missing or damaged. To extract the missing file in Microsoft Windows XP, follow these steps:
1. Click Start, and then click Run.
2. In the Open box, type msconfig, and then click OK.
3. Click Expand File.
4. In the File to restore box, type the name of the file that you want to restore.
5. In the Restore from box, type the path of the Windows XP .cab file where you want to restore the file, or click Browse From to locate the Windows XP .cab file.
Note The Windows XP .cab files are stored in the I386 folder on the Windows XP CD.
6. In the Save file in box, type the path where you want to extract the new file, or click Browse To to locate the folder that you want.
7. Click Expand.
8. In the System Configuration Utility dialog box, click OK. If you are prompted to restart the computer, click Restart.
Open a dialog box that previously experienced the issue that is described in the "Symptoms" section of this article. If the issue recurs, go to the next method. Method 2: Edit the registry
Warning If you use Registry Editor incorrectly, you may cause serious problems that may require you to reinstall your operating system. Microsoft cannot guarantee that you can solve problems that result from using Registry Editor incorrectly. Registry Editing is Harmful to PC, Use Registry Editor at your own risk.
1. Click Start, and then click Run.
2. In the Open box, type regedit, and then click OK.
3. Locate the following registry key:
HKEY_LOCAL_MACHINE\SOFTWARE\CLASSES\CLSID\{f414c260-6ac0-11cf-b6d1-00aa00bbbb558}\In procServer32
The (Default) value data should contain the following value:
C:\WINDOWS\SYSTEM\JSCRIPT.DLL If it does not, double-click Default, type C:\WINDOWS\SYSTEM\JSCRIPT.DLL in the Value data box, and then click OK.
4. The ThreadingModel value data should contain the following value: Both If it does not, double-click ThreadingModel, and then type Both in the Value data box.
5. Locate the following registry key:
HKEY_LOCAL_MACHINE\SOFTWARE\CLASSES\CLSID\{f414c261-6ac0-11cf-b6d1-00aa00bbbb558}\In procServer32
6. Repeat steps 3 and 4 to edit this key, and then go to step 7.
7. Locate the following registry key:
HKEY_LOCAL_MACHINE\SOFTWARE\CLASSES\CLSID\{f414c262-6ac0-11cf-b6d1-00aa00bbbb558}\In procServer32
8. Repeat steps 3 and 4 to edit this key, and then go to step 9.
9. Exit Registry Editor.
Do you want to continue running script on this page?
Yes or ON "
Note: If Click Yes / No, It come backs to the Same Desktop of “Active Desktop Recovery”
More Information:
If you are trying to Delete the “Desktop.htt” file from the mention location note that you won’t be able to find it, as no such file is created in the that particular location.
Resolution:
Go to Start Menu > Run > Regedit.
Navigate to HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Desktop\Safe Mode\Components.
Here change the value of "DeskHtmlVersion" Reg_DWord from 0x00000110(272) to 0 (Decimal zero).
Now close Regedit, Restart/Logoff your PC.
When Logged Back in you wont find this issue again.
When you install Windows, you're prompted to enter a username and a company name. But since it's fairly common for companies to merge, you may want to change the name of the company Windows is registere to by using this hack:
Navigate through the Registry Editor to HKLM\Software\Microsoft\WindowsNT\CurrentVersion.
Change the values that are assigned to the RegisteredOwner and RegisteredOrganization keys to reflect the new ownership information.
One of the things about Vista that seems to irritate a lot of people is the User Account Control feature. In essence an administrator is treated as a standard user. Administrators who attempt to perform an administrative action receive a prompt asking whether they initiated the action. I think that this prompt is a valuable safeguard against malware, but since a lot of people don't like it, here's how to use the registry editor to suppress the prompt:
Navigate through the registry editor to: "HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\System".
Change the value of the "ConcentPromptBehaviorAdmin" key to "00000000".
There are quite a few services you can disable from starting automatically. This would be to speed up your boot time and free resources. They are only suggestions so I suggestion you read the description of each one when you run Services and that you turn them off one at a time.
Some possibilities are:
Alerter - Sends alert messages to specified users that are connected to the server computer.
Application Management - Allows software to tap directly into the Add/Remove Programs feature via the Windows Installer technology.
Background Intelligent Transfer Service - The Background Intelligent Transfer service is used by programs (such as Windows AutoUpdate) to download files by using spare bandwidth.
Clipbook - ClipBook permits you to cut and paste text and graphics over the network.
Error Reporting Service - Allows applications to send error reports to Microsoft in the event of an application fault.
Fast User Switching - Windows XP allows users to switch quickly between accounts, without requiring them to log off.
Help and Support - Allows the XP Built-in Help and Support Center to run.
IMAPI CD-Burning COM Service - You don't need this if you have other software to create CDs.
Indexing Service - Indexes contents and properties of files on local and remote computers; provides rapid access to files through flexible querying language.
IP SEC - Manages IP security policy and starts the ISAKMP/Oakley (IKE) and the IP security driver. If you are not on a domain, you likely don't need this running.
Messenger - Transmits net send and Alerter service messages between clients and servers. This is how a lot of pop-up windows start appearing on your desktop.
Net Logon - Supports pass-through authentication of account logon events for computers in a domain. If you are not on a domain, you don't need this running
Network DDE - Provides network transport and security for Dynamic Data Exchange (DDE) for programs running on the same computer or on different computers.
NT LM Security Support Provider - Provides security to remote procedure call (RPC) programs that use transports other than named pipes.
Performance Logs and Alerts - Collects performance data from local or remote computers based on preconfigured schedule parameters, then writes the data to a log or triggers an alert. If you don't need to monitor your performance logs, then you don't need this service.
Portable Media Serial Number - Retrieves the serial number of any portable music player connected to your computer
QOS RSVP - Provides network signaling and local traffic control setup functionality for QoS-aware programs and control applets.
Remote Desktop Help Session Manager - Manages and controls Remote Assistance. If you are not using Remote Desktop you don't need this service.
Remote Registry - Enables remote users to modify registry settings on this computer.
Routing &Remote Access - Offers routing services to businesses in local area and wide area network environments. Allows dial-in access.
Secondary Login - Enables starting processes under alternate credentials. This is what allows you to run an application as another user.
Smart Card - Manages access to smart cards read by this computer.
Smart Card Helper - Enables support for legacy non-plug and play smart-card readers used by this computer.
SSDP Discovery Service - Enables discovery of UPnP devices on your home network.
TCP/IP NetBIOS Helper - Enables support for NetBIOS over TCP/IP (NetBT) service and NetBIOS name resolution. This should not be needed in today's network environment.
Telnet - Enables a remote user to log on to this computer and run programs, and supports various TCP/IP Telnet clients.
Uninterruptible Power Supply Service - Manages an uninterruptible power supply (UPS) connected to the computer.
Universal Plug and Play Device Host - Provides support to host Universal Plug and Play devices
Upload Manager - Manages synchronous and asynchronous file transfers between clients and servers on the network.
Volume Shadow Copy Service - Manages and implements Volume Shadow Copies used for backup and other purposes.
Web Client - Enables Windows-based programs to create, access, and modify non-local files across the Internet.
Wireless Zero Configuration - Provides automatic configuration for the 802.11 adapters
WMI Performance Adapter - Provides performance library information from WMI HiPerf providers.
1. Go start Menu. 2. Run 3. Type CMD. 4. here Type D: and enter 5. Now Type convert C:/FS:NTFS and enter Note: This will convert only C Drive, to convert the other Drives, follow the same process by changing C: to D: / E: / F:..... or whatever Drive you want to convert.
Conversion Process will take place only after a restart.
You can tweak the registry so that Windows will let you download 10 files at a time: 1. Navigate through the Registry Editor to HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings. 2. Create a new DWORD named MaxConnectionsPerServer and assign it a value of 0000000a. 3. Create a new DWORD named MaxConnectionsPer1_0Server and assign it a value of 0000000a.