About 428,000 results
Open links in new tab
  1. How to open a file for editing in Administrator mode?

    Dec 7, 2010 · That's not really an answer to the question though, as it asks how to open a file for editing with elevated privileges.

  2. How to open a particular file from a terminal? - Super User

    Sep 21, 2012 · 61 You can use xdg-open to open files in a terminal. From the man-page of xdg-open: xdg-open - opens a file or URL in the user's preferred application Usage The command …

  3. How can I make Notepad++ default program for `.txt` files?

    May 20, 2018 · 44 I would like .txt files to open with Notepad++ by default in Windows 10. I have found the options to change file associations but there is no option to specify custom …

  4. How can I "open" a file from WSL with the default application?

    Feb 24, 2017 · 3 The best and easiest way to open the files with the default application is using explorer.exe if you have WSL. $ explorer.exe <file>: $ explorer.exe form.pdf: that command …

  5. ssh - putty external text editor? - Super User

    Restart ssh if you had to change. To enable X11 forwarding through putty. (link) To install a GUI editor on the server. I really like SciTE With all the pieces in places, just open the file with …

  6. Editing files in a Windows Subsystem for Linux development …

    Sep 21, 2017 · Windows Subsystem for Linux (WSL) works pretty well for making most commandline Linux tools available and working on Windows without modification. However, it …

  7. Running Windows Powershell Scripts simply opens it in the editor

    I have a Windows powershell script that works fine in the interactive editor. The script is a simple one line sql cmd: sqlcmd -S servername -d dbname -E -W -w 999 -s "," -Q "SELECT select …

  8. windows - Open a file with text editor - Super User

    Mar 27, 2013 · How can I make it so that I can open the file with something like a right click without first changing the file extension to .txt? I know I could go to the text editor/open/ grab …

  9. Nano alternative for windows powershell - Super User

    Nov 29, 2025 · 66 I am looking for software similar to nano for linux bash but for windows powershell. Is there any built in so I do not have to install something? EDIT Nano is a text …

  10. How do I edit text files in the Windows command prompt?

    Sep 10, 2010 · From here, you can type nano FILENAME or vim FILENAME or whatever your preferred Linux text editor is. To exit WSL and return to regular Command Prompt, type exit or …