We offer two things:
1. Hundreds of automation script samples based on IT Pros' frequently asked IT tasks
2. Script Browser & Script Analyzer tools to ease and improve the script writing
Script of the Day
Script Download: Add'takeownerShip'ToContext(PowerShell).ziphttp://gallery.technet.microsoft.com/scriptcenter/Add-Take-Ownership-to-4daa582b
In Windows 8, when you want to delete and copy some files and folders, it will show that "you do not have permission to delete or move it”. That is because you are not the owner of the file or folder. This script is to add 'Take ownership' to context menu so that you can easily change the owner to current user.
You can find more All-In-One Script Framework script samples at http://aka.ms/onescriptingallery
Script Download: SetDesktopIE(VBScript).ziphttp://gallery.technet.microsoft.com/scriptcenter/Script-to-make-the-desktop-d4dc8ecc
By default, when you click on a web link in the Windows 8, Internet Explorer will open that web page in the Windows 8 version of IE (non-desktop Internet Explorer). But some users want to make the Desktop Internet Explorer default when they open a web link anywhere.
Script Download: EnableSmartScreen(PowerShell).ziphttp://gallery.technet.microsoft.com/scriptcenter/Script-to-enable-9076d20e
Some of users want to use script to enable SmartScreen in Windows 8 due to some automation tasks. This script can help user to enable SmartScreen via script on multiple computers.
Script Download: EnableSmartScreen(VBScript).ziphttp://gallery.technet.microsoft.com/scriptcenter/Script-to-enable-df939e0d
Some of users want to use script to enable SmartScreen in Windows 8 due to some automation tasks. This script can help user to enable SmartScreen via script.
Script Download: SetDesktopIE(PowerShell).ziphttp://gallery.technet.microsoft.com/scriptcenter/Script-to-make-the-desktop-d0792f48