Fixed lists rendered as paragraph, affecting most of this page

This commit is contained in:
Gary Moore 2021-10-04 15:27:29 -07:00 committed by GitHub
parent fa41f46275
commit 21496354fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -95,20 +95,31 @@ manager: dansimp
This policy setting controls the client Point and Print behavior, including the security prompts for Windows Vista computers. The policy setting applies only to non-Print Administrator clients, and only to computers that are members of a domain. This policy setting controls the client Point and Print behavior, including the security prompts for Windows Vista computers. The policy setting applies only to non-Print Administrator clients, and only to computers that are members of a domain.
If you enable this policy setting: If you enable this policy setting:
- Windows XP and later clients will only download print driver components from a list of explicitly named servers. If a compatible print driver is available on the client, a printer connection will be made. If a compatible print driver is not available on the client, no connection will be made. - Windows XP and later clients will only download print driver components from a list of explicitly named servers. If a compatible print driver is available on the client, a printer connection will be made. If a compatible print driver is not available on the client, no connection will be made.
- You can configure Windows Vista clients so that security warnings and elevated command prompts do not appear when users Point and Print, or when printer connection drivers need to be updated. - You can configure Windows Vista clients so that security warnings and elevated command prompts do not appear when users Point and Print, or when printer connection drivers need to be updated.
If you do not configure this policy setting: If you do not configure this policy setting:
- Windows Vista client computers can point and print to any server. - Windows Vista client computers can point and print to any server.
- Windows Vista computers will show a warning and an elevated command prompt when users create a printer connection to any server using Point and Print. - Windows Vista computers will show a warning and an elevated command prompt when users create a printer connection to any server using Point and Print.
- Windows Vista computers will show a warning and an elevated command prompt when an existing printer connection driver needs to be updated. - Windows Vista computers will show a warning and an elevated command prompt when an existing printer connection driver needs to be updated.
- Windows Server 2003 and Windows XP client computers can create a printer connection to any server in their forest using Point and Print. - Windows Server 2003 and Windows XP client computers can create a printer connection to any server in their forest using Point and Print.
If you disable this policy setting: If you disable this policy setting:
- Windows Vista client computers can create a printer connection to any server using Point and Print. - Windows Vista client computers can create a printer connection to any server using Point and Print.
- Windows Vista computers will not show a warning or an elevated command prompt when users create a printer connection to any server using Point and Print. - Windows Vista computers will not show a warning or an elevated command prompt when users create a printer connection to any server using Point and Print.
- Windows Vista computers will not show a warning or an elevated command prompt when an existing printer connection driver needs to be updated. - Windows Vista computers will not show a warning or an elevated command prompt when an existing printer connection driver needs to be updated.
- Windows Server 2003 and Windows XP client computers can create a printer connection to any server using Point and Print. - Windows Server 2003 and Windows XP client computers can create a printer connection to any server using Point and Print.
- The "Users can only point and print to computers in their forest" setting applies only to Windows Server 2003 and Windows XP SP1 (and later service packs). - The "Users can only point and print to computers in their forest" setting applies only to Windows Server 2003 and Windows XP SP1 (and later service packs).
<!--/Description--> <!--/Description-->
@ -122,8 +133,9 @@ ADMX Info:
<!--/ADMXBacked--> <!--/ADMXBacked-->
<!--Example--> <!--Example-->
Example Example:
```
```xml
Name: Point and Print Enable Oma-URI: ./Device/Vendor/MSFT/Policy/Config/Printers/PointAndPrintRestrictions Name: Point and Print Enable Oma-URI: ./Device/Vendor/MSFT/Policy/Config/Printers/PointAndPrintRestrictions
Data type: String Value: <enabled/> Data type: String Value: <enabled/>
<data id="PointAndPrint_TrustedServers_Chk" value="true"/> <data id="PointAndPrint_TrustedServers_Chk" value="true"/>
@ -190,20 +202,31 @@ Data type: String Value: <enabled/>
This policy setting controls the client Point and Print behavior, including the security prompts for Windows Vista computers. The policy setting applies only to non-Print Administrator clients, and only to computers that are members of a domain. This policy setting controls the client Point and Print behavior, including the security prompts for Windows Vista computers. The policy setting applies only to non-Print Administrator clients, and only to computers that are members of a domain.
If you enable this policy setting: If you enable this policy setting:
- Windows XP and later clients will only download print driver components from a list of explicitly named servers. If a compatible print driver is available on the client, a printer connection will be made. If a compatible print driver is not available on the client, no connection will be made. - Windows XP and later clients will only download print driver components from a list of explicitly named servers. If a compatible print driver is available on the client, a printer connection will be made. If a compatible print driver is not available on the client, no connection will be made.
- You can configure Windows Vista clients so that security warnings and elevated command prompts do not appear when users Point and Print, or when printer connection drivers need to be updated. - You can configure Windows Vista clients so that security warnings and elevated command prompts do not appear when users Point and Print, or when printer connection drivers need to be updated.
If you do not configure this policy setting: If you do not configure this policy setting:
- Windows Vista client computers can point and print to any server. - Windows Vista client computers can point and print to any server.
- Windows Vista computers will show a warning and an elevated command prompt when users create a printer connection to any server using Point and Print. - Windows Vista computers will show a warning and an elevated command prompt when users create a printer connection to any server using Point and Print.
- Windows Vista computers will show a warning and an elevated command prompt when an existing printer connection driver needs to be updated. - Windows Vista computers will show a warning and an elevated command prompt when an existing printer connection driver needs to be updated.
- Windows Server 2003 and Windows XP client computers can create a printer connection to any server in their forest using Point and Print. - Windows Server 2003 and Windows XP client computers can create a printer connection to any server in their forest using Point and Print.
If you disable this policy setting: If you disable this policy setting:
- Windows Vista client computers can create a printer connection to any server using Point and Print. - Windows Vista client computers can create a printer connection to any server using Point and Print.
- Windows Vista computers will not show a warning or an elevated command prompt when users create a printer connection to any server using Point and Print. - Windows Vista computers will not show a warning or an elevated command prompt when users create a printer connection to any server using Point and Print.
- Windows Vista computers will not show a warning or an elevated command prompt when an existing printer connection driver needs to be updated. - Windows Vista computers will not show a warning or an elevated command prompt when an existing printer connection driver needs to be updated.
- Windows Server 2003 and Windows XP client computers can create a printer connection to any server using Point and Print. - Windows Server 2003 and Windows XP client computers can create a printer connection to any server using Point and Print.
- The "Users can only point and print to computers in their forest" setting applies only to Windows Server 2003 and Windows XP SP1 (and later service packs). - The "Users can only point and print to computers in their forest" setting applies only to Windows Server 2003 and Windows XP SP1 (and later service packs).
<!--/Description--> <!--/Description-->