About 87,700 results
Open links in new tab
  1. How to Run a Program as a Different User (RunAs) in Windows

    Mar 16, 2024 · Any Windows user can run a program in his current session on behalf of another user using RunAs. This allows you to run a script (.bat, .cmd, .vbs, .ps1), an executable .exe file, or install …

  2. Runas | Microsoft Learn

    Aug 31, 2016 · With the runas command, you can run programs (*.exe), saved MMC consoles (*.msc), shortcuts to programs and saved MMC consoles, and Control Panel items. You can run them as an …

  3. runas - Wikipedia

    In computing, runas (a compound word, from “run as”) is a command in the Microsoft Windows line of operating systems that allows a user to run specific tools and programs under a different username …

  4. Runas - Run under a different user account - Windows CMD - SS64.com

    When you start a program with RunAs /netonly, the program will execute on your local computer as the user you are currently logged on as, but any connections to other computers on the network will be …

  5. Manual RunAs - Devolutions Documentation

    This article describes the manual method of using RunAs. Some types support built-in RunAs details are available. See Run as another user.

  6. Runas command - Computer Hope

    Mar 21, 2025 · Runas command help for MS-DOS and the Windows command line. Page includes runas command availability, syntax, and examples on how to use the runas command.

  7. How to use RunAs command for SSMS if option does not exist

    Mar 7, 2012 · In order to use the different login to connect to SQL Server using SSMS you need to use the “Run as” feature. What do you do in the case of Windows 7 or Windows Vista where you can’t …

  8. RunAs - Win32 apps | Microsoft Learn

    Aug 21, 2020 · Configures a class to run under a specific user account when activated by a remote client without being written as a service application.

  9. RunAs System - Windows drivers | Microsoft Learn

    RunAs values specified in metadata override RunAs values specified on the command line. For example, a test marked with runas:system test metadata will still be run as Local System even if …

  10. Using the runAs Method | Apex Developer Guide | Salesforce

    With the System method runAs, you can write test methods that change the user context to an existing user or a new user. Then the user’s sharing rules and object-level and field-level permissions are …