mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-12-24 15:49:02 +01:00
Update the manuals in Docs/
This commit is contained in:
parent
da4b013b89
commit
8a8ad95e29
@ -1,4 +1,4 @@
|
||||
## The PowerShell Script **add-firewall-rules.ps1**
|
||||
## The PowerShell Script *add-firewall-rules.ps1*
|
||||
|
||||
This PowerShell script adds firewall rules for the given executable. Administrator rights are required.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
## The PowerShell Script **add-memo.ps1**
|
||||
## The PowerShell Script *add-memo.ps1*
|
||||
|
||||
This PowerShell script adds the given memo text to $HOME/Memos.csv.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
## The PowerShell Script **alert.ps1**
|
||||
## The PowerShell Script *alert.ps1*
|
||||
|
||||
This PowerShell script handles and escalates the given alert message.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
## The PowerShell Script **build-repo.ps1**
|
||||
## The PowerShell Script *build-repo.ps1*
|
||||
|
||||
This PowerShell script supports building with cmake, configure, autogen, Imakefile and Makefile.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
## The PowerShell Script **build-repos.ps1**
|
||||
## The PowerShell Script *build-repos.ps1*
|
||||
|
||||
This PowerShell script builds all Git repositories in a folder.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
## The PowerShell Script **cd-autostart.ps1**
|
||||
## The PowerShell Script *cd-autostart.ps1*
|
||||
|
||||
This PowerShell script changes the working directory to the user's autostart folder.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
## The PowerShell Script **cd-desktop.ps1**
|
||||
## The PowerShell Script *cd-desktop.ps1*
|
||||
|
||||
This PowerShell script changes the working directory to the user's desktop folder.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
## The PowerShell Script **cd-docs.ps1**
|
||||
## The PowerShell Script *cd-docs.ps1*
|
||||
|
||||
This PowerShell script changes the working directory to the documents folder.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
## The PowerShell Script **cd-downloads.ps1**
|
||||
## The PowerShell Script *cd-downloads.ps1*
|
||||
|
||||
This PowerShell script changes the working directory to the user's downloads folder.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
## The PowerShell Script **cd-dropbox.ps1**
|
||||
## The PowerShell Script *cd-dropbox.ps1*
|
||||
|
||||
This PowerShell script changes the working directory to the user's Dropbox folder.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
## The PowerShell Script **cd-fonts.ps1**
|
||||
## The PowerShell Script *cd-fonts.ps1*
|
||||
|
||||
This PowerShell script changes the working directory to the fonts folder.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
## The PowerShell Script **cd-home.ps1**
|
||||
## The PowerShell Script *cd-home.ps1*
|
||||
|
||||
This PowerShell script changes the working directory to the user's home directory.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
## The PowerShell Script **cd-music.ps1**
|
||||
## The PowerShell Script *cd-music.ps1*
|
||||
|
||||
This PowerShell script changes the working directory to the user's music folder.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
## The PowerShell Script **cd-onedrive.ps1**
|
||||
## The PowerShell Script *cd-onedrive.ps1*
|
||||
|
||||
This PowerShell script changes the working directory to the user's OneDrive folder.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
## The PowerShell Script **cd-pics.ps1**
|
||||
## The PowerShell Script *cd-pics.ps1*
|
||||
|
||||
This PowerShell script changes the working directory to the user's pictures folder.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
## The PowerShell Script **cd-recycle-bin.ps1**
|
||||
## The PowerShell Script *cd-recycle-bin.ps1*
|
||||
|
||||
cd-recycle-bin.ps1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
## The PowerShell Script **cd-repos.ps1**
|
||||
## The PowerShell Script *cd-repos.ps1*
|
||||
|
||||
This PowerShell script changes the working directory to the user's Git repositories folder.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
## The PowerShell Script **cd-root.ps1**
|
||||
## The PowerShell Script *cd-root.ps1*
|
||||
|
||||
This PowerShell script changes the current working directory to the root directory (C:\ on Windows).
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
## The PowerShell Script **cd-screenshots.ps1**
|
||||
## The PowerShell Script *cd-screenshots.ps1*
|
||||
|
||||
This PowerShell script changes the working directory to the user's screenshots folder.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
## The PowerShell Script **cd-scripts.ps1**
|
||||
## The PowerShell Script *cd-scripts.ps1*
|
||||
|
||||
This PowerShell script changes the working directory to the PowerShell scripts folder.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
## The PowerShell Script **cd-ssh.ps1**
|
||||
## The PowerShell Script *cd-ssh.ps1*
|
||||
|
||||
This PowerShell script changes the working directory to the user's SSH folder.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
## The PowerShell Script **cd-temp.ps1**
|
||||
## The PowerShell Script *cd-temp.ps1*
|
||||
|
||||
cd-temp.ps1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
## The PowerShell Script **cd-up.ps1**
|
||||
## The PowerShell Script *cd-up.ps1*
|
||||
|
||||
This PowerShell script changes the working directory to one directory level up.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
## The PowerShell Script **cd-up2.ps1**
|
||||
## The PowerShell Script *cd-up2.ps1*
|
||||
|
||||
This PowerShell script changes the working directory to two directory level up.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
## The PowerShell Script **cd-up3.ps1**
|
||||
## The PowerShell Script *cd-up3.ps1*
|
||||
|
||||
This PowerShell script changes the working directory to three directory levels up.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
## The PowerShell Script **cd-up4.ps1**
|
||||
## The PowerShell Script *cd-up4.ps1*
|
||||
|
||||
This PowerShell script changes the working directory to four directory levels up.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
## The PowerShell Script **cd-users.ps1**
|
||||
## The PowerShell Script *cd-users.ps1*
|
||||
|
||||
This PowerShell script changes the working directory to the users directory.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
## The PowerShell Script **cd-videos.ps1**
|
||||
## The PowerShell Script *cd-videos.ps1*
|
||||
|
||||
This PowerShell script changes the working directory to the user's videos folder.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
## The PowerShell Script **cd-windows.ps1**
|
||||
## The PowerShell Script *cd-windows.ps1*
|
||||
|
||||
This PowerShell script changes the working directory to the Windows directory.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
## The PowerShell Script **change-wallpaper.ps1**
|
||||
## The PowerShell Script *change-wallpaper.ps1*
|
||||
|
||||
This PowerShell script downloads a random photo from Unsplash and sets it as desktop background.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
## The PowerShell Script **check-bios.ps1**
|
||||
## The PowerShell Script *check-bios.ps1*
|
||||
|
||||
This PowerShell script queries BIOS details and prints it.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
## The PowerShell Script **check-cpu.ps1**
|
||||
## The PowerShell Script *check-cpu.ps1*
|
||||
|
||||
check-cpu.ps1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
## The PowerShell Script **check-day.ps1**
|
||||
## The PowerShell Script *check-day.ps1*
|
||||
|
||||
This PowerShell script determines and speaks the current day by text-to-speech (TTS).
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
## The PowerShell Script **check-dns-server.ps1**
|
||||
## The PowerShell Script *check-dns-server.ps1*
|
||||
|
||||
check-dns-server.ps1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
## The PowerShell Script **check-dns.ps1**
|
||||
## The PowerShell Script *check-dns.ps1*
|
||||
|
||||
This PowerShell script measures and prints the DNS resolution speed by using 200 frequently used domain names.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
## The PowerShell Script **check-drive-space.ps1**
|
||||
## The PowerShell Script *check-drive-space.ps1*
|
||||
|
||||
This PowerShell script checks a drive for free space left (20 GB by default).
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
## The PowerShell Script **check-drives.ps1**
|
||||
## The PowerShell Script *check-drives.ps1*
|
||||
|
||||
This PowerShell script checks all drives for free space left.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
## The PowerShell Script **check-dusk.ps1**
|
||||
## The PowerShell Script *check-dusk.ps1*
|
||||
|
||||
check-dusk.ps1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
## The PowerShell Script **check-easter-sunday.ps1**
|
||||
## The PowerShell Script *check-easter-sunday.ps1*
|
||||
|
||||
This PowerShell script checks the time until Easter Sunday and replies by text-to-speech (TTS).
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
## The PowerShell Script **check-file-system.ps1**
|
||||
## The PowerShell Script *check-file-system.ps1*
|
||||
|
||||
This PowerShell script checks the file system of a drive. It needs admin rights.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
## The PowerShell Script **check-gpu.ps1**
|
||||
## The PowerShell Script *check-gpu.ps1*
|
||||
|
||||
check-gpu.ps1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
## The PowerShell Script **check-health.ps1**
|
||||
## The PowerShell Script *check-health.ps1*
|
||||
|
||||
This PowerShell script checks some health parameter of the local computer.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
## The PowerShell Script **check-independence-day.ps1**
|
||||
## The PowerShell Script *check-independence-day.ps1*
|
||||
|
||||
This PowerShell script checks the time until Indepence Day and replies by text-to-speech (TTS).
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
## The PowerShell Script **check-ipv4-address.ps1**
|
||||
## The PowerShell Script *check-ipv4-address.ps1*
|
||||
|
||||
This PowerShell script checks the given IPv4 address for validity.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
## The PowerShell Script **check-ipv6-address.ps1**
|
||||
## The PowerShell Script *check-ipv6-address.ps1*
|
||||
|
||||
This PowerShell script checks the given IPv6 address for validity
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
## The PowerShell Script **check-iss-position.ps1**
|
||||
## The PowerShell Script *check-iss-position.ps1*
|
||||
|
||||
This PowerShell script queries the position of the International Space Station (ISS) and replies by text-to-speech (TTS).
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
## The PowerShell Script **check-mac-address.ps1**
|
||||
## The PowerShell Script *check-mac-address.ps1*
|
||||
|
||||
This PowerShell script checks the given MAC address for validity
|
||||
Supported MAC address formats are: 00:00:00:00:00:00 or 00-00-00-00-00-00 or 000000000000.
|
||||
|
@ -1,4 +1,4 @@
|
||||
## The PowerShell Script **check-midnight.ps1**
|
||||
## The PowerShell Script *check-midnight.ps1*
|
||||
|
||||
check-midnight.ps1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
## The PowerShell Script **check-month.ps1**
|
||||
## The PowerShell Script *check-month.ps1*
|
||||
|
||||
This PowerShell script determines and speaks the current month name by text-to-speech (TTS).
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
## The PowerShell Script **check-moon-phase.ps1**
|
||||
## The PowerShell Script *check-moon-phase.ps1*
|
||||
|
||||
This PowerShell script determines the Moon phase and answers by text-to-speech (TTS).
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
## The PowerShell Script **check-new-year.ps1**
|
||||
## The PowerShell Script *check-new-year.ps1*
|
||||
|
||||
This PowerShell script checks the time until New Year and replies by text-to-speech (TTS).
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
## The PowerShell Script **check-noon.ps1**
|
||||
## The PowerShell Script *check-noon.ps1*
|
||||
|
||||
check-noon.ps1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
## The PowerShell Script **check-operating-system.ps1**
|
||||
## The PowerShell Script *check-operating-system.ps1*
|
||||
|
||||
This PowerShell script queries and lists operating system details.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
## The PowerShell Script **check-outlook.ps1**
|
||||
## The PowerShell Script *check-outlook.ps1*
|
||||
|
||||
This PowerShell script checks the inbox of Outlook for new/unread mails.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
## The PowerShell Script **check-pending-reboot.ps1**
|
||||
## The PowerShell Script *check-pending-reboot.ps1*
|
||||
|
||||
check-pending-reboot.ps1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
## The PowerShell Script **check-ping.ps1**
|
||||
## The PowerShell Script *check-ping.ps1*
|
||||
|
||||
This PowerShell script checks the ping latency from the local computer to some Internet hosts.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
## The PowerShell Script **check-ram.ps1**
|
||||
## The PowerShell Script *check-ram.ps1*
|
||||
|
||||
check-ram.ps1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
## The PowerShell Script **check-repo.ps1**
|
||||
## The PowerShell Script *check-repo.ps1*
|
||||
|
||||
This PowerShell script verifies the integrity of a local Git repository.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
## The PowerShell Script **check-santa.ps1**
|
||||
## The PowerShell Script *check-santa.ps1*
|
||||
|
||||
This PowerShell script checks the time until Saint Nicholas Day and replies by text-to-speech (TTS).
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
## The PowerShell Script **check-smart-devices.ps1**
|
||||
## The PowerShell Script *check-smart-devices.ps1*
|
||||
|
||||
check-smart-devices.ps1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
## The PowerShell Script **check-subnet-mask.ps1**
|
||||
## The PowerShell Script *check-subnet-mask.ps1*
|
||||
|
||||
This PowerShell script checks the given subnet mask for validity.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
## The PowerShell Script **check-swap-space.ps1**
|
||||
## The PowerShell Script *check-swap-space.ps1*
|
||||
|
||||
This PowerShell script checks the free swap space.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
## The PowerShell Script **check-symlinks.ps1**
|
||||
## The PowerShell Script *check-symlinks.ps1*
|
||||
|
||||
This PowerShell script checks every symbolic link in a folder (including subfolders).
|
||||
It returns the number of broken symlinks as exit value.
|
||||
|
@ -1,4 +1,4 @@
|
||||
## The PowerShell Script **check-time-zone.ps1**
|
||||
## The PowerShell Script *check-time-zone.ps1*
|
||||
|
||||
This PowerShell script determines and prints the current time zone.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
## The PowerShell Script **check-uptime.ps1**
|
||||
## The PowerShell Script *check-uptime.ps1*
|
||||
|
||||
This PowerShell script queries and prints the uptime.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
## The PowerShell Script **check-vpn.ps1**
|
||||
## The PowerShell Script *check-vpn.ps1*
|
||||
|
||||
This PowerShell script queries and prints the status of any VPN connection.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
## The PowerShell Script **check-weather.ps1**
|
||||
## The PowerShell Script *check-weather.ps1*
|
||||
|
||||
This PowerShell script checks the current weather report.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
## The PowerShell Script **check-week.ps1**
|
||||
## The PowerShell Script *check-week.ps1*
|
||||
|
||||
This PowerShell script determines and speaks the current week number by text-to-speech (TTS).
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
## The PowerShell Script **check-wind.ps1**
|
||||
## The PowerShell Script *check-wind.ps1*
|
||||
|
||||
This PowerShell script determines the current wind conditions and replies by text-to-speech (TTS).
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
## The PowerShell Script **check-windows-system-files.ps1**
|
||||
## The PowerShell Script *check-windows-system-files.ps1*
|
||||
|
||||
This PowerShell script checks the validity of the Windows system files. It requires admin rights.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
## The PowerShell Script **check-xml-file.ps1**
|
||||
## The PowerShell Script *check-xml-file.ps1*
|
||||
|
||||
This PowerShell script checks the given XML file for validity.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
## The PowerShell Script **clean-repo.ps1**
|
||||
## The PowerShell Script *clean-repo.ps1*
|
||||
|
||||
This PowerShell script deletes all untracked files and folders in a Git repository (including submodules).
|
||||
NOTE: To be used with care! This cannot be undone!
|
||||
|
@ -1,4 +1,4 @@
|
||||
## The PowerShell Script **clean-repos.ps1**
|
||||
## The PowerShell Script *clean-repos.ps1*
|
||||
|
||||
This PowerShell script cleans all Git repositories in a folder from untracked files (including submodules).
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
## The PowerShell Script **clear-dns-cache.ps1**
|
||||
## The PowerShell Script *clear-dns-cache.ps1*
|
||||
|
||||
This PowerShell script clears the DNS client cache of the local computer.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
## The PowerShell Script **clear-recycle-bin.ps1**
|
||||
## The PowerShell Script *clear-recycle-bin.ps1*
|
||||
|
||||
This PowerShell script removes the content of the recycle bin folder permanently.
|
||||
IMPORTANT NOTE: this cannot be undo!
|
||||
|
@ -1,4 +1,4 @@
|
||||
## The PowerShell Script **clone-repos.ps1**
|
||||
## The PowerShell Script *clone-repos.ps1*
|
||||
|
||||
This PowerShell script clones well-known Git repositories into a folder.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
## The PowerShell Script **close-calculator.ps1**
|
||||
## The PowerShell Script *close-calculator.ps1*
|
||||
|
||||
This PowerShell script closes the calculator application gracefully.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
## The PowerShell Script **close-chrome.ps1**
|
||||
## The PowerShell Script *close-chrome.ps1*
|
||||
|
||||
This PowerShell script closes the Google Chrome Web browser gracefully.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
## The PowerShell Script **close-cortana.ps1**
|
||||
## The PowerShell Script *close-cortana.ps1*
|
||||
|
||||
This PowerShell script closes Microsoft's Cortana application gracefully.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
## The PowerShell Script **close-edge.ps1**
|
||||
## The PowerShell Script *close-edge.ps1*
|
||||
|
||||
This PowerShell script closes the Microsoft Edge Web browser gracefully.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
## The PowerShell Script **close-file-explorer.ps1**
|
||||
## The PowerShell Script *close-file-explorer.ps1*
|
||||
|
||||
This PowerShell script closes the Microsoft File Explorer application gracefully.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
## The PowerShell Script **close-firefox.ps1**
|
||||
## The PowerShell Script *close-firefox.ps1*
|
||||
|
||||
This PowerShell script closes the Mozilla Firefox Web browser gracefully.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
## The PowerShell Script **close-git-extensions.ps1**
|
||||
## The PowerShell Script *close-git-extensions.ps1*
|
||||
|
||||
This PowerShell script closes the Git Extensions application gracefully.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
## The PowerShell Script **close-magnifier.ps1**
|
||||
## The PowerShell Script *close-magnifier.ps1*
|
||||
|
||||
This PowerShell script closes the Windows Screen Magnifier application gracefully.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
## The PowerShell Script **close-microsoft-paint.ps1**
|
||||
## The PowerShell Script *close-microsoft-paint.ps1*
|
||||
|
||||
This PowerShell script closes the Microsoft Paint application gracefully.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
## The PowerShell Script **close-microsoft-store.ps1**
|
||||
## The PowerShell Script *close-microsoft-store.ps1*
|
||||
|
||||
This PowerShell script closes the Microsoft Store application gracefully.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
## The PowerShell Script **close-netflix.ps1**
|
||||
## The PowerShell Script *close-netflix.ps1*
|
||||
|
||||
This PowerShell script closes the Netflix application gracefully.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
## The PowerShell Script **close-note-pad.ps1**
|
||||
## The PowerShell Script *close-note-pad.ps1*
|
||||
|
||||
This PowerShell script closes the Notepad application gracefully.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
## The PowerShell Script **close-obs-studio.ps1**
|
||||
## The PowerShell Script *close-obs-studio.ps1*
|
||||
|
||||
This PowerShell script closes the OBS Studio application gracefully.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
## The PowerShell Script **close-one-calendar.ps1**
|
||||
## The PowerShell Script *close-one-calendar.ps1*
|
||||
|
||||
This PowerShell script closes the OneCalendar application gracefully.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
## The PowerShell Script **close-outlook.ps1**
|
||||
## The PowerShell Script *close-outlook.ps1*
|
||||
|
||||
This PowerShell script closes the Microsoft Outlook email application gracefully.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
## The PowerShell Script **close-paint-three-d.ps1**
|
||||
## The PowerShell Script *close-paint-three-d.ps1*
|
||||
|
||||
This PowerShell script closes the Paint 3D application gracefully.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
## The PowerShell Script **close-program.ps1**
|
||||
## The PowerShell Script *close-program.ps1*
|
||||
|
||||
This PowerShell script closes a program's processes gracefully.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
## The PowerShell Script **close-serenade.ps1**
|
||||
## The PowerShell Script *close-serenade.ps1*
|
||||
|
||||
This PowerShell script closes the Serenade.ai application gracefully.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
## The PowerShell Script **close-snipping-tool.ps1**
|
||||
## The PowerShell Script *close-snipping-tool.ps1*
|
||||
|
||||
This PowerShell script closes the Snipping Tool application gracefully.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
## The PowerShell Script **close-spotify.ps1**
|
||||
## The PowerShell Script *close-spotify.ps1*
|
||||
|
||||
This PowerShell script closes the Spotify application gracefully.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
## The PowerShell Script **close-task-manager.ps1**
|
||||
## The PowerShell Script *close-task-manager.ps1*
|
||||
|
||||
This PowerShell script closes the Task Manager application gracefully.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
## The PowerShell Script **close-three-d-viewer.ps1**
|
||||
## The PowerShell Script *close-three-d-viewer.ps1*
|
||||
|
||||
This PowerShell script closes the 3D-Viewer application gracefully.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
## The PowerShell Script **close-thunderbird.ps1**
|
||||
## The PowerShell Script *close-thunderbird.ps1*
|
||||
|
||||
This PowerShell script closes the Mozilla Thunderbird email application gracefully.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
## The PowerShell Script **close-visual-studio.ps1**
|
||||
## The PowerShell Script *close-visual-studio.ps1*
|
||||
|
||||
This PowerShell script closes the Microsoft Visual Studio application gracefully.
|
||||
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user