Windows 10: CMD CD command not working. Why?

Discus and support CMD CD command not working. Why? in Windows 10 Software and Apps to solve the problem; I typed cd e: at command prompt and am still stuck at C:\Windows\system32>. Why?! Microsoft Windows [Version 10.0.14393] (c) 2016 Microsoft... Discussion in 'Windows 10 Software and Apps' started by THX1138, Dec 2, 2016.

  1. THX1138 Win User

    CMD CD command not working. Why?


    I typed cd e: at command prompt and am still stuck at C:\Windows\system32>. Why?!

    Microsoft Windows [Version 10.0.14393]
    (c) 2016 Microsoft Corporation. All rights reserved.

    C:\Windows\system32>cd e:
    E:\

    C:\Windows\system32>

    :)
     
    THX1138, Dec 2, 2016
    #1
  2. dwcondu Win User

    Windows defender updates

    Tried copy and paste in the RUN prompt- did not work.

    Opened a Admin CMD window and manually typed in command after CD to correct subdirectory.

    It worked using just Mpcmdrun.exe –signatureupdate –mmpc .

    Thanks.
     
    dwcondu, Dec 2, 2016
    #2
  3. Martmcd Win User
    CMD Command

    I don't think you said anything wrong and certainly no need to apologise.

    in order to use the net user command you must be logged in as a user with administrative permissions.

    I don't think you can use it to delete the user you are logged in as (it is certainly not a good idea)

    so assuming you are logged in as Arabi Enertech K.S.C (administrator) and wish to affect changes to Helloworld

    net user helloworld /delete - will delete the user Helloworld

    net user helloworld /Times: M-F, 8am-7pm, Sa, 8am-9pm restricts the time that Helloworld can log onto the machine to 08:00 - 19:00 Monday to Friday and 08:00 to 21:00 on Saturday

    note the days must either be abbreviated as follows MTWThFSaSu or written out in full, times can either be 12hr (am/pm) or 24hr.

    if you use the times switch without specifying a time range then the user will not be able to log on at all.

    net user helloworld /Times: All will allow the user to log on anytime

    net user helloworld /active:no will make the account inactive, it will not appear on the log on screen. a better example would be the built in administrator account which by default is inactive in order to use the built in administrator account
    you need to make it active - Net user Administrator /active:yes and when you have finished with it, turn it off again -
    net user Administrator /active:no

    you can join the commands so if you wanted to create a new user (newworld) that can use the computer only on Mondays between 9am and 5pm and set an initial password of abcdef that they must change when they first log on

    net user newworld abcdef /add /logonpasswordchg: yes /times: Monday, 09:00-17:00

    you are not likely to need the /domain switch in a home environment, it makes the changes on the domain controller, adding the /domain to the above example will create newworld user on the domain rather than the current machine

    I hope that helps a littleCMD CD command not working. Why? :)
     
    Martmcd, Dec 2, 2016
    #3
  4. CMD CD command not working. Why?

    Because to change to the E: drive all you need enter is e:.
     
    Alan Russell, Dec 2, 2016
    #4
  5. Samuria Win User
    e: for drive letter cd\test is change directory
     
    Samuria, Dec 2, 2016
    #5
  6. Bree New Member
    You can change directory (CD) without leaving the drive you are on. You can switch to the other drive, as has been said, just by typing its letter - like this...
    C:\WINDOWS\system32>cd d:
    D:\

    C:\WINDOWS\system32>cd d:\videos

    C:\WINDOWS\system32>d:d:\Videos>c:C:\Windows\System32>
     
    Bree, Apr 5, 2018
    #6
Thema:

CMD CD command not working. Why?

Loading...
  1. CMD CD command not working. Why? - Similar Threads - CMD command working

  2. Why wont the cmd prompt start this command?

    in Windows 10 Gaming
    Why wont the cmd prompt start this command?: So I am in the process of fixing my computer by repairing Windows 10 using SFC with the offline option but whenever I try to run "sfc /scannow /oofbootdir=e:\ /offwindir=C: \Windows" it doesn't work instead it gives me a list of commands that sfc can be used with as seen...
  3. CMD command doesn't work on PowerShell

    in Windows 10 Gaming
    CMD command doesn't work on PowerShell: I'm trying to call 'cmd' inside Windows PowerShell console in order to get to work immediately with Command Prompt mode, but I got this message instead:I know I can use Command Prompt outside of PowerShell, but this is a special case.Any suggestions about how can I revert...
  4. CMD command doesn't work on PowerShell

    in Windows 10 Software and Apps
    CMD command doesn't work on PowerShell: I'm trying to call 'cmd' inside Windows PowerShell console in order to get to work immediately with Command Prompt mode, but I got this message instead:I know I can use Command Prompt outside of PowerShell, but this is a special case.Any suggestions about how can I revert...
  5. CMD command doesn't work on PowerShell

    in Windows 10 Customization
    CMD command doesn't work on PowerShell: I'm trying to call 'cmd' inside Windows PowerShell console in order to get to work immediately with Command Prompt mode, but I got this message instead:I know I can use Command Prompt outside of PowerShell, but this is a special case.Any suggestions about how can I revert...
  6. command shutdown dont work in cmd

    in Windows 10 Customization
    command shutdown dont work in cmd: When enter comand "shutdown -s " in CMD get message " shutdown' is not recognized as an internal or external command, operable program or batch file" . What must do to solve this problem?...
  7. Robocopy command in CMD isn't working

    in Windows 10 Network and Sharing
    Robocopy command in CMD isn't working: Hi there, I'm very conscious and careful about reserving the original date stamps of my files when moving or copying them in order to organize my data. I've researched and found the Robocopy command. But my problem is that my PC can't access the source directory. Below is a...
  8. All CMD Commands No longer Work

    in Windows 10 BSOD Crashes and Debugging
    All CMD Commands No longer Work: Hi all, When I restarted my pc this morning I noticed a tool that requires a CMD command to run properly wasnt working and was giving the error: 'cls' is not recognized as an internal or external command, operable program or batch file. I thought that it was just a program...
  9. Cipher command on cmd not working

    in Windows 10 Network and Sharing
    Cipher command on cmd not working: [ATTACH] When I try to use the cipher command on cmd, this happens. Can anyone help? I am using windows 10 home edition https://answers.microsoft.com/en-us/windows/forum/all/cipher-command-on-cmd-not-working/284fa5fd-7158-4303-a9e0-394f7a00fed8
  10. Command not working in Windows terminal but working in cmd

    in Windows 10 Installation and Upgrade
    Command not working in Windows terminal but working in cmd: Hello, I am trying to use windows terminal, however I can't use any command see picture. I've tried to reinstall it and run as administrator but doesn't change anything Do you have an idea of what I can do? Kind regards [ATTACH]...

Users found this page by searching for:

  1. cd command not working in cmd