About 256,000 results
Open links in new tab
  1. powershell - How to fix "running scripts is disabled on this system ...

    Nov 1, 2020 · In powershell # To check the current execution policy, use the following command: Get-ExecutionPolicy # To change the execution policy to Unrestricted, which allows running any script …

  2. Set Network Location to Private, Public, or Domain in Windows 10

    Aug 16, 2021 · 4. To Set Network Location to Private A) Type the command below into the elevated PowerShell, press Enter, and go to step 7 below. (see screenshot below) Set-NetConnectionProfile …

  3. windows - How to run a PowerShell script - Stack Overflow

    How do I run a PowerShell script? I have a script named myscript.ps1 I have all the necessary frameworks installed I set that execution policy thing I have followed the instructions on this MSDN help

  4. How to Mount and Unmount a Drive or Volume in Windows

    Jun 16, 2020 · How to Mount and Unmount a Drive or Volume in Windows When you add or connect a new volume (disk or drive), Windows will automatically mount it with an assigned drive letter by …

  5. python - 'virtualenv' won't activate on Windows - Stack Overflow

    0 To install a virtual environment in Windows PowerShell only, but to activate, you'll need to run Windows PowerShell as an Administrator: pip install virtualenv virtualenv %Name of virtual …

  6. Enable or Disable Windows PowerShell 2.0 in Windows 10

    Nov 7, 2019 · How to Enable or Disable Windows PowerShell 2.0 in Windows 10 Windows PowerShell is a task-based command-line shell and scripting language designed especially for system …

  7. Setting Inheritance and Propagation flags with set-acl and powershell

    I'm mostly there using Powershell, however the inheritance is only being set as "subfolders and files" instead of the whole "this folder, subfolders and files".

  8. Create Soft and Hard Symbolic Links in Windows | Tutorials

    Jun 11, 2023 · How to Create Soft and Hard Symbolic Links in Windows A symbolic link is a file-system object (file or directory) that points to another file system object (file or directory). The object being …

  9. How to run a PowerShell script from a batch file - Stack Overflow

    Rather than hard-coding the entire path to the PowerShell script though, I recommend placing the batch file and PowerShell script file in the same directory, as my blog post describes.

  10. Enable or Disable Windows Subsystem for Linux WSL in Windows 10

    Sep 23, 2020 · Enable "Windows Subsystem for Linux" (WSL) in PowerShell 1 Open an elevated PowerShell. 2 Copy and paste the command below into the elevated PowerShell, and press Enter. …