• [Script of Feb. 4] Change window border,desktop icon spacing,desktop background color and wallpaper

    Script Download: ChangeDesktopIconSize.zip
    http://gallery.technet.microsoft.com/scriptcenter/Change-window-borderdesktop-609a6fb2  

    This sample demonstrates how to change the window border, desktop icon spacing, desktop background color, and wallpaper by using PowerShell script. This script completes the tasks by using P/Invoke to call Windows API functions.

    IT administrators can use this script to adjust desktop appearance for a group of computers to keep a consistent user experience.

    image image
     image

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

  • [Script of Feb. 25] How to add Windows Defender to the file context menu in Windows 8 (PowerShell)

    Script Download: 23986.zip
    http://gallery.technet.microsoft.com/How-to-add-Windows-c35834ef

    This idea is to add Windows defender related cases to context menu so that people can easily scan files or folders in Windows 8.

    Sometimes users want to scan files or folder by using Windows Defender manually. But there are several steps to follow. 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

  • [Script of Feb. 26] How to show all users or last logon user in Windows 8 (PowerShell)

    Script Download: 23984.zip
    http://gallery.technet.microsoft.com/How-to-show-all-users-or-795ab3cd

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

    Sometimes users want to show all user on logon 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. 3] How to verify if an OU exists (VBScript)

    Script Download: VBSFindOU.zip 
    http://gallery.technet.microsoft.com/scriptcenter/How-to-verify-if-an-OU-b0317c33 

    This VBScript illustrates how to check or verify if an Active Directory (AD) Organizational Unit (OU) exists.

    If we bind to a particular OU that does not exist using VBScript, the script terminates with object not found exception. Using this sample script we can verify the existence of required OU before we perform some operation on respective OU.

    image image
     image

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

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

    Script Download: CreateWindowsTile.zip
    http://gallery.technet.microsoft.com/scriptcenter/Create-a-ShutdownRestartLog-37c8111d

    This PowerShell Script shows how to create a Shutdown, Restart or Logoff Windows 8 tile for the Start menu.

    Many users would like to shut down or reboot Windows 8 in just one click. This script enables users to click a tile to shut down, reboot or log off Windows on the Start menu.

    image image
     image

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