From 175815a9271b7dcb1820050fe245a046ae962baa Mon Sep 17 00:00:00 2001 From: Zack T Date: Fri, 10 Mar 2023 22:54:01 -0700 Subject: [PATCH] v1.6.0 = Major refactor & support to replace/remove shortcut Major refactor of logic to add support for new functionality: * Script can now Replace and Remove existing (matching) Shortcuts * Renamed Script; mainly as I left it open to support more shortcut types, but probably should just utilize MDM native functionality instead * Moved chunks of code into functions - Removed unnecessary code/logic --- System Configs/{New-Shortcut.sh => New-InternetShortcut.sh} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename System Configs/{New-Shortcut.sh => New-InternetShortcut.sh} (100%) diff --git a/System Configs/New-Shortcut.sh b/System Configs/New-InternetShortcut.sh similarity index 100% rename from System Configs/New-Shortcut.sh rename to System Configs/New-InternetShortcut.sh