• [Script of Feb. 24] Enable or disable Internet Explorer enhanced protected mode in Windows 8

    Script Download: 23988.zip
    http://gallery.technet.microsoft.com/Enable-or-disable-Internet-ab7dd2c6

    This PowerShell script sample shows how to enable or disable Internet Explorer enhanced protected mode in Windows 8.

    Sometimes users want to disable Internet Explorer enhanced protected mode in Windows 8 because of compatible problems. This script is to achieve that.

    image image
     image

    You can find more All-In-One Script Framework script samples at http://aka.ms/onescriptingallery

  • [Script of Feb. 18] Create a Shutdown/Restart/Logoff Windows 8 Tile for the Start menu (PowerShell)

    Script Download: 23985.zip
    http://gallery.technet.microsoft.com/How-to-show-all-users-or-5a2493ff

    This script sample shows how to show all users or last login user in Windows 8.

    Sometimes users want to show all user on login screen. This script is to achieve that.

    image image
     image

    You can find more All-In-One Script Framework script samples at http://aka.ms/onescriptingallery

  • [Script of Feb. 6] Script to validate Tempdb configuration in SQL Server

    Script Download: ValidateTempdbConfig.zip 
    http://gallery.technet.microsoft.com/scriptcenter/Script-to-validate-Tempdb-4c988afa 

    This T-SQL sample script illustrates how to check tempdb configuration per best practices. Tempdb is a system database is highly used by Sql Server and an optimal tempdb configuration is generally important for smooth running of the Sql instance.

    Ideal tempdb configuration is a frequently asked question by IT administrators in the TechNet forums.  IT professionals want to check tempdb best practices by script, for example,

    • Checking current number of tempdb data files
    • Suggesting ideal number of tempdb data files (subject to testing).
    • Checking if tempdb files are created of equal size.
    • Checking if tempdb files are created of equal growth (increment and type).
    • Checking if tempdb trace flag (for uniform extent allocation) is enabled and required depending on Sql version
    • Suggesting if tempdb configuration is healthy if no suggestions were made
    • Ability to run script in Sql 2005/2008/2008R2/2012.
    • Properly switching users in Windows 8 without a Start button can be a bit of a chore. Many users may want to switch users in just one click. This script enables users to click a tile to switch user on the Start menu.
    image image
     image

    You can find more All-In-One Script Framework script samples at http://aka.ms/onescriptingallery

  • [Script of Feb. 28] Enable or disable Internet Explorer enhanced protected mode in Windows 8 (VBS)

    Script Download: 23989.zip
    http://gallery.technet.microsoft.com/Enable-or-disable-Internet-77f61d61

    This script sample shows how to enable or disable Internet Explorer enhanced protected mode in Windows 8.

    Sometimes users want to disable Internet Explorer enhanced protected mode in Windows 8 because of compatible problems. This script is to achieve that.

    image image
     image

    You can find more All-In-One Script Framework script samples at http://aka.ms/onescriptingallery

  • [Script of Feb. 21] How to refresh or reset Windows 8 without an Installation Disk (VBScript)

    Script Download: 23983.zip
    http://gallery.technet.microsoft.com/How-to-refresh-or-reset-1974bfa8

    This PowerShell script sample shows how to refresh or reset Windows 8 without an Installation Disk in Windows 8.

    Sometimes users want to refresh or reset Windows 8. But in Windows 8, it requires Media Disk. This script is to solve that.

    image image
     image

    You can find more All-In-One Script Framework script samples at http://aka.ms/onescriptingallery