diff --git a/README.md b/README.md index 93dc4abe..e5f8b5a2 100644 --- a/README.md +++ b/README.md @@ -114,14 +114,14 @@ Mega Collection of PowerShell Scripts | [enable-god-mode.ps1](Scripts/enable-god-mode.ps1) | Enables the god mode (adds a new icon to the desktop) | [Help](Docs/enable-god-mode.md) | | [list-clipboard.ps1](Scripts/list-clipboard.ps1) | Lists the contents of the clipboard | [Help](Docs/list-clipboard.md) | | [new-email.ps1](Scripts/new-email.ps1) | Starts the default email client to write a new email | [Help](Docs/new-email.md) | -| [open-amazon.ps1](Scripts/open-amazon.ps1) | Opens Amazon's website | [Help](Docs/open-amazon.md) | +| [open-amazon-website.ps1](Scripts/open-amazon-website.ps1)| Opens Amazon's website | [Help](Docs/open-amazon-website.md) | | [open-browser.ps1](Scripts/open-browser.ps1) | Starts the default Web browser | [Help](Docs/open-browser.md) | | [open-calculator.ps1](Scripts/open-calculator.ps1) | Starts the calculator program | [Help](Docs/open-calculator.md) | | [open-c-drive.ps1](Scripts/open-c-drive.ps1) | Opens the C: drive folder | [Help](Docs/open-c-drive.md) | | [open-downloads-folders.ps1](Scripts/open-downloads-folder.ps1) | Opens the user's downloads folder | [Help](Docs/open-downloads-folder.md) | | [open-dropbox-folder.ps1](Scripts/open-dropbox-folder.ps1) | Opens the user's Dropbox folder | [Help](Docs/open-dropbox-folder.md) | | [open-email-client.ps1](Scripts/open-browser.ps1) | Starts the default email client | [Help](Docs/open-email-client.md) | -| [open-facebook.ps1](Scripts/open-facebook.ps1) | Opens Facebook's website | [Help](Docs/open-facebook.md) | +| [open-facebook-website.ps1](Scripts/open-facebook-website.ps1)| Opens Facebook's website | [Help](Docs/open-facebook-website.md) | | [open-file-explorer.ps1](Scripts/open-file-explorer.ps1) | Opens the File Explorer | [Help](Docs/open-file-explorer.md) | | [open-fritz-box.ps1](Scripts/open-fritz-box.ps1) | Opens FRITZ!Box's web interface | [Help](Docs/open-fritz-box.md) | | [open-github.ps1](Scripts/open-github.ps1) | Opens GitHub's website | [Help](Docs/open-github.md) | @@ -136,7 +136,7 @@ Mega Collection of PowerShell Scripts | [open-home-folder.ps1](Scripts/open-home-folder.ps1) | Opens the user's home folder | [Help](Docs/open-home-folder.md) | | [open-music-folder.ps1](Scripts/open-music-folder.ps1)| Opens the user's music folder | [Help](Docs/open-music-folder.md) | | [open-netflix.ps1](Scripts/open-netflix.ps1) | Starts the Netflix app | [Help](Docs/open-netflix.md) | -| [open-microsoft-edge.ps1](Scripts/open-microsoft-edge.ps1) | Launches the Microsoft Edge Web browser | [Help](Docs/open-microsoft-edge.md) | +| [open-edge-browser.ps1](Scripts/open-edge-browser.ps1)| Launches the Edge browser | [Help](Docs/open-edge-browser.md) | | [open-microsoft-store.ps1](Scripts/open-microsoft-store.ps1)| Launches the Microsoft Store app | [Help](Docs/open-microsoft-store.md) | | [open-notepad.ps1](Scripts/open-notepad.ps1) | Starts the Notepad app | [Help](Docs/open-notepad.md) | | [open-onedrive-folder.ps1](Scripts/open-onedrive-folder.ps1)| Opens the user's OneDrive folder | [Help](Docs/open-onedrive-folder.md) | @@ -151,8 +151,8 @@ Mega Collection of PowerShell Scripts | [open-toggl-track.ps1](Scripts/open-toggl-track.ps1) | Opens Toggl Track | [Help](Docs/open-toggl-track.md) | | [open-videos-folder.ps1](Scripts/open-videos-folder.ps1)| Opens the user's videos folder | [Help](Docs/open-videos-folder.md) | | [open-windows-terminal.ps1](Scripts/open-windows-terminal.ps1)| Launches Windows Terminal | [Help](Docs/open-windows-terminal.md) | -| [open-wikipedia.ps1](Scripts/open-wikipedia.ps1) | Opens Wikipedia's website | [Help](Docs/open-wikipedia.md) | -| [open-youtube.ps1](Scripts/open-youtube.ps1) | Opens YouTube.com | [Help](Docs/open-youtube.md) | +| [open-wikipedia-website.ps1](Scripts/open-wikipedia-website.ps1)| Opens Wikipedia's website | [Help](Docs/open-wikipedia-website.md) | +| [open-youtube-website.ps1](Scripts/open-youtube-website.ps1)| Opens YouTube's website | [Help](Docs/open-youtube-website.md) | | [remind-me.ps1](Scripts/remind-me.ps1) | Creates a scheduled task that will display a popup message | [Help](Docs/remind-me.md) | | [save-screenshot.ps1](Scripts/save-screenshot.ps1) | Saves a single screenshot | [Help](Docs/save-screenshot.md) | | [set-wallpaper.ps1](Scripts/set-wallpaper.ps1) | Sets the given image as wallpaper | [Help](Docs/set-wallpaper.md) |