Cannot use command line commands.

I am trying to install a router on my computer.  I make all the connections and then try to configure the router. To do this, I need to go to the shell.  I have to start > RUN > cmp.  The shell comes up enter the following:

C:\>ping 192.168.1.1

the following text is displayed:

'ping' is not recognized as an internal or external command
operable program or batch file.

The same thing happens to almost all I'm trying to use the command.  I can change between directories using the cd and chdir... commands.

Retirement of the aerospace industry

Well, there you go.

Well done!

Do, or do not. There is no test.

I decided to implement the points for a new puppy instead of a pony!

Tags: Windows

Similar Questions

  • Photoshop CS6 Mac Mavericks, all of a sudden cannot use command > command or M > L or shift > command > F

    When I use one of these commands, I get the eyedropper tool and Crosshair.  Also cannot access the curves or levels in menu drop-down.

    Any solution? Thank you.

    Start by selecting the essential workspace and then reset the workspace Essentials.  This should take you back t the default hotkey settings.

    If not good, try to reset the preferences.  With CS6 which is hold Shift Cmd Opt _immediately_ after starting Photoshop.  If you don't get a dialog box asking if you want to reset the preferences, you were fast enough.

    Third suggestion if you also use a Wacom Tablet

    Menus, shortcuts, Lasso tool or Photoshop constantly run when using a Wacom tablet. Mac OS

  • Everytime I turn on my Mac Java says he needs to install the message says "to use the line tool java command, you must install a JDK.  Click on "more information visit the java developer kit download site."  I followed all these steps and downloSoftware.

    The message says "to use the line tool java command, you must install a JDK.  Click on "more information visit the java developer kit download site."  I followed all these steps and downloaded the correct software update, but still getting the message.

    A

    If you have installed the plugin of Facebook video appeal and you no longer want to use it, you can remove it as follows.

    1 back up all data.

    2. open the library folder in your home folder by holding down the option key and selecting

    Go ▹ library

    in the Finder menu bar.

    3. place these items in the library folder to the Trash:

    LaunchAgents/com.facebook.videochat.name.plist

    Support/Facebook app

    Here the name represents the name of your Facebook.

    4 log off or restart the computer, and then empty the trash.

    B

    If you do not use this plugin, or any other software (for example, some Adobe products), which depends on Java, install the Java runtime distributed by Apple.

    C

    If you do not have the Facebook plugin and you don't want to install Java, please ask for further instructions.

  • Open the CD compartment by using command line on Windows7?

    Hello world

    Today, I try to open a cd tray in different methods.  I open more than 4 ways successfully. But I don't know how to open a drawer of CD using command-line in windows 7? Can anyone help to success on the fifth plea.

    Any help will be greatly appreciated.

    Hello world

    Today, I try to open a cd tray in different methods.  I open more than 4 ways successfully. But I don't know how to open a drawer of CD using command-line in windows 7? Can anyone help to success on the fifth plea.

    Any help will be greatly appreciated.

    Hello

    There is no command to operate the drawer in the Windows command prompt.

    You can add a small command-line utility called Nircmd.exe that will allow you to do this, and more to use many cool commands more.

    Go to the following site.

    NirCmd v2.75:

    http://www.NirSoft.NET/utils/NirCmd.html

    Download the utility. Unzip the file and copy the Nircmd.exe file in the C:\Windows\System32 folder.

    (If you use the 64-bit Windows version, also copy the file in the SysWOW64 folder so that it also works with the 32-bit command prompt)

    After that, open the command prompt and type the following command.

    Nircmd.exe cdrom open D:

    (Where D: is the CD-ROM drive)

    See the NirCmd.chm help file for all orders in option.

    Concerning

  • Read in the name of the file + path using command line arguments

    Hi guys,.
    I'm trying to use command line arguments to read two file names. The code below works as long as the files are on the class path.
    public class cmdLineArguments {
         
         public static void main(String[] args) {
              String xmlFile1 = args[0];
                    String xmlFile2 = args[1];
                   
              System.out.println ("\nXmlFile1: " + args[0] + "\nXmlFile2: " + args[1]);
         }
    }
    I would like to be able to read files that are not on the classpath as well by entering the full path as well as their names.
    In other words, it works if I type:
    C:\Documents and Settings\user\workspace\CmdLineArgs\src>java cmdLineArgs file1.xml file2.xml
    but not if I type:
    C:\Documents and Settings\user\workspace\CmdLineArgs\src>java cmdLineArgs c:\Documents and Settings\user\desktop\file1.xml c:\Documents and Settings\user\desktop\file2.xml
    What would someone please explain how I can modify the code to make it work? I guess I could take both a string, change them manually (add a------it etc.), but y at - it an easier way to do it? Even a reference to a tutorial, article etc. on this matter would be much appreciated.

    In addition, no idea why compile, execute code fine in Eclipse but would create an error in command line?

    Thank you very much.

    You must learn more about cmd.exe that is used to process the command line. The arguments passed to any program is the command line separated at whitespace so your command line arguments of

    c:\Documents and Settings\user\desktop\file1.xml c:\Documents and Settings\user\desktop\file2.xml
    

    turns into a table of

    "c:\Documents", "and", "Settings\user\desktop\file1.xml", "c:\Documents", "and", "Settings\user\desktop\file2.xml"
    

    In other words, instead of 2 arguments you actually have 6.

    To bypass this file names must be enclosed in quotes

    java cmdLineArgs "c:\Documents and Settings\user\desktop\file1.xml" "c:\Documents and Settings\user\desktop\file2.xml"
    
  • Stop the virtual machine of comments using command line on esx 3.5

    does anyone know to stop the virtual computer prompt using command-line on ESX 3.5

    Take a look at this thread for instructions in detail: http://communities.vmware.com//message/1219151#1219151

    =========================================================================

    William Lam

    VMware vExpert 2009

    Scripts for VMware ESX/ESXi and resources at: http://engineering.ucsb.edu/~duonglt/vmware/

    http://Twitter.com/lamw

  • Cannot use the command clause contained in the posting online of a cursor

    Dear people,
    I use Oracle 10 g with forms 6i. I had a requirement where I gotto choose the latest ten records and view the sorting in the opposite order.say for ex.
    Cursor C is select * from (select ename,sal from emp order by sal desc) where rownum<=10;
    But my problem is all the time that I came to know that we cannot use the order by clause in the view of a cursor line in forms 6i. Think it's one of the limitations of forms 6i.so u can suggest me what I can do to get the expected results? do we not have any alternative?


    Thanking you,


    Concerning
    Vids

    Published by: vidusnat on July 4, 2012 03:38

    Hello
    Please specify!
    Forms 6i must be with an older version of SQL and PL/SQL (8.x).

    To keep it simple create a VIEW in the comics with your as its source and the use of the VIEW in the form. As you noted, it works in 10g and exploit it.

    See you soon,.

  • Cannot be joined lines when using the line Segment tool

    So unfortunately, I've updated to the latest version of Illustrator Cc (V19.2.1). And to my horror, I can no longer draw a line (with the line segment tool) then draw another line, coming from the previous those anchor point. When I try to shoot immediately. He's trying to turn the line rather than create a line joining... anyway to change that or am I stuck with it?

    (Also, I use windows currently..)

    http://Tinypic.com/player.php?v=iqc0mc & s = 9 #. Vr5gifJ95hE

    I don't know if you can say/see/see in the video, but here's the process that I'm following departure using the line-drawing the line-> > segment trying to draw a line from that anchor point (and that is the question, when I'm doing it automatically, it assumes I want to transform the line)-> changes to the tool selection and clicks on the line to deselect-> goes back and finishes object, repeating the process.

    Help me please... I'm desperate...

    It is these new life forms, a few disadvantages too with the rectangle tool, ellipse etc. tool.

    to go back to the old behavior

    Object > shape > expand the form, do a deed for him, or do what I did a hotkey (Windows 7).

    Edit > keyboard shortcuts > Menu commands > object > shape > expand the form , then in the first box to the right click in it, select and press a key on the keyboard, I choose F9, OK and name.

    It's an extra step, having to have a finger on the mouse and the other on the keyboard for each line. but I can't think otherwise.

  • In CS3, I used command * to place an image in color on top a text. In trying to do the same thing in CS6, nothing happens. Should what command I use?

    In CS3, I used command * to place an image in color on top a text. In trying to do the same thing in CS6, nothing happens. Should what command I use?

    Hi lennarta,

    Please refer to place an Image in text with Photoshop CS6 and follow the process.

    Let us know if that helps.

    Kind regards

    Assani

  • Unable to run automatic checking of the display colors using command/usr/openwin /.

    Hi all

    OS: Solaris 11 x 86-64
    DB: 11.2.0.3

    I am trying to install the infrastructure grid + Oracle db 11.2.0.3 on a Solaris 11. I'm used to working with Red - hat, so I don't remember having such a problem. The problem is, when you try to execute "runInstaller" as user oracle:
    Checking Temp space: must be greater than 180 MB.   Actual 1527 MB    Passed
    Checking swap space: must be greater than 150 MB.   Actual 2104 MB    Passed
    Checking monitor: must be configured to display at least 256 colors
        >>> Could not execute auto check for display colors using command /usr/openwin/bin/xdpyinfo. Check if the DISPLAY variable is set.    Failed <<<<
    
    Some requirement checks failed. You must fulfill these requirements before
    
    continuing with the installation,
    
    Continue? (y/n) [n] n
    
    User Selected: No
    Doing some research, I found that the solution to this problem would be to install SUNWxwplt package. As you can see below, I have installed all required packages:
    root@sol11:/mnt/sf_Compartilhamentos# pkginfo -i SUNWarc SUNWbtool SUNWhea SUNWlibms SUNWpool SUNWpoolr SUNWsprot SUNWtoo SUNWlibm SUNWuiu8 SUNWfont-xorg-core SUNWfont-xorg-iso8859-1 SUNWmfrun SUNWxorg-client-programs SUNWxorg-clientlibs SUNWxwfsw SUNWxwplt
    system      SUNWarc                  Lint Libraries (usr)
    system      SUNWbtool                CCS tools bundled with SunOS
    system      SUNWfont-xorg-core       X.Org Foundation X11 core fonts
    system      SUNWfont-xorg-iso8859-1  X.Org Foundation X11 iso8859-1 fonts
    system      SUNWhea                  SunOS Header Files
    system      SUNWlibm                 Math & Microtasking Library Headers & Lint Files (Usr)
    system      SUNWlibms                Math & Microtasking Libraries (Usr)
    system      SUNWmfrun                Motif RunTime Kit
    system      SUNWpool                 Resource Pools
    system      SUNWpoolr                Resource Pools (Root)
    system      SUNWsprot                Solaris Bundled tools
    system      SUNWtoo                  Programming Tools
    system      SUNWuiu8                 Iconv modules for UTF-8 Locale
    system      SUNWxorg-client-programs X.Org Foundation X Client Programs
    system      SUNWxorg-clientlibs      X.Org Foundation X Client Libraries
    system      SUNWxwfsw                X Window System platform required font software
    system      SUNWxwplt                X Window System platform software
    I also configured the DISPLAY env, and here's where I think I'm doing something wrong.
    -- as oracle user (my statis ip is 192.168.0.20)
    -bash-4.1$ export DISPLAY=192.168.0.20:0.0
    -bash-4.1$ xhost +
    xhost:  unable to open display "192.168.0.20:0.0"
    I think I made all the necessary configurations (?). So, where, what Miss me?

    Thanks in advance.

    Fabricio_Jorge wrote:
    Hello. Thank you for your attention.

    You see, I installed Solaris 11 on a VirtualBox env (only for the objective test), and I'm connected locally on the virtual computer (make sure you don't connect do not). I installed Solaris with gnome, so I'm now working on a GUI Solaris 11.

    The strange is that the xclock binary is not found (through research).

    You must open directly as an oracle user OS.
    YES fails if you like below

    Su - oracle

  • I cannot use windows update. The 80070490 error keeps coming back.

    I cannot use windows update.  The 80070490 error keeps coming back.

    I tried "System update tool", "windows repair" and I don't seem to be able to get upgrades using my DVD of windows.  What can I do?

    Any help would be much appreciated

    I cannot use windows update.  The 80070490 error keeps coming back.

    I tried "System update tool", "windows repair" and I don't seem to be able to get upgrades using my DVD of windows.  What can I do?

    Any help would be much appreciated

    Reset your Windows with this FixIt components update:
    How to reset the Windows Update components?

    Reset.

    Try to update.

    If it still does not work, try this...

    1. Start an elevated command prompt.
    2. Run the following commands pressing on enter after each line:

      net stop wuauserv

      CD %SystemRoot%\System32

      Ren C:\Windows\SoftwareDistribution SoftwareDistribution.old

      net start wuauserv

    3. Reset
    4. Try to update.

    * Important * When you do this, the following problems occur:

    • Updates that are currently downloaded but which have not yet been installed must be downloaded again by using Windows Update or Microsoft Update.
    • When you remove the Software Distribution folder, your download history is deleted.
    • If you currently receive updates from Microsoft Update and Windows Update, you will need to reselect this option from the Windows Update Web site.


    * Note *
    if the problem is resolved and you can successfully download and install the updates, you can delete the directory SoftwareDistribution.old to recover disk space.


    STILL no? We have something to try...

    Use this FixIt:
    How to get the latest version of the Windows Update Agent

    Reset.

    Save components WU:

    1. Start an elevated command prompt.
    2. Run the following commands pressing on enter after each line:

      regsvr32 Jscript.dll
      regsvr32 c:\windows\system32\wuapi.dll
      regsvr32 c:\windows\system32\wuaueng.dll

    Reset.

    Try to update.

    If it still does not work after that - repeat ONCE more that part...

    Reset your Windows with this FixIt components update:
    How to reset the Windows Update components?

    Reset.

    Try to update.

    Come back and let everyone know how you faired.

  • Cannot use or restore Vista after SP1 uninstall

    original title: cannot use or restore after uninstalling SP1 Vista - please help.

    In order to perform an upgrade of Vista installation to repair the damage caused by a virus recently, I uninstalled Service Pack 1 (because installation upgrade will not work with SP1). I know there are other things I should have done (a sfc/scannow in theCommandPrompt) or SP1 slipstreamed DVD, but I did not know them at the time, nor did I think there will be problems as a result of an uninstallation of SP1. As the title suggests, I got kind of wrong.

    It all started after uninstallation, which seemed successful. I rebooted, and instead to get Vista without SP1, I get an error code of the variety of the command prompt (just the black screen with white writing). This continues for a couple of times, and after a few remedies attempts that fail miserably, I decide to systemrestore(using the Vista CD, of course) at a point before uninstalling SP1. I think it will work, but the first time, as it gets to the "development of restoration" and how he hung for three hours before, I decided to turn off the computer because he was of course not moveable anywhere. I restart and let the boot from HARD drive upwards to see if maybe something worked, and I get to the login screen of Vista, how I notice none of my devices work. The mouse or the keyboard responds (both are USB) and the attempts with the PS/2 versions don't either. I thought maybe it was a driver problem, so I reinstalled the driver chipset at the disk using my laptop (took thedesktopHARD drive, put in a box outside, then executed the installer of the chipset on my laptop and said to install outside driver), but it could not solve the problem. I also tried other restorations, but invariably they fail after a certain point, which gives me an error message:

    "System restore failed due to an unspecified error. The file could not be opened from a transactional point of view, because its identity depends on the result of a unresolved transaction. (0x80071AA7).

    I googled errormessageand see that most people encounter it while trying to install a service pack, I thought it was a problem with restoring Vista without SP1 to Vista SP1. Thusly, I used the command from theVistaCD command-line option to read my Windows Update log and got the following:

    "2010-07-09 04:44:32:593 664 29 c Misc = logging initialized (build: 6.0.6000.16386, tz:-0800) =".
    2010-07-09 04:44:32:593 664 29 c Misc = process: X:\windows\system32\Rstrui.exe
    2010-07-09 04:44:32:593 664 29 c Misc = Module: X:\Windows\system32\wuapi.dll
    2010-07-09 04:44:32:593 664 29 c COMAPI FATAL: unable to connect to service (hr = 80040154)
    2010-07-09 04:44:34:605 664 29 c COMAPI FATAL: unable to connect to service (hr = 80040154)
    2010-07-09 04:44:36:617 664 29 c COMAPI FATAL: unable to connect to service (hr = 80040154)
    2010-07-09 04:44:38:630 664 29 c COMAPI FATAL: unable to connect to service (hr = 80040154)
    2010-07-09 04:44:38:630 664 29 ch. COMAPI WARNING: failed to connect to the service. (hr = 80040154)
    2010-07-09 15:26:30:160 216 12 c Misc = logging initialized (build: 6.0.6000.16386, tz:-0800) =.
    2010-07-09 15:26:30:160 216 12 c Misc = process: X:\windows\system32\Rstrui.exe
    2010-07-09 15:26:30:160 216 12 c Misc = Module: X:\Windows\system32\wuapi.dll
    2010-07-09 15:26:30:160 216 12 c COMAPI FATAL: unable to connect to service (hr = 80040154)
    2010-07-09 15:26:32:172 216 12 c COMAPI FATAL: unable to connect to service (hr = 80040154)
    2010-07-09 15:26:34:185 216 12 c COMAPI FATAL: unable to connect to service (hr = 80040154)
    2010-07-09 15:26:36:197 216 12 c COMAPI FATAL: unable to connect to service (hr = 80040154)
    2010-07-09 15:26:36:197 216 12 ch. COMAPI WARNING: failed to connect to the service. (hr = 80040154)
    2010-07-09 16:04:19:912 356 Misc 3 b 0 = logging initialized (build: 6.0.6000.16386, tz:-0800) =.
    2010-07-09 16:04:19:912 b 356 3-0 Misc = process: X:\windows\system32\Rstrui.exe
    2010-07-09 16:04:19:912 b 356 3-0 Misc = Module: X:\windows\system32\wuapi.dll
    2010-07-09 16:04:19:912 b 356 3-0 COMAPI FATALE: unable to connect to service (hr = 80080005)
    2010-07-09 16:04:19:912 b 356 3-0 COMAPI WARNING: failed to connect to the service. (hr = 80080005)
    2010-07-09 16:18:08:745 532 248 Misc = logging initialized (build: 6.0.6000.16386, tz:-0800) =.
    2010-07-09 16:18:08:745 532 248 Misc = process: X:\windows\system32\Rstrui.exe
    2010-07-09 16:18:08:745 532 248 Misc = Module: X:\windows\system32\wuapi.dll
    2010-07-09 16:18:08:745 532 248 COMAPI FATALE: unable to connect to service (hr = 80080005)
    2010-07-09 16:18:08:745 532 248 COMAPI WARNING: failed to connect to the service. (hr = 80080005)
    2010-07-09 16:25:53:894 976 244 Misc = logging initialized (build: 7.4.7600.226, tz:-0800) =.
    2010-07-09 16:25:53:894 976 244 Misc = process: X:\windows\system32\Rstrui.exe
    2010-07-09 16:25:53:894 976 244 Misc = Module: X:\windows\system32\wuapi.dll
    2010-07-09 16:25:53:894 976 244 COMAPI FATALE: unable to connect to service (hr = 80080005)
    2010-07-09 16:25:53:894 976 244 COMAPI WARNING: failed to connect to the service. (HR = 80080005) »

    I can't interpret it, although it seems to confirm my suspicions the transition from other than the SP1 and SP1 is causing issues. If someone else could interpret this?

    Basically I have a non-functional operating system, I can not restore it to a State of operation, nor access the input devices because it does not work on the login screen. Anyone all proposed solutions to the problem, short of a clean install of Vista? I don't want to reformat unless absolutely necessary.

    This is the forum Vista install.

    http://social.answers.Microsoft.com/forums/en-us/vistarepair/threads

    You can try the repair Forum.

    Vista recovery media obtain and/or use the Partition Recovery Vista on your computer to the factory settings .

    There is no Vista free download legal available.

    Contact your computer manufacturer and ask them to send a recovery disk/s Vista set.

    Normally, they do this for a cost of $ small.

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    In addition, ask them if you have a recovery Partition on your computer/laptop to restore it to factory settings.

    See if a manual provided with the computer or go to the manufacturer's website, email or you can call for information on how to make a recovery.

    Normally, you have to press F10 or F11 at startup to start the recovery process...

    Another way I've seen on some models is press F8 and go to a list of startup options, and launch a recovery of standards of plant with it, by selecting the repair option.

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    Also ask them if it is possible to do the recovery disk/s for the recovery Partition in case of a system Crash or hard drive failure.

    They will tell you how to do this.

    Every computer manufacturer has their own way of making recovery disk/s.

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    Or borrow a good Microsoft Vista DVD (not Dell, HP, Acer, recovery disk/s etc).
    A good Vista DVD contains all versions of Vista.
    The product key determines which version of Vista is installed.

    There are 2 disks of Vista: one for 32-bit operating system, and one for 64-bit operating system.

    If install a cleaning is required with a good DVD of Vista (not HP, Dell recovery disks):

    At the startup/power on you should see at the bottom of the screen either F2 or DELETE, go to Setup/Bios or F12 for the Boot Menu

    Go to your Bios/Setup, or the Boot Menu at startup and change the Boot order to make the DVD/CD drive 1st in the boot order, then reboot with the disk in the drive.

    http://support.Microsoft.com/default.aspx/KB/918884

    MS advice on the conduct of clean install.

    http://www.theeldergeekvista.com/vista_clean_installation.htm

    A tutorial on the use of a clean install

    http://www.winsupersite.com/showcase/winvista_install_03.asp

    Super Guide Windows Vista Installation

    After installation > go to the website of the manufacturer of your computer/notebook > drivers and downloads Section > key in your model number > get latest Vista drivers for it > download/install them.

    Save all data, because it will be lost during a clean installation.

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    http://support.Microsoft.com/default.aspx/KB/326246

    'How to replace Microsoft software or hardware, order service packs and upgrades, and replace product manuals'

    See you soon.

    Mick Murphy - Microsoft partner

  • ORA-19838: cannot use this control file to open the database

    Dear all,

    While making RMAN cloning, we are facing problem,

    SQL > alter database open resetlogs;

    ALTER database open resetlogs

    *

    ERROR on line 1:

    ORA-19838: cannot use this control file to open the database

    Concerning

    Villi Kumar

    Dear all,

    While checking the database,

    Control the name of the database file is PROD

    In the instance, database name is TEST.

    So we took the PROD and edited control file trace file based on the TEST environment.

    Then run the script published in the TEST database trace file.

    Now we can open the database by using below command

    ALTER database open resetlogs;

    Concerning

    Villi Kumar

  • Tecra A10 - 13I (PTSB0E-01400XFR): cannot use 8 GB of RAM

    Hello

    I'm trying to upgrade the memory on my TECRA A10 - 13I with windows server 2008 R2, I am upgrading from 4 GB to 8 GB.

    My BIOS detect 8 GB, see Windows my 8GB (2 x 4 GB) of RAM, but I can see in "8.00 GB (3.87 GB usable)" system properties When I run the application you "Resource monitor", I see 4233 reserved material MB. Finally, if I use a VM with 4 GB of RAM, the virtual machine cannot use this reserved memory and crashes.

    I have read this thread: [http://forums.computers.toshiba-europe.com/forums/thread.jspa?threadID=54112&tstart=0 | http://forums.computers.toshiba-europe.com/forums/thread.jspa?threadID=54112&tstart=0]
    I tried to update my BIOS and changed Advanced Startup Option "Maximum memory", but no change to my memory.

    Thank you
    Jonathan

    PS: Sorry for my poor English :)

    Hi mate

    TECRA A10 - 13I is certainly capable of that means you can use 2 x 4 GB RAM RAM 8 GB.

    What is the report DirectX?
    Check the value of memory here. In order to access the DirectX, you must use the command * dxdiag *.

    Greetings

  • Cannot use the scrollbars or menus since coming to service internet speed of salvation.

    Remember - this is a public forum so never post private information such as numbers of mail or telephone!

    I run vista service pack 2 and did not change anything with regard to emissions or recent downloads. However about I months ago, I moved, and instead of 1.5 MB of internet, I now 20-24 megs with U-verse. On the first day, I was not able to scroll with the built-in mouse or my wireless mouse, especially vertically. Some sites scrolls horizontally, but as soon as I release the mouse it goes to the top of the page again. So if I have to choose something I cannot do, even in my Picasa photos or when I tried to uninstall and re install my mouse, usb ports, and like I said can help it. The other problem is that I can't use any menu drop-down menus that it goes right down and back up so fast, I can't read. If I know that the choices on this menu I can type into it and SOMETIMES there will be others, he won't and will go to the top of the menu, or in the case of my screen saver setting, it goes to the top where it says NONE. : I'm at my end and ready to trash my computer laptop everything. In fact it is an Acer Aspire 6930 2.5 years with a lot of ram and the room on the disc. I ran any program I know including restore my PC to a date before I moved to hi speed internet service. Please can someone help me here?

    • You have problems with programs
    • Error messages
    • Recent changes to your computer
    • What you have already tried to solve the problem
    Hi Ridestoofar,
     
    Scenario 1:
     
    I suggest to update the driver for the touchpad on your laptop and search for the question.
     
    Reference:
     
     
    To download drivers, you can visit this link provided below.
     
     
    Scenario 2:
     
    Step 1:
     
    Try the SFC scan on the computer.
     
    SFC/scannow is a very useful command that you can use in any version of Windows. When the SFC (System File Checker) command is used with the/scannow switch, the tool analyzes all the important files of Windows on your computer and replace if necessary.
    This below link for further directions on SFC scan.
     
    How to use the System File Checker tool to fix the system files missing or corrupted on Windows Vista or Windows 7
    http://support.Microsoft.com/kb/929833
     
    Step 2:
     
    If the problem persists then, try to solve this problem with boot.
     
    See the following Microsoft KB article:
     
    How to troubleshoot a problem by performing a clean boot in Windows Vista or in Windows 7
    http://support.Microsoft.com/kb/929135 
     
    Note: After troubleshooting, be sure to set the computer to start as usual as mentioned in step 7 in the above article.

    Thank you, and in what concerns:
    I. Suuresh Kumar - Microsoft technical support.

    Visit our Microsoft answers feedback Forum and let us know what you think.

Maybe you are looking for

  • No display on Salellite P100-316

    Hello I have Satellite P100-316, and while I was with her, the display went off.I tried to restart, I have a view but he returned quickly to the wide. When I restart, all is well, except there is no display. I can even hear the boring music when wind

  • Pavilion 15-p245sa: in HP Pavilion 15-p245sa double-layer DVD burner?

    Can someone tell me if the 15-p245sa Pavilion has a DVD writer dual layer? I'm trying to find out a friend who needs to make a buying decision this week, quick response would be much appreciated! Thank you

  • Double complex double

    I'm trying to connect the complex output double block of average to a double sink format. I was wondering if there is a way for me to perform a conversion between these two types of data. Please see note for the area of interest.

  • Can you connect directly a Tablet wifi to your computer for the internet

    Can you connect directly a Tablet wifi to your computer for the internet

  • office documents not deleted in trash

    I'm the office for a small business Support Analyst. I have a Windows XP Pro machine running Office 2010, when you delete a document office he died does not appear in the Recycle Bin. I searched for the article and that you do not, it seems as if she