From 2564e4b405abb5e8a6ea08022a634ef5d29823bc Mon Sep 17 00:00:00 2001 From: Markus Fleschutz Date: Sun, 29 Aug 2021 12:20:37 +0200 Subject: [PATCH] Add subfolder Docs --- {Misc => Data}/Add_ps1_to_New_context_menu.reg | Bin {Misc => Data}/Remove_ps1_from_New_context_menu.reg | Bin {Misc => Docs}/FAQ.md | 4 ++-- {Misc => Docs}/powershell_black_icon_64x64.png | Bin {Misc => Docs}/powershell_icon_256x256.png | Bin {Misc => Docs}/powershell_icon_64x64.png | Bin README.md | 2 +- 7 files changed, 3 insertions(+), 3 deletions(-) rename {Misc => Data}/Add_ps1_to_New_context_menu.reg (100%) rename {Misc => Data}/Remove_ps1_from_New_context_menu.reg (100%) rename {Misc => Docs}/FAQ.md (97%) rename {Misc => Docs}/powershell_black_icon_64x64.png (100%) rename {Misc => Docs}/powershell_icon_256x256.png (100%) rename {Misc => Docs}/powershell_icon_64x64.png (100%) diff --git a/Misc/Add_ps1_to_New_context_menu.reg b/Data/Add_ps1_to_New_context_menu.reg similarity index 100% rename from Misc/Add_ps1_to_New_context_menu.reg rename to Data/Add_ps1_to_New_context_menu.reg diff --git a/Misc/Remove_ps1_from_New_context_menu.reg b/Data/Remove_ps1_from_New_context_menu.reg similarity index 100% rename from Misc/Remove_ps1_from_New_context_menu.reg rename to Data/Remove_ps1_from_New_context_menu.reg diff --git a/Misc/FAQ.md b/Docs/FAQ.md similarity index 97% rename from Misc/FAQ.md rename to Docs/FAQ.md index 6d9981df..e31a5ae1 100644 --- a/Misc/FAQ.md +++ b/Docs/FAQ.md @@ -52,8 +52,8 @@ Want to use the PowerShell scripts everywhere on the command-line? Then you need How to use PowerShell in Context Menus? --------------------------------------- -* to enable "right-click > New > Windows PowerShell Script" execute `Add_ps1_to_New_context_menu.reg` in subfolder [Misc/](Misc) -* to disable this execute `Remove_ps1_from_New_context_menu.reg` in subfolder [Misc/](Misc) +* to enable "right-click > New > Windows PowerShell Script" execute `Add_ps1_to_New_context_menu.reg` in subfolder [Data/](../Data) +* to disable this execute `Remove_ps1_from_New_context_menu.reg` in subfolder [Data/](../Data) How to edit the PowerShell Scripts? diff --git a/Misc/powershell_black_icon_64x64.png b/Docs/powershell_black_icon_64x64.png similarity index 100% rename from Misc/powershell_black_icon_64x64.png rename to Docs/powershell_black_icon_64x64.png diff --git a/Misc/powershell_icon_256x256.png b/Docs/powershell_icon_256x256.png similarity index 100% rename from Misc/powershell_icon_256x256.png rename to Docs/powershell_icon_256x256.png diff --git a/Misc/powershell_icon_64x64.png b/Docs/powershell_icon_64x64.png similarity index 100% rename from Misc/powershell_icon_64x64.png rename to Docs/powershell_icon_64x64.png diff --git a/README.md b/README.md index 84f32f79..94c1bc9c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Mega Collection of PowerShell Scripts ===================================== -**This repository provides more than 200 useful and cross-platform PowerShell scripts in the [Scripts](Scripts/) subfolder - to be used by command-line interface (CLI), for remote control (e.g. via SSH), by context menu, by voice control, by automation software like Jenkins, automatically as daily tasks, or simply to learn PowerShell. See the [PowerShell FAQ page](Misc/FAQ.md) if you need help or have any questions.** +**This repository provides more than 200 useful and cross-platform PowerShell scripts in the [Scripts](Scripts/) subfolder - to be used by command-line interface (CLI), for remote control (e.g. via SSH), by context menu, by voice control, by automation software like Jenkins, automatically as daily tasks, or simply to learn PowerShell. See the [PowerShell FAQ page](Docs/FAQ.md) if you need help or have any questions.** **Note:** the scripts fully support Unicode I/O. It's recommended to use a modern console supporting UTF-8 (e.g. Windows Terminal).