About 582,000 results
Open links in new tab
  1. Getting the Icon from a File Using PowerShell

    Jan 19, 2016 · Sometimes you want to use an icon of a particular file for another purpose such as working with a custom UI in either WinForms or Windows Presentation Foundation (WPF) …

  2. How to change the display icon of a PowerShell script file?

    Jan 3, 2024 · Two years later, in case anyone else is looking for a solution/workaround: I use the PS2EXE script to compile the script into an executable. This allows you (amongst other things) …

  3. How to embed an icon in a PowerShell GUI executable?

    Nov 19, 2018 · I created a powershell gui and I would like to insert an icon to my windows.form. I did it this way and I generated an exe file with ps2exe. Add-Type -AssemblyName …

  4. Change icon for file from PowerShell - Stack Overflow

    Apr 6, 2022 · Fortunately, .url files are plain-text, .ini -like files, so it's easy to programmatically update that file directly, so as to emulate the results of interactively assigning an icon, as …

  5. PowerShell_Scripts/Get-Icon.ps1 at master - GitHub

    EXAMPLE Get-Icon -Path 'C:\windows\system32\WindowsPowerShell\v1.0\PowerShell.exe' -ToBase64 …

  6. PowerShell script that finds the icon source for a given file ...

    Jan 7, 2024 · if (-not [System.IO.Path]::IsPathRooted ($fileName)) { $system32Path = [System.IO.Path]::Combine ($env:SystemRoot, "system32", $fileName) if (Test-Path -Path …

  7. A PowerShell module to show file and folder icons in the terminal

    Terminal-Icons is a PowerShell module that adds file and folder icons when displaying items in the terminal. This relies on the custom fonts provided by Nerd Fonts.

  8. PowerShell:How can I change the icon of a shortcut to a custom icon

    May 10, 2021 · We are moving to a new web based erp system and I have a script to make a shortcut to this new erp site for all of our computers. It points to the public desktop so it works …

  9. Extracting Icons with PowerShell - The Lonely Administrator

    Dec 7, 2020 · Here is an easy to use PowerShell script to extract an icon from a file. This can be helpful when creating new Windows Terminal profiles.

  10. Create a high quality .ico file from a PNG using powershell only

    Jul 29, 2022 · I found a great powershell compatible function here which creates a hi-quality ico file in different sizes. Tested with .jpg and .png source files and works like a charm!

  11. Some results have been removed
Refresh