├── LICENSE ├── README.md ├── UpdateNotes.md ├── features.md ├── registrytweaks.md └── src ├── EdgeRemove.ps1 ├── Install-OtherScripts.ps1 ├── LocalNetworkInstaller.ps1 ├── NvidiaAutoinstall.ps1 ├── RUN ZOICWARE.cmd ├── RegistryTweaks10.txt ├── RegistryTweaks11.txt ├── Remove-Locked.ps1 ├── Restore.ps1 ├── RunTweaks.ps1 ├── UltimateContextMenu ├── BlackTheme.reg ├── Shutdown.reg ├── Snipping.reg ├── Snipping11.reg ├── TakeOwnContext.reg ├── killTasks.reg ├── newMenu.reg ├── newMenu11.reg ├── powershellCmd.reg ├── ps1Options.reg ├── runAsAdmin.reg └── superdel.reg ├── Unpin.ps1 ├── ZOICWARE.ps1 ├── configUI.ps1 ├── winfetch.psm1 └── zFunctions.psm1 /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zoicware/ZOICWARE/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zoicware/ZOICWARE/HEAD/README.md -------------------------------------------------------------------------------- /UpdateNotes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zoicware/ZOICWARE/HEAD/UpdateNotes.md -------------------------------------------------------------------------------- /features.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zoicware/ZOICWARE/HEAD/features.md -------------------------------------------------------------------------------- /registrytweaks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zoicware/ZOICWARE/HEAD/registrytweaks.md -------------------------------------------------------------------------------- /src/EdgeRemove.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zoicware/ZOICWARE/HEAD/src/EdgeRemove.ps1 -------------------------------------------------------------------------------- /src/Install-OtherScripts.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zoicware/ZOICWARE/HEAD/src/Install-OtherScripts.ps1 -------------------------------------------------------------------------------- /src/LocalNetworkInstaller.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zoicware/ZOICWARE/HEAD/src/LocalNetworkInstaller.ps1 -------------------------------------------------------------------------------- /src/NvidiaAutoinstall.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zoicware/ZOICWARE/HEAD/src/NvidiaAutoinstall.ps1 -------------------------------------------------------------------------------- /src/RUN ZOICWARE.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zoicware/ZOICWARE/HEAD/src/RUN ZOICWARE.cmd -------------------------------------------------------------------------------- /src/RegistryTweaks10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zoicware/ZOICWARE/HEAD/src/RegistryTweaks10.txt -------------------------------------------------------------------------------- /src/RegistryTweaks11.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zoicware/ZOICWARE/HEAD/src/RegistryTweaks11.txt -------------------------------------------------------------------------------- /src/Remove-Locked.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zoicware/ZOICWARE/HEAD/src/Remove-Locked.ps1 -------------------------------------------------------------------------------- /src/Restore.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zoicware/ZOICWARE/HEAD/src/Restore.ps1 -------------------------------------------------------------------------------- /src/RunTweaks.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zoicware/ZOICWARE/HEAD/src/RunTweaks.ps1 -------------------------------------------------------------------------------- /src/UltimateContextMenu/BlackTheme.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zoicware/ZOICWARE/HEAD/src/UltimateContextMenu/BlackTheme.reg -------------------------------------------------------------------------------- /src/UltimateContextMenu/Shutdown.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zoicware/ZOICWARE/HEAD/src/UltimateContextMenu/Shutdown.reg -------------------------------------------------------------------------------- /src/UltimateContextMenu/Snipping.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zoicware/ZOICWARE/HEAD/src/UltimateContextMenu/Snipping.reg -------------------------------------------------------------------------------- /src/UltimateContextMenu/Snipping11.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zoicware/ZOICWARE/HEAD/src/UltimateContextMenu/Snipping11.reg -------------------------------------------------------------------------------- /src/UltimateContextMenu/TakeOwnContext.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zoicware/ZOICWARE/HEAD/src/UltimateContextMenu/TakeOwnContext.reg -------------------------------------------------------------------------------- /src/UltimateContextMenu/killTasks.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zoicware/ZOICWARE/HEAD/src/UltimateContextMenu/killTasks.reg -------------------------------------------------------------------------------- /src/UltimateContextMenu/newMenu.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zoicware/ZOICWARE/HEAD/src/UltimateContextMenu/newMenu.reg -------------------------------------------------------------------------------- /src/UltimateContextMenu/newMenu11.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zoicware/ZOICWARE/HEAD/src/UltimateContextMenu/newMenu11.reg -------------------------------------------------------------------------------- /src/UltimateContextMenu/powershellCmd.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zoicware/ZOICWARE/HEAD/src/UltimateContextMenu/powershellCmd.reg -------------------------------------------------------------------------------- /src/UltimateContextMenu/ps1Options.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zoicware/ZOICWARE/HEAD/src/UltimateContextMenu/ps1Options.reg -------------------------------------------------------------------------------- /src/UltimateContextMenu/runAsAdmin.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zoicware/ZOICWARE/HEAD/src/UltimateContextMenu/runAsAdmin.reg -------------------------------------------------------------------------------- /src/UltimateContextMenu/superdel.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zoicware/ZOICWARE/HEAD/src/UltimateContextMenu/superdel.reg -------------------------------------------------------------------------------- /src/Unpin.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zoicware/ZOICWARE/HEAD/src/Unpin.ps1 -------------------------------------------------------------------------------- /src/ZOICWARE.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zoicware/ZOICWARE/HEAD/src/ZOICWARE.ps1 -------------------------------------------------------------------------------- /src/configUI.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zoicware/ZOICWARE/HEAD/src/configUI.ps1 -------------------------------------------------------------------------------- /src/winfetch.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zoicware/ZOICWARE/HEAD/src/winfetch.psm1 -------------------------------------------------------------------------------- /src/zFunctions.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zoicware/ZOICWARE/HEAD/src/zFunctions.psm1 --------------------------------------------------------------------------------