mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-07 18:17:22 +00:00
Merged PR 4398: changed instances of the parameter enablePrint or enablePrinting to
changed instances of the parameter enablePrint or enablePrinting to requirePrinting, per PM
This commit is contained in:
commit
83e27c1562
@ -20,6 +20,8 @@ This topic lists new and updated topics in the [Windows 10 for Education](index.
|
||||
| New or changed topic | Description |
|
||||
| --- | ---- |
|
||||
| [Test Windows 10 S on existing Windows 10 education devices](test-windows10s-for-edu.md) | Updated the the list of device manufacturers. |
|
||||
| [Set up Take a Test on multiple PCs](take-a-test-multiple-pcs.md) | Updated instances of the parameter enablePrint, or enablePrinting, to requirePrinting. |
|
||||
| [Set up Take a Test on a single PC](take-a-test-single-pc.md) | Updated instances of the parameter enablePrint, or enablePrinting, to requirePrinting. |
|
||||
|
||||
## RELEASE: Windows 10, version 1709 (Fall Creators Update)
|
||||
|
||||
|
@ -233,9 +233,9 @@ One of the ways you can present content in a locked down manner is by embedding
|
||||
2. To enable printing, screen capture, or both, use the above link and append one of these parameters:
|
||||
|
||||
- `&enableTextSuggestions` - Enables text suggestions
|
||||
- `&enablePrint` - Enables printing
|
||||
- `&requirePrinting` - Enables printing
|
||||
- `&enableScreenCapture` - Enables screen capture
|
||||
- `&enablePrinting&enableScreenCapture` - Enables printing and screen capture; you can use a combination of `&enableTextSuggestions`, `&enablePrint`, and `&enableScreenCapture` if you want to enable more than one capability.
|
||||
- `&requirePrinting&enableScreenCapture` - Enables printing and screen capture; you can use a combination of `&enableTextSuggestions`, `&requirePrinting`, and `&enableScreenCapture` if you want to enable more than one capability.
|
||||
|
||||
If you exclude these parameters, the default behavior is disabled.
|
||||
|
||||
|
@ -97,9 +97,9 @@ One of the ways you can present content in a locked down manner is by embedding
|
||||
2. To enable printing, screen capture, or both, use the above link and append one of these parameters:
|
||||
|
||||
- `&enableTextSuggestions` - Enables text suggestions
|
||||
- `&enablePrint` - Enables printing
|
||||
- `&requirePrinting` - Enables printing
|
||||
- `&enableScreenCapture` - Enables screen capture
|
||||
- `&enablePrinting&enableScreenCapture` - Enables printing and screen capture; you can use a combination of `&enableTextSuggestions`, `&enablePrint`, and `&enableScreenCapture` if you want to enable more than one capability.
|
||||
- `&requirePrinting&enableScreenCapture` - Enables printing and screen capture; you can use a combination of `&enableTextSuggestions`, `&requirePrinting`, and `&enableScreenCapture` if you want to enable more than one capability.
|
||||
|
||||
If you exclude these parameters, the default behavior is disabled.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user