• [Script of Mar. 19] Import favorites website to IE compatibility view list in Windows 8 (PowerShell)

    Script Download: 26705.zip
    http://gallery.technet.microsoft.com/Import-favorites-website-caec4878

    This script sample shows how import favorites website to IE compatibility view list in Windows 8.

    As we all know there are some compatible issues on Internet Explorer 10 or 11, sometimes our favorite website will not display normally. This script is to import favorites website to IE compatibility view list.

    image image
     image

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

  • [Script of Mar. 21] How to import favorites website to IE compatibility view list in Windows 8 (VBS)

    Script Download: 26706.zip
    http://gallery.technet.microsoft.com/How-to-import-favorites-d1064f09

    This script sample shows how import favorites website to IE compatibility view list in Windows 8.

    As we all know there are some compatible issues on Internet Explorer 10 or 11, sometimes our favorite website will not display normally. This script is to import favorites website to IE compatibility view list.

    image image
     image

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

  • [Script of Mar. 26] How to duplicate files by checking MD5 in Windows 8 (PowerShell)

    Script Download: 21727.zip
    http://gallery.technet.microsoft.com/How-to-duplicate-files-by-36f0cd27

    This script sample shows how to duplicate files by checking MD5 in Windows 8.

    Sometimes users will copy some files from one place to another. However after a long time, users may not know where the file is. This script is to found duplicated file by checking MD5.

    image image
     image

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

  • [Script of Mar. 11] How to check SQL Server stale statistics (T-SQL)

    Script Download: CheckStaleStatics.zip
    http://gallery.technet.microsoft.com/How-to-check-SQL-Server-4fefea34

    This T-SQL script will check SQL Server stale statistics that may cause performance issues.

    Some people asked how to find stale statistics for these statistics may cause performance issues. This T-SQL script will demo how to check stale statistics which have been updated for more than 1000 times in SQL Server 2008 R2 starting with Service Package 2 or SQL Server 2012 starting with Service Package 1.

    image image
     image

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

  • [Script of Mar. 6] How to detect trace flag 834 and column store indexes in SQL Server (T-SQL)

    Script Download: CheckTF834CSI.zip
    http://gallery.technet.microsoft.com/How-to-detect-trace-flag-1ce1152a

    This T-SQL script will demo how to detect if trace flag 834 is enable and column store indexes are used in SQL Server.

    If trace flag 834 is enabled and column store indexes are used, you may encounter performance issues with applications. This script will demo how to detect this problem. If it exists, the script will warn you.

    image image
     image

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