About 760,000 results
Open links in new tab
  1. Command to list all files in a folder as well as sub-folders in windows

    Mar 11, 2015 · I tried searching for a command that could list all the file in a directory as well as subfolders using a command prompt command. I have read the help for "dir" command but …

  2. how to use Personal access token to clone, pull, and push a repo?

    Jun 30, 2021 · Password authentication is temporarily disabled as part of a brownout. Please use a personal access token instead [duplicate] (25 answers)

  3. Using the value in a cell as a cell reference in a formula?

    I'd like to know how to pull cell references from the value of another cell and insert them into a formula. For a simple example: In cell A1 I have this: COUNT(B4:H4) Instead of choosing the …

  4. How to configure command line git to use ssh key

    May 8, 2014 · When I do git pull via the command line, it always asks for my github username and password. I'd like to tell it to use the ssh key in github, and never have to worry about it again. …

  5. Command line for looking at specific port - Stack Overflow

    Aug 18, 2012 · Is there a way to examine the status of a specific port from the Windows command line? I know I can use netstat to examine all ports but netstat is slow and looking at a specific …

  6. How do I execute a program or call a system command?

    How do I call an external command within Python as if I had typed it in a shell or command prompt?

  7. Send mail via Microsoft Graph as Application (Any User)

    Sep 6, 2021 · The behavior you are getting is expected because you are using delegated permissions - authorization code flow. This flow will not allow your app to send email as any …

  8. How can I uninstall an application using PowerShell?

    Sep 22, 2008 · Is there a simple way to hook into the standard 'Add or Remove Programs' functionality using PowerShell to uninstall an existing application? Or to check if the …

  9. Running Python scripts in Microsoft Power Automate Cloud

    Jan 3, 2024 · I use Power Automate to collect responses from a Form and send emails based on the responses. The main objective is to automate decision-making using Python to approve or …

  10. How to get Windows version from command prompt or from …

    Jan 2, 2019 · But is there a way to get the exact version string using command line output similar to the one mentioned in the image? The attached is the output of "winver" command from run. …