Skip to content

Very simple image presenter using Powershell and WinForms

Notifications You must be signed in to change notification settings

hamletmun/PSImagePresenter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

PSImagePresenter

Very simple image presenter using PowerShell and WinForms

Installation

  1. Download PSImagePresenter.ps1
  2. Create a shortcut with proper Target value
    C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -ExecutionPolicy Bypass -WindowStyle Hidden -File "%USERPROFILE%\Downloads\PSImagePresenter.ps1"
    
    • Bypass the default 'Restricted' execution policy
    • Hide 'Normal' black shell console window
    • Adjust the path, for example,"C:\Scripts\PSImagePresenter.ps1"

Usage

  1. Run PSImagePresenter.ps1 using the shortcut or from PowerShell
  2. Drag and drop image files to the listbox
  3. Remove unwanted files using up/down key and delete key
  4. Clic the listbox to show the selected image, maximized in the selected screen

Reference

About

Very simple image presenter using Powershell and WinForms

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published