mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-15 10:23:37 +00:00
7431425
This commit is contained in:
@ -13,6 +13,11 @@ author: jdeckerMS
|
|||||||
|
|
||||||
This topic lists new and updated topics in the [Manage and update Windows 10](index.md) documentation for [Windows 10 and Windows 10 Mobile](../index.md).
|
This topic lists new and updated topics in the [Manage and update Windows 10](index.md) documentation for [Windows 10 and Windows 10 Mobile](../index.md).
|
||||||
|
|
||||||
|
## May 2016
|
||||||
|
|
||||||
|
New or changed topic | Description |
|
||||||
|
---|---|
|
||||||
|
[Set up a kiosk on Windows 10 Pro, Enterprise, or Education](set-up-a-kiosk-for-windows-10-for-desktop-editions.md) | Corrected script for setting a custom shell using Shell Launcher |
|
||||||
## April 2016
|
## April 2016
|
||||||
|
|
||||||
|
|
||||||
|
@ -350,7 +350,9 @@ Modify the following PowerShell script as appropriate. The comments in the sampl
|
|||||||
|
|
||||||
$ShellLauncherClass.SetEnabled($TRUE)
|
$ShellLauncherClass.SetEnabled($TRUE)
|
||||||
|
|
||||||
“`nEnabled is set to “ + $DefaultShellObject.IsEnabled()
|
$IsShellLauncherEnabled = $ShellLauncherClass.IsEnabled()
|
||||||
|
|
||||||
|
“`nEnabled is set to “ + $IsShellLauncherEnabled.Enabled
|
||||||
|
|
||||||
# Remove the new custom shells.
|
# Remove the new custom shells.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user