Computer Support Services Canada

  • Subscribe to our RSS feed.
  • Twitter
  • StumbleUpon
  • Reddit
  • Facebook
  • Digg
Showing posts with label windows support. Show all posts
Showing posts with label windows support. Show all posts

Thursday, 28 May 2009

Fix 16-bit MS-DOS Subsystem Error Massage

Posted on 07:01 by Unknown
This addition you get further information to troubleshoot error "16-bit MS-DOS Subsystem" error message when you run an MS-DOS or 16-Bit Windows program in Windows Server 2003 or Windows 2000 Server"

If you try to run an MS-DOS-based or a 16-bit Windows-based command on a Microsoft Windows Server 2003-based or a Microsoft Windows 2000 Server-based computer, you may receive one of the following error messages:

16-bit MS-DOS Subsystem
path to the program you are trying to start or install
C:\WINNT\system32\config.nt The system file is not suitable for running MS-DOS and Microsoft Windows applications. Choose 'Close' to terminate the application.

16-bit MS-DOS Subsystem
path to the program you are trying to run
config.nt The system file is not suitable for running MS-DOS and Microsoft Windows applications. Choose 'Close' to terminate the application.


16-bit MS-DOS Subsystem
path to the program you are trying to run
C:\WINNT\system32\autoexec.nt The system file is not suitable for running MS-DOS and Microsoft Windows applications. Choose 'Close' to terminate the application.


This issue can occur if any one of the following files are missing, damaged, or not located in the %systemroot%\System32 folder:

Autoexec.nt
Command.com
Config.nt

This post provide step by step Computer repair and troubleshooting tips to fix this issue

Follow the Steps

1. Insert the Windows Server 2003 CD or the Windows 2000 Server CD into the CD drive.
2. Click Start, click Run, type cmd, and then click OK.
3. Type the following commands, and press ENTER after each command:
expand D:\i386\config.nt_ %systemroot%\system32\config.nt

expand D:\i386\autoexec.nt_ %systemroot%\system32\autoexec.nt

expand D:\i386\command.co_ %systemroot%\system32\command.com

exit
Note The description of this procedure assumes that your CD drive letter is D. If your CD drive letter is not D, substitute the correct drive letter.
4. Start or install the program. If the issue is resolved, do not complete the remaining steps. If the issue is not resolved, go to the next step.
5. Start Notepad, and then type the following commands.

Note The Command.com file is not edited or created in the following process. Because of this, you may have to expand the file from your CD-ROM. See step 16 for instructions on how to do this.

dos=high, umb
device=%SYSTEMROOT%\system32\himem.sys
files=40

6. On the File menu, click Save As.
7. In the File Name box, type Config.nt, and then click Save. Close the Config.nt file.
8. On the File menu, click New.
9. In the new blank document, type the following entries.

@echo off
lh %SYSTEMROOT%\system32\mscdexnt.exe
lh %SYSTEMROOT%\system32\redir
lh %SYSTEMROOT%\system32\dosx
SET BLASTER=A220 I5 D1 P330 T3

10. On the File menu, click Save As.
11. In the File Name box, type Autoexec.nt, and then click Save. Close the Autoexec.nt file.
12. Start Windows Explorer. Locate the Config.nt file, right-click the Config.nt file, and then click Copy.
13. Right-click the %systemroot%\System32 folder, and then click Paste.
14. Locate the Autoexec.nt file, right-click the Autoexec.nt file, and then click Copy.
15. Right-click the %systemroot%\System32 folder, and then click Paste.
16. Expand the Command.com file from the Windows Server 2003 or the Windows 2000 Server CD-ROM. To do this, follow these steps:
1. Click Start, click Run, type cmd, and then click OK.
2.

expand cd-rom:\i386\command.co_ drive_letter:\system_root\system32\command.com

exit

17. Verify the existence of the folder to which the TEMP and TMP user environment variables are mapped. To do this, follow these steps:
1. Click Start, click Run, type sysdm.cpl in the Open box, and then click OK.
2. In the System Properties dialog box, click the Advanced tab, and then click Environment Variables.
3. In the User variables for UserName section, locate the TEMP and TMP variables. They are listed in the Variable column.
4. For the TEMP and TMP variables, note the corresponding folder that is listed in the Value column.
5. Start Windows Explorer. To do this, click Start, click Run, type explorer in the Open box, and then click OK.
6. Locate the folder that is specified for the TEMP and TMP variables. Make sure that this folder exists.

Note To locate the folder, you may have to turn on the feature that shows hidden files and folders. To do this, follow these steps:
1. On the Tools menu, click Folder Options, and then click the View tab.
2. Under Hidden files and folders, click Show hidden files and folders, and then click OK.
18. Restart your computer.
Read More
Posted in Fix 16-bit MS-DOS Subsystem Error, Fix Dos Error, Operating System Support, Windows Operating System Support, windows support | No comments

Wednesday, 22 April 2009

Rasdiag.exe Support Tool in Windows XP

Posted on 05:29 by Unknown
This post descrive how to use Rasdiag.exe Support Tool in Windows XP.The Remote Access Service Diagnostics Tool (Rasdiag.exe) collects diagnostic information about remote support services and places that information in a file. Administrators can use this tool to work with Microsoft Product Support Services to troubleshoot remote connection issues by taking a snapshot of the configuration data and capturing an attempted remote connection.

To start Rasdiag, click Start, click Run, type cmd, and then press ENTER. At the command prompt, type rasdiag.exe, and then press ENTER. Rasdiag.exe uses the following command-line switches.
Collapse this tableExpand this table
Parameter-------------------Description
-r (ipaddr)-------------------Enable remote sniff.
-t ---------------------------Enable remote routing table collection (requires -r).
(Filename.rdg)--------------Extract Rasdiag file (for example: rasdiag.exe sample.rdg).
/?---------------------------Display Help.
-?---------------------------Display Help.

When you run Rasdiag, you see the following information:

Preparing WindowsXP for RAS diagnostics.

--------------------------------------------------------------------------------

RASDIAG - RAS Diagnostic/Troubleshooting Tool
--------------------------------------------------------------------------------


INSTRUCTIONS

1) At this time, please reproduce the problem you are seeing.
2) Once the problem has been reproduced, please return to this console
and press the space bar.
3) Wait for diagnostics and data collection process to complete. This
process will be complete the RASDIAG folder has opened on your
desktop. In this folder, you will find an .RDG file.
4) Please provide this .RDG file to your support contact.

NOTE: The netmon driver is actively capturing on this machine's
WAN and LAN interfaces. If you are able to successfully make a
connection, and the problem you are seeing is related to network-layer
connectivity, please perform the data-related action at this time
--------------------------------------------------------------------------------

STATUS: Waiting for you to REPRO and press the space bar in this console

After this is displayed, reproduce the issue you want to capture information about (for example, start a dial-up connection and log on to a server). After the action is completed, make the command prompt window the active window and press SPACEBAR. Pressing SPACEBAR causes Rasdiag to stop capturing information and write it to a compressed file with a .rdg extension. The name of the file is the date and time it was created. You can then send this file to your support contact.

This file contains a Network Monitor capture (.cap) and Rasdiag.txt file. To extract the files, type rasdiag filename.rdg. The contents of the compressed file are extracted in the same folder.
Read More
Posted in Fix Windows XP Problems, Fix XP Error, windows support, Windows XP Support | No comments

Wednesday, 4 March 2009

How to delete the Recovery Console

Posted on 06:33 by Unknown
This post provide technical support for remove recovery console from your computer.

To delete the Recovery Console:

1. Restart your computer, click Start, click My Computer, and then double-click the hard disk where you installed the Recovery Console.
2. On the Tools menu, click Folder Options, and then click the View tab.
3. Click Show hidden files and folders, click to clear the Hide protected operating system files check box, and then click OK.
4. At the root folder, delete the Cmdcons folder and the Cmldr file.
5. At the root folder, right-click the Boot.ini file, and then click Properties.
6. Click to clear the Read-only check box, and then click OK.

Warning: Modifying the Boot.ini file incorrectly may prevent your computer from restarting. Make sure that you delete only the entry for the Recovery Console. Also, change the attribute for the Boot.ini file back to a read-only state after you finish this procedure. Open the Boot.ini file in Microsoft Windows Notepad, and remove the entry for the Recovery Console. It looks similar to this:
C:\cmdcons\bootsect.dat="Microsoft Windows Recovery Console" /cmdcons
7. Save the file and close it.
Read More
Posted in how to windows, Operating System Support, windows support | No comments

Tuesday, 10 February 2009

Printer driver problem or printer settings problem

Posted on 03:12 by Unknown
This section provide further information about When you try to print in the Access 2003 environment, you may receive a fatal system error or you may notice printing problems. If these problems occur, use the Generic/Text Only printer driver. To do this, follow these steps:

1. Click Start, point to Settings, and then click Control Panel.
2. In Control Panel, double-click Printers.
3. In Printers, double-click Add Printer.

Follow the instructions in the Add Printer Wizard to install the Generic/Text Only printer driver. Try to print from Access 2003 by using the Generic/Text Only printer driver.

Note If the printing problems exist for Generic/Text Only printer driver in addition to another printer driver, the problem is likely not printer-driver specific. However, if the printing problems are corrected by using a different printer driver, to reinstall the problem printer driver, follow these steps:

1. Click Start, point to Settings, and then click Control Panel.
2. In Control Panel, double-click Printers.
3. Right-click the printer that you want to remove, and then click Delete.
4. Click Yes if you are prompted to remove all the files that are associated with the printer.
5. Click Start, point to Settings, and then click Control Panel.
6. In Control Panel, double-click Printers.
7. In Printers, double-click Add Printer.

Follow the instructions in the Add Printer Wizard to install the original printer driver.

Note If you reinstall the printer driver and the reinstallation does not solve the printing problems, you can use a different printer driver or the Generic/Text Only printer driver again. You must also contact the printer-driver manufacturer to report the problem and to find out if an updated printer driver is available.

Related Search:
Fix XP Memory Dump File Error
How to Use Virtual Hard Disks as Real Hard Disks in Windows 7
Avail computer help 24x7
Fix Disk fragmentation or disk errors
Microsoft support Center
Read More
Posted in how to windows, Printer Support, windows support | No comments

Tuesday, 27 January 2009

How to fix error messages when you install, upgrade, or use an application

Posted on 05:45 by Unknown
In this post you can get technical support for solve the issue When you install, upgrade, or use an application, you may receive various error messages that indicate that access was denied. For example, you may experience one of the following symptoms:

* After you install an application in a folder other than the %programfiles% folder, you receive "access denied" error messages. Additionally, the application does not function as expected.
* You receive application error messages that resemble the following:
Cannot create folder under C:\MyApp\Temp
Cannot create file under C:\MyApp\Temp\output.dat
* You receive error messages that resemble the following:
Error Writing to MyFile.exe

This issue may occur when you perform any of the following actions:
  • You create links in virtualized locations.
  • You use the Encrypting File System (EFS) to encrypt files.
  • You try to view compressed files.
  • You use the command prompt to copy an .exe, .sys, or .dll file into a virtualizable location.
* Parts of the application that require file input or output no longer work correctly.

To resolve his issue use the following steps given below.
1. Click Start button

, type eventvwr in the Start Search box, and then click eventvwr.exe in the Programs list.

User Account Control permission
If you are prompted for an administrator password or for confirmation, type your password, or click Continue.
2. Expand Applications and Services Logs, expand Microsoft, expand Windows, expand UacFileVirtualization, and then select Operational. If the event ID is 5000, a FileCreateVirtualExclude event has occurred.

To resolve this issue, use one of the following methods:

* Reinstall the application in the %programfiles% folder if the program is not already installed in the %programfiles% folder.
* Use an account that has administrative credentials to run this application. To do this, locate and then right-click the application shortcut, and then click Run as administrator.

User Account Control permission
If you are prompted for an administrator password or for confirmation, type your password, or click Continue.
* Run the application at an elevated command prompt. To do this, follow these steps:
1. Click Start
Start button
, and then type cmd in the Start Search box, and then click cmd.exe in the Programs list.
2. In the Programs list, right-click cmd, and then click Run as administrator.
User Account Control permission
If you are prompted for an administrator password or for confirmation, type your password, or click Continue.
3. Type MyAppsPath/MyApp, and then press ENTER. MyAppsPath/MyApp represents the path and the name of the application.
* Change the security settings on the application's folder. To do this, follow these steps:
1. Log on as a user who has administrative credentials, and then use Windows Explorer to open the application's folder.
2. Right-click the application's folder, and then click Properties.
3. On the Security tab, click Edit.

User Account Control permission
If you are prompted for an administrator password or for confirmation, type your password, or click Continue.
4. Under Group or user names, click your user account.
5. Under Permissions for Users, click Allow for the following permissions:
  • Modify
  • Read & Execute
  • List Folder Contents
  • Read
  • Write
6. Click OK.

More related topic:
computer support services
computer repair services
0x80070005 - Access is denied
Read More
Posted in how to windows, windows support | No comments
Older Posts Home
Subscribe to: Posts (Atom)

Popular Posts

  • Microsoft Releases Ten Patches, Three Critical
    Microsoft released ten security bulletins today and updates to various products to fix thirty-four separate vulnerabilities. Three of the up...
  • Tell me the Procedure to Burn Windows 7.ISO to DVD Disc.
    I have downloaded Windows 7 beta 1.ISO file but I am little uncertain therefore I want to keep the copy of it. Please suggest and help with ...
  • SmarterTools Products Support Google's Chrome Browser
    PHOENIX, Sep 09, 2008 (BUSINESS WIRE) -- SmarterTools, Inc. announced that the entire suite of SmarterTools' ...
  • 10 Reasons Why Windows XP Requires Long-Term Microsoft Support
    Microsoft has officially discontinued support for Windows XP Service Pack 2. Although the company will continue to support Service Pack 3 th...
  • How to Use Windows Defender
    Windows Defender is antispyware software that's included with Windows and runs automatically when it's turned on. Using antispyware ...
  • How to fix if you unable Find the Mouse
    Frequently lose your Windows XP mouse pointer? Make it easier to spot in the future via a Control Panel tweak.This post provide computer tec...
  • Features in Kaspersky Anti- Virus support
    A lot of features have been incorporated in the antivirus support software rolled out by Kaspersky. One of them is the Startup Scan. It c...
  • How to Back Up the System State on a Domain Controller
    This addition gets information about How to take back up of system state on a domain controller. Here some steps given below these provide h...
  • How To Clean Install Vista
    Effectively this means that any retail upgrade DVD can be used as a fully functioning full retail copy of Vista. You can pay the price of an...
  • Windows 7 update references application compatibility issues
    Microsoft has launched a minor update for Windows 7 and Windows Server 2008 R2 that references compatibility issues for some applications. ...

Categories

  • 3TB hard drives
  • anti virus support
  • antispyware support
  • antivirus
  • antivirus installation
  • antivirus security
  • antivirus support
  • assign drive letter
  • best anti spyware
  • best antispyware protection
  • bitlocker drive encryption
  • bitlocker identification
  • Burn CD
  • change drive letter
  • clean boot mode
  • clean installation of Windows XP
  • computer data back up
  • computer error
  • computer error repair
  • Computer Help
  • Computer Help Canada
  • computer installation
  • computer optimization
  • Computer Repair
  • Computer Repair Canada
  • Computer Repair facility
  • Computer Repair Service
  • computer repair technician
  • computer repairs
  • computer security
  • computer setup
  • Computer Support
  • computer support canada
  • Computer support services
  • Computer support services canada
  • computer supprot
  • computer tech support
  • Computer Technical Support
  • computer tips
  • computer troubleshooting
  • Computet Support
  • configure windows xp
  • configure xp clean boot mode
  • customer technical support
  • data backup
  • data backup support
  • data recovery agents
  • data recovery agents with bitlocker
  • data recovery software
  • data recovery tools
  • Defragment Computer
  • dell support
  • desktop management
  • disable UAC in vista
  • disk manegement
  • download windows 7
  • email support
  • email technical support
  • error message
  • error messages
  • error pc
  • find lost file
  • firewall
  • firewall configuration
  • firewall support
  • fix computer problems
  • fix windows xp boot problems
  • fix 0x0000007B error
  • Fix 16-bit MS-DOS Subsystem Error
  • fix CD drive error
  • Fix Computer Error
  • fix computer errors
  • fix computer problems
  • Fix Dos Error
  • fix floppy disk error
  • fix mouse problems
  • fix operating system problems
  • fix spyware issue
  • fix windows not connect to access point
  • fix windows wireless network
  • Fix Windows XP
  • fix Windows XP Error
  • Fix Windows XP Problems
  • fix wireless connection error
  • fix xp boot error
  • fix XP Boot.ini.in file
  • fix XP drive problems
  • Fix XP Error
  • fix xp problems
  • Free online virus removal
  • google operating system
  • home computer repairs
  • home pc repair
  • home Pc repairs
  • How to burn CD
  • how to check computer
  • how to windows
  • how to windows 7
  • HP computer Repair
  • HP contact
  • HP Laptop Support
  • HP online Laptop Support
  • hp support
  • install antivirus
  • Install PC
  • install windows vista
  • install Windows XP
  • Install Windows XP 98
  • Install Windows XP SP3
  • Keyboard Shortcut Keys
  • latest windows 7
  • live tech support
  • mcafee antispyware download
  • mcafee antispyware support
  • Microsoft
  • microsoft access support
  • MIcrosoft Computer Support
  • microsoft help support
  • microsoft office support
  • microsoft online support
  • microsoft outlook support
  • microsoft product support
  • microsoft support
  • microsoft tech support
  • microsoft technical support
  • Microsoft windows vista
  • microsoft windows windows7 windows 7 microsoft windows 7. windows xp windows vista microsoft vista vista computer support tech support operating system
  • microsoft word support
  • Microsoft XP support
  • MS Vista Support
  • multiple boot operation
  • new windows 7
  • on windows 7
  • online computer help
  • Online Computer Repair
  • online data backup
  • Online PC Repair
  • online pc optimization
  • online pc support
  • online XP support
  • operating system backup
  • operating system install
  • operating system reinstall
  • Operating System Support
  • operating system upgrade
  • operating systems support
  • OS support
  • PC help
  • PC Install
  • pc installation
  • pc optimization
  • Pc Repair
  • pc repair online
  • PC Repair Services
  • pc repairs
  • PC Support
  • pc tech support
  • phone tech support
  • Printer Support
  • r
  • remote computer Help
  • Remote Computer Repair
  • Remote computer support
  • remote data backup
  • Remote Pc Repair
  • remote technical support
  • remove drive letter
  • remove virus
  • repair Boot.ini.in
  • repair computer
  • repair operating system
  • repair pc
  • repair Windows XP
  • repalce Boot.ini.in
  • reset tcp/ip
  • System Back up Support
  • tech support
  • tech support number
  • Technical Support
  • technical support canada
  • technical support help
  • telephone technical support
  • Trojan Scan Support
  • Trojan Virus Removal
  • update for Windows 7
  • update windows defender
  • upgrade vista
  • upgrade window xp
  • Upgrade Windows XP
  • virus removal
  • virus removal Support
  • Vista support
  • why windows xp requires ms support
  • Win XP Support
  • window 7
  • Windows 7
  • windows 7
  • Windows 7 download
  • windows 7 fix
  • windows 7 help
  • windows 7 how to
  • windows 7 installation
  • windows 7 look
  • Windows 7 Media Center
  • windows 7 release
  • windows 7 requirements
  • Windows 7 setup
  • windows 7 support
  • windows 7 taskbar
  • windows 7 theme
  • windows 7 version
  • windows 7 xp
  • windows clock setting
  • windows defender
  • windows error message
  • Windows game support
  • windows internet setting
  • Windows Media Center
  • Windows Operating System Support
  • Windows OS Support
  • Windows Repair
  • windows support
  • windows tech support
  • windows vista help
  • windows vista installtion
  • Windows Vista Support
  • windows xp 7
  • Windows XP 98 Support
  • Windows XP Fix
  • windows XP floppy disk error
  • Windows XP Installation
  • Windows XP Installtion
  • Windows XP Supoort
  • Windows XP Support
  • windows XP tech s
  • winodws 7
  • wireless network
  • XP Help
  • XP Shortcuts Keys
  • xp support

Blog Archive

  • ▼  2010 (20)
    • ▼  October (1)
      • Microsoft Releases Ten Patches, Three Critical
    • ►  September (1)
    • ►  July (1)
    • ►  June (1)
    • ►  May (1)
    • ►  March (7)
    • ►  February (2)
    • ►  January (6)
  • ►  2009 (70)
    • ►  December (5)
    • ►  November (11)
    • ►  October (3)
    • ►  September (6)
    • ►  August (5)
    • ►  July (7)
    • ►  June (4)
    • ►  May (7)
    • ►  April (6)
    • ►  March (3)
    • ►  February (5)
    • ►  January (8)
  • ►  2008 (17)
    • ►  December (8)
    • ►  November (3)
    • ►  October (2)
    • ►  September (4)
Powered by Blogger.

About Me

Unknown
View my complete profile