Removed mentions of Company Settings Center

This commit is contained in:
JanKeller1 2016-07-28 16:51:27 -07:00
parent ed17b8097d
commit fd5a190187
5 changed files with 2 additions and 32 deletions

View File

@ -36,18 +36,6 @@ The following policy settings can be configured for UE-V.
</thead>
<tbody>
<tr class="odd">
<td align="left"><p>Contact IT Link Text</p></td>
<td align="left"><p>Computers Only</p></td>
<td align="left"><p>This Group Policy setting specifies the text of the Contact IT URL hyperlink in the Company Settings Center.</p></td>
<td align="left"><p>If you enable this Group Policy setting, the Company Settings Center displays the specified text in the link to the Contact IT URL.</p></td>
</tr>
<tr class="even">
<td align="left"><p>Contact IT URL</p></td>
<td align="left"><p>Computers Only</p></td>
<td align="left"><p>This Group Policy setting specifies the URL for the Contact IT link in the Company Settings Center.</p></td>
<td align="left"><p>If you enable this setting, the Company Settings Center Contact IT text links to the specified URL. The link can be of any standard protocol, such as HTTP or mailto.</p></td>
</tr>
<tr class="odd">
<td align="left"><p>Do not use the sync provider</p></td>
<td align="left"><p>Computers and Users</p></td>
<td align="left"><p>By using this Group Policy setting, you can configure whether UE-V uses the sync provider feature. This policy setting also lets you enable notification to appear when the import of user settings is delayed.</p></td>

View File

@ -12,7 +12,7 @@ ms.prod: w10
# Manage Configurations for UE-V
In the course of the User Experience Virtualization (UE-V) lifecycle, you have to manage the configuration of the UE-V service and also manage storage locations for resources such as settings package files. You might have to perform other tasks, for example, configuring the Company Settings Center to define how users interact with UE-V. The following topics provide guidance for managing these UE-V resources.
In the course of the User Experience Virtualization (UE-V) lifecycle, you have to manage the configuration of the UE-V service and also manage storage locations for resources such as settings package files. The following topics provide guidance for managing these UE-V resources.
## Configuring UE-V by using Group Policy Objects
@ -54,10 +54,6 @@ Here are some examples of UE-V configuration settings:
- **Enable/Disable First Use Notification:** Specifies whether UE-V displays a dialog box the first time that the UE-V service runs on a users computer.
- **Enable/Disable Tray Icon:** Specifies whether UE-V displays an icon in the notification area and any notifications associated with it. The icon provides a link to the Company Settings Center.
- **Custom Contact IT Hyperlink:** Defines the path, text, and description for the **Contact IT** hyperlink in the Company Settings Center.
## Have a suggestion for UE-V?
Add or vote on suggestions [here](http://uev.uservoice.com/forums/280428-microsoft-user-experience-virtualization). For UE-V issues, use the [UE-V TechNet Forum](https://social.technet.microsoft.com/Forums/en-us/home?forum=mdopuev&filter=alltypes&sort=lastpostdesc).

View File

@ -192,9 +192,6 @@ To display a list of Windows apps that can synchronize settings on a computer wi
**Definitions of Get-UevAppxPackage properties**
<a href="" id="displayname"></a>**DisplayName**
The name that is displayed to the user in the Company Settings Center application. The `DisplayName` property is derived from the `PackageFamilyName` property.
<a href="" id="packagefamilyname"></a>**PackageFamilyName**
The name of the package that is installed for the current user.
@ -224,9 +221,6 @@ For either parameter, CurrentComputerUser or Computer, the cmdlet returns a list
**Definitions of properties**
<a href="" id="displayname"></a>**DisplayName**
The name that is displayed to the user in the Company Settings Center application. The `DisplayName` property is derived from the `PackageFamilyName` property.
<a href="" id="packagefamilyname"></a>**PackageFamilyName**
The name of the package that is installed for the current user.

View File

@ -64,14 +64,6 @@ You can use Windows Management Instrumentation (WMI) and Windows PowerShell to m
<td align="left"><p>Gets the details for each configuration setting. Displays where the setting is configured or if it uses the default value. Is displayed if the current setting is valid.</p></td>
</tr>
<tr class="even">
<td align="left"><p><code>Set-UevConfiguration -Computer ContactITDescription &lt;IT description&gt;</code></p></td>
<td align="left"><p>Sets the text that is displayed in the Company Settings Center for the help link.</p></td>
</tr>
<tr class="odd">
<td align="left"><p><code>Set-UevConfiguration -Computer -ContactITUrl &lt;string&gt;</code></p></td>
<td align="left"><p>Sets the URL of the link in the Company Settings Center for the help link. Any URL protocol can be used.</p></td>
</tr>
<tr class="even">
<td align="left"><p><code>Set-UevConfiguration -Computer EnableDontSyncWindows8AppSettings</code></p></td>
<td align="left"><p>Configures the UE-V service to not synchronize any Windows apps for all users on the computer.</p></td>
</tr>

View File

@ -72,7 +72,7 @@ The following table explains the trigger events for classic applications and Win
<td align="left"><p>Store any application settings changes to settings storage location</p></td>
</tr>
<tr class="even">
<td align="left"><p><strong>Sync Controller Scheduled Task or “Sync Now” is run from the Company Settings Center</strong></p>
<td align="left"><p><strong>Sync Controller Scheduled Task</strong></p>
<p></p></td>
<td align="left"><p>Application and Windows settings are synchronized between the settings storage location and the local cache.</p>
<div class="alert">