Most Recent Scripts:
Restart Syncro-Live
Required Files: None Restart Syncro-Live if device is online, but Live is unavailable. Restart-Service SyncroLive
Uninstall Program – Nirsoft UninstallView
Required Files: SharedScriptRequiredFile 48 Uninstall a Program Specified at Runtime. Use * for a wildcard for the program name. Ex. Mozilla Firefox* Currently set to uninstall up to 5 programs that matches the variable at a time. Import-Module $env:SyncroModule...
Uninstall Pulseway
Required Files: None This script will uninstall the Pulseway agent and delete the configuration for the Pulseway agent. Please note that this script will not work if the Pulseway agent is installed only for one user: $result = gwmi win32_product -filter "Name LIKE...
Disable Windows 10 fast boot via Powershell
Required Files: None Is your PC truly shutting down? While fast startup is a pretty harmless tool that can deliver a considerable startup speed boost, especially to PCs using hard-disk drives (HDD), some people prefer to have their PC truly shut down when they click...
Set – Windows Defender to run in Sandbox
Required Files: None setx /M MP_FORCE_USE_SANDBOX 1
MAC – Remove Webroot
Required Files: None #!/bin/sh launchctl unload com.webroot.security.mac.plist launchctl unload com.webroot.webfilter.mac.plist rm -rf /Applications/Webroot\ SecureAnywhere.app #!/bin/sh launchctl unload com.webroot.security.mac.plist launchctl unload...
MAC – Reapply User Permissions
Required Files: None #!/bin/sh diskutil repairPermissions / #!/bin/sh diskutil repairPermissions /
MAC – Purge Disk Cache
Required Files: None #!/bin/sh purge #!/bin/sh purge
MAC – Enable Firewall
Required Files: None #!/bin/sh /usr/libexec/ApplicationFirewall/socketfilterfw --setglobalstate on #!/bin/sh /usr/libexec/ApplicationFirewall/socketfilterfw --setglobalstate on
MAC – Enable Gatekeeper
Required Files: None #!/bin/sh spctl --master-enable #!/bin/sh spctl --master-enable