• [Script of Sep. 30] Disable or Enable lock screen in Windows 8 (PowerShell)

    Script Download: DisableLockScreen(PowerShell).zip
    http://gallery.technet.microsoft.com/scriptcenter/Disable-or-Enable-lock-63b42911

    The script is to disable or enable the lock screen.

    The Lock Screen in Windows 8 is pretty good to look at, but really not required on a PC or a laptop.

    image image
    image

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

  • [Script of Sep. 27] Recreate Site Columns using XML Definition file

    Script Download: ImportSiteColumnsFromXML.zip
    http://gallery.technet.microsoft.com/scriptcenter/Recreate-Columns-using-XML-79a570fa

    Consider a scenario where Site Collection Administrator ends up deleting any of the OOB fields (sometimes even the one in _HIDDEN folder) and due to which the site functionality is affected as the association from content types would be broken. In these situations, we must re-create the missing OOB fields. To re-create an OOB field, we need the missing site column’s definitions XML. (You can use PowerShell or SharePoint Manager to dump the XML definitions and paste to XML file in this case)

    This script takes into account the fact that two OOB fields are already deleted from affected site collection. I dumped out the XML schema for these deleted fields in “ImportSiteColumnsXML.xml” file from some other working site collection using PowerShell or SharePoint Manager and the actual script “ImportSiteColumnsFromXML.ps1” uses this schema file and attempts to re-create the deleted fields.

    image image
    image

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

  • [Script of Sep. 26] Make a "Create System Restore Point" shortcut in desktop in Windows 8

    Script Download: SystemRestoreShortCut(PowerShell).zip
    http://gallery.technet.microsoft.com/scriptcenter/Make-a-Create-System-f8f3e27d

    The goal of this script is making a "Create System Restore Point" shortcut in desktop in Windows 8

    After users install some software or change system settings, they want to get back to the system before. In that situation, users need to create a "system restore point". And it will be more convenient if there is a shortcut on desktop.

    image image
    image

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

  • [Script of Sep. 25] Make a "Create System Restore Point" Shortcut in desktop in Windows 8 (VBScript)

    Script Download: SystemRestoreShortCut(VBScript).zip
    http://gallery.technet.microsoft.com/scriptcenter/Make-a-Create-System-4fb604a6

    The goal of this script is making a "Create System Restore Point" shortcut in desktop in Windows 8

    After users install some software or change system settings, they want to get back to the system before. In that situation, users need to create a "system restore point". And it will be more convenient if there is a shortcut on desktop.

    image image
    image

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

  • [Script of Sep. 24] Add "Restart", "Shutdown" , "Sleep" and "Lock" to the Desktop Context Menu

    Script Download: Add'lockshutrestart'ToContext(PowerShell).zip
    http://gallery.technet.microsoft.com/scriptcenter/Add-Restart-Shutdown-Sleep-152dbdea

    The goal of this script is adding "restart", "shutdown", "sleep" and “lock" to the desktop context menu in Windows 8.

    It will be more convenient if there are "restart", "shutdown", "sleep" and "lock" in context menu.

    image image
    image

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