Windows 10: runas.exe without password

Discus and support runas.exe without password in Windows 10 Gaming to solve the problem; Hi,is it possible to use the runas.exe and have it generate a prompt which requires the user's pin instead of password to authorize?just... Discussion in 'Windows 10 Gaming' started by SharKi_YT, Mar 30, 2023.

  1. SharKi_YT Win User

    runas.exe without password


    Hi,is it possible to use the runas.exe and have it generate a prompt which requires the user's pin instead of password to authorize?just wondering.Thanks!

    :)
     
    SharKi_YT, Mar 30, 2023
    #1

  2. 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, Mar 30, 2023
    #2
  3. DaveM121 Win User
    Sending password from a script for runAs command

    Hi Subrahmanyam

    I am sorry, you can't pipe a password into runas, because it requests the password from the terminal, not from stdin . . .

    There's no equivalent of sudo -s
     
    DaveM121, Mar 30, 2023
    #3
  4. Borad Win User

    runas.exe without password

    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 administrator password is still rejected.

    Settings > Accounts says:

    Seka
    Local Account
    Administrator

    And I'm able to confirm my current password and change it (I change it to the same password). But here's the problem:
    C:\Users\Seka\Desktop>runas /u:administrator Lightworks_v12.5.0_User_Guide.pdf
    Enter the password for administrator:
    Attempting to start Lightworks_v12.5.0_User_Guide.pdf as user "SEKA-PC\administrator" ...
    RUNAS ERROR: Unable to run - Lightworks_v12.5.0_User_Guide.pdf
    1326: The user name or password is incorrect.
    C:\Users\Seka\Desktop>

    Any tips? Ways to confirm my password works or that I'm the administrator or anything? It's too late for me to go back to Windows 7.

    EDIT: I was surprised with a log on screen when I turned my computer on this morning. I had to enter my password. It worked though.
     
    Borad, Mar 30, 2023
    #4
Thema:

runas.exe without password

Loading...
  1. runas.exe without password - Similar Threads - runas exe without

  2. cmd runas password does not work

    in Windows 10 Software and Apps
    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 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...
  4. Runas File Explorer

    in Windows 10 Ask Insider
    Runas File Explorer: Hello All, Is there a way to open file explorer as another user in windows 10? Thanks, submitted by /u/aspiretoinspire7 [link] [comments] https://www.reddit.com/r/Windows10/comments/hnj0zs/runas_file_explorer/
  5. 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...
  6. 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...
  7. 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...
  8. CLI runas admin

    in User Accounts and Family Safety
    CLI runas admin: Code: net localgroup administrators[/quote] Members ----------------------------- Administrator user Code: runas /user:Administrator "chkdsk c:"[/quote] <enter user, which should be administrator, pass> user name or password is incorrect Code: runas /user:user...
  9. RunAs Taskbar

    in Windows 10 Software and Apps
    RunAs Taskbar: Hello! I wrote my first tool and i would like to present it here. short description: RunAs Taskbar is a free windows software to make your admin-tools easier to organize! If you run RunAs Taskbar as Administrator you will have all programs you are created in a tool...
  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...