Windows 10: cmd runas password does not work

Discus and support cmd runas password does not work in Windows 10 Software and Apps to solve the problem; messing around with cmd, specifically with the runas command, I noticed that when it asks for the password after trying, it doesnt let me enter... Discussion in 'Windows 10 Software and Apps' started by Grant Hodges, Nov 24, 2024.

  1. cmd runas password does not work


    messing around with cmd, specifically with the runas command, I noticed that when it asks for the password after trying, it doesnt let me enter anything into the field. The account that the runas command is being run on is not an administrator account

    :)
     
    Grant Hodges, Nov 24, 2024
    #1

  2. How to runas administrator using cmd

    Hi guys, I want to run cmd in administrator, so I run following comments but this is not working so please tell me someone how to run as administrator using cmd

    runas /user:administrator "cmd" < "C:\pass.txt"


    cmd runas password does not work 9d6e75ad-e5c5-4473-b84c-b75c87729f26?upload=true.png



    cmd runas password does not work 298e4af4-cc85-4bff-8f3b-deabbf05a696?upload=true.png


    but this following comment type is working, but i want runas administrator in a single line (username and password in a single line)


    cmd runas password does not work 23f3d81b-ed2d-498c-8733-ef6ae42297b0?upload=true.png
     
    Karthickraj Rethinakumar, Nov 24, 2024
    #2
  3. How to runas administrator using cmd

    I want to run VMware to covert on premises to .vmdk for migration. that requires administrative privileges by running cmd, so I want to run that soft using administrator cmd.

    for example, (run.bat) when I run this bat, this bat automatically run VMware with privileges.

    runas /user:administartor "cmd" "C:\Program Files (x86)\VMware\VMware vCenter Converter Standalone " < "C:\pass.txt"


    cmd runas password does not work 0b3d56ad-1f4c-49ea-98cc-9a690a518b55?upload=true.png


    but you see it says the password is incorrect. but I give the correct password
     
    Karthickraj Rethinakumar, Nov 24, 2024
    #3
  4. cmd runas password does not work

    Sending password from a script for runAs command

    Hello,

    Currently working on a code to stop and start a windows services with administrator credentials from a java programming language.

    Was researching on runAs command but couldn't pass send password either through piping the command or by reading the password through a file.

    Is there a possibility to send the password for runAs from java programming language.

    Thanks!
     
    Subrahmanyam Venkataraman, Nov 24, 2024
    #4
Thema:

cmd runas password does not work

Loading...
  1. cmd runas password does not work - Similar Threads - cmd runas password

  2. cmd runas password does not work

    in Windows 10 Gaming
    cmd runas password does not work: messing around with cmd, specifically with the runas command, I noticed that when it asks for the password after trying, it doesnt let me enter anything into the field. The account that the runas command is being run on is not an administrator account...
  3. CMD does not work properly . Restart and sfc :/scannow done but the CMD does not work...

    in Windows 10 Network and Sharing
    CMD does not work properly . Restart and sfc :/scannow done but the CMD does not work...: Why CMD doesn't work properly? I worked for it since 2 hours but I can't solve it. rmdir and mkdir doesnot work. HELP me https://answers.microsoft.com/en-us/windows/forum/all/cmd-does-not-work-properly-restart-and-sfc-scannow/e5df8417-369c-4f79-b3b3-432868e9d867
  4. cmd does not works

    in Windows 10 Customization
    cmd does not works: Cmd does not runs at administrator and show the error that The service cannot be started either because it is disabled or because it is not enable devices associated with it...
  5. runas /savecred not working with credential guard on

    in Windows 10 Ask Insider
    runas /savecred not working with credential guard on: hello when i start a program with runas it still ask me for a password despite of it being saved in cred manager, why is that happen? can't find infos on internet about it, thanks submitted by /u/pfffpc [link] [comments]...
  6. Runas as administrator without plain password

    in AntiVirus, Firewalls and System Security
    Runas as administrator without plain password: Hello Everyone, I would like to run "psexec.exe" or "runas.exe" without entering password in command line. Meaning is to call password via text file or redirect the password like what psexec -u .\administrator calc.exe -accepteula -nobanner < password.txt...
  7. Runas Credentials Injection Stopped Working

    in AntiVirus, Firewalls and System Security
    Runas Credentials Injection Stopped Working: There's a method of using 'Runas' command with '/netonly' so you could save fake credentials in memory. I check the result with mimikatz. For some reason it worked for me once, but never again since, and I tried several time on different computer with different users. It...
  8. Sending password from a script for runAs command

    in AntiVirus, Firewalls and System Security
    Sending password from a script for runAs command: Hello, Currently working on a code to stop and start a windows services with administrator credentials from a java programming language. Was researching on runAs command but couldn't pass send password either through piping the command or by reading the password through a...
  9. How to use RunAs without password prompt?

    in Windows 10 Support
    How to use RunAs without password prompt?: Hi! I tried to use RunAs to start and program as admin. After entering this command: RunAs.exe /user:Administrator "regedit.exe" it shows prompt to enter password. Is possible to override password prompt by any way? Or enter password in command? Thank you for help. Miro...
  10. runas command won't recognize administrator password

    in Windows 10 Support
    runas command won't recognize administrator password: I tried the runas command to configure some software I just updated, as the directions said, but my administrator password was rejected. Then I tested the runas command on a pdf file that I know for sure is in the current directory (it can open from the command line), but my...