• [Script of Jan. 10] Script to hide drive letters in Windows (VBScript)

    Script Download: HideDrive(VBS).zip
    http://gallery.technet.microsoft.com/Hiding-the-recovery-a9e849be

    This VBScript sample illustrates how to hide recovery partition or specified partition diskpart(s).

    Some organizations want to hide the BCD partition, or the OEM recovery partition.

    image image
     image

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

  • [Script of Jan. 9] Remove orphaned SIDs from File/Folder ACL (PowerShell)

    Script Download: ReomveSIDFromACL.zip
    http://gallery.technet.microsoft.com/Remove-orphaned-SIDs-from-2231b1f0

    This script is used to remove orphaned SIDs from File/Folder ACL.

    Sometimes, the objects are removed, but the orphaned SIDs are remained​ under security tab. The orphaned SIDs are annoying.

    image image
     image

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

  • [Script of Jan. 8] Verify and reset SRV record (PowerShell)

    Script Download: SRVrecord.zip
    http://gallery.technet.microsoft.com/Verify-and-reset-SRV-record-8246bbc9

    This script can be used to verify and reset SRV record on domain controller.

    IT Administrators may need to check whether the SRV record is problematic, when DC locator cannot works.

    image image
     image

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

  • [Script of Jan. 7] Script to add Windows Gadget to user profile (PowerShell)

    Script Download: AddWindowsGadgetToUserProfile.zip
    http://gallery.technet.microsoft.com/Script-to-add-Windows-c35ab4fd

    This PowerShell script demo illustrates how to add windows gadget to user profile.

    This question is asked by users in the TechNet forum. They just want to add windows gadget to user profile.

    image image
     image

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

  • [Script of Jan. 6] Script to hide drive letters in Windows (PowerShell)

    Script Download: HideDriveLetter.zip
    http://gallery.technet.microsoft.com/Script-to-hide-drive-2f464bd2

    This PowerShell script sample illustrates how to hide drive from explorer view.

    How to hide drive from explorer view is a frequently asked question in many public forums. Normally, we need to edit registry key to do it. Now use this script can reduce time-consuming for edit registry.

    image image
     image

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