About 40,200 results
Open links in new tab
  1. PowerShell Scripting - Run a Script from Shortcut | Tutorials

    Nov 7, 2017 · One of many PowerShell security features is that you can't run a script simply by double clicking it's icon on desktop or in a folder. Doing so will by default open script in …

  2. PowerShell Scripting - Create USB Install Media for Windows 10

    Sep 20, 2018 · Windows Media Creation Tool (tutorial) can create a USB install media but for instance users downloading Windows Insider ISO images or wanting a custom install media …

  3. PowerShell Scripting - The Basics | Tutorials - Ten Forums

    May 13, 2018 · A PowerShell script is a collection of commands and cmdlets to be run in logical order, previous lines in script determining values and variables in command lines thereafter. …

  4. PowerShell Scripting - Update Windows 10 USB install media

    Sep 27, 2022 · To start with, create a USB install media for current version of Windows 10. Here on Ten Forums we have several tutorials to show you how: Create Bootable USB Flash Drive …

  5. PowerShell Script - Add to New Context Menu in Windows 10

    May 30, 2020 · By default, Windows PowerShell Script is not in the New click context menu. Adding "Windows PowerShell Script" to the New context menu will make it easy for users to …

  6. Factory recovery - Create a Custom Recovery Partition

    May 25, 2021 · It should be noted, I am removing the drive letter from my recovery partition during OOBE setup. To do this, I'm running a powershell script from the special "SetupComplete.cmd' …

  7. How do I create a Powershell shortcut to CTT? - Ten Forums

    May 2, 2024 · So I can run this tool without have to run Powershell as an admin and copying and pasting the iex path listed up above all the time. What's the best way to do this?

  8. Adding shortcut icon to the start menu - Windows 10 Forums

    Jun 23, 2020 · I have created a powershell script for a custom shutdown. Is it possible to add the shortcut icon to the start menu. See image.

  9. PowerShell Script to Find Duplicate Files and Delete Them

    Feb 3, 2025 · PowerShell Script to Find Duplicate Files and Delete Them I have coded a PowerShell script that can be used for finding and deleting duplicate files on a given directory.

  10. Create media for automated unattended install of Windows 10

    Jan 28, 2025 · The goal is for a completely, hands-free install. 2. Assuming you have a working network, the provided powershell command does three things: Download he3bals ' script from …