mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-12 13:27:23 +00:00
Revert WindowsAI CSP
This commit is contained in:
parent
044e788081
commit
166545dd34
@ -137,14 +137,9 @@ This article lists the policies that are applicable for Windows Insider Preview
|
||||
|
||||
## WindowsAI
|
||||
|
||||
- [SetDenyAppListForRecall](policy-csp-windowsai.md#setdenyapplistforrecall)
|
||||
- [SetDenyUriListForRecall](policy-csp-windowsai.md#setdenyurilistforrecall)
|
||||
- [SetMaximumStorageSpaceForRecallSnapshots](policy-csp-windowsai.md#setmaximumstoragespaceforrecallsnapshots)
|
||||
- [SetMaximumStorageDurationForRecallSnapshots](policy-csp-windowsai.md#setmaximumstoragedurationforrecallsnapshots)
|
||||
- [AllowRecallExport](policy-csp-windowsai.md#allowrecallexport)
|
||||
- [SetCopilotHardwareKey](policy-csp-windowsai.md#setcopilothardwarekey)
|
||||
- [DisableImageCreator](policy-csp-windowsai.md#disableimagecreator)
|
||||
- [DisableCocreator](policy-csp-windowsai.md#disablecocreator)
|
||||
- [AllowRecallEnablement](policy-csp-windowsai.md#allowrecallenablement)
|
||||
|
||||
## WindowsLicensing CSP
|
||||
|
||||
|
@ -15,143 +15,19 @@ ms.date: 11/05/2024
|
||||
<!-- Add any additional information about this policy here. Anything outside this section will get overwritten. -->
|
||||
<!-- WindowsAI-Editable-End -->
|
||||
|
||||
<!-- AllowRecallEnablement-Begin -->
|
||||
## AllowRecallEnablement
|
||||
|
||||
<!-- AllowRecallEnablement-Applicability-Begin -->
|
||||
| Scope | Editions | Applicable OS |
|
||||
|:--|:--|:--|
|
||||
| ✅ Device <br> ❌ User | ✅ Pro <br> ✅ Enterprise <br> ✅ Education <br> ✅ Windows SE <br> ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview |
|
||||
<!-- AllowRecallEnablement-Applicability-End -->
|
||||
|
||||
<!-- AllowRecallEnablement-OmaUri-Begin -->
|
||||
```Device
|
||||
./Device/Vendor/MSFT/Policy/Config/WindowsAI/AllowRecallEnablement
|
||||
```
|
||||
<!-- AllowRecallEnablement-OmaUri-End -->
|
||||
|
||||
<!-- AllowRecallEnablement-Description-Begin -->
|
||||
<!-- Description-Source-DDF -->
|
||||
This policy allows you to determine whether Recall optional component allowed on a device. When this policy enabled, Recall bits are allowed on a device. If the police set to disabled or not configured, it's a signal to disable Recall and remove Recall component bits from device (all users snapshot data will be deleted).
|
||||
<!-- AllowRecallEnablement-Description-End -->
|
||||
|
||||
<!-- AllowRecallEnablement-Editable-Begin -->
|
||||
<!-- Add any additional information about this policy here. Anything outside this section will get overwritten. -->
|
||||
<!-- AllowRecallEnablement-Editable-End -->
|
||||
|
||||
<!-- AllowRecallEnablement-DFProperties-Begin -->
|
||||
**Description framework properties**:
|
||||
|
||||
| Property name | Property value |
|
||||
|:--|:--|
|
||||
| Format | `int` |
|
||||
| Access Type | Add, Delete, Get, Replace |
|
||||
| Default Value | 1 |
|
||||
<!-- AllowRecallEnablement-DFProperties-End -->
|
||||
|
||||
<!-- AllowRecallEnablement-AllowedValues-Begin -->
|
||||
**Allowed values**:
|
||||
|
||||
| Value | Description |
|
||||
|:--|:--|
|
||||
| 0 | Recall isn't available. |
|
||||
| 1 (Default) | Recall is available. |
|
||||
<!-- AllowRecallEnablement-AllowedValues-End -->
|
||||
|
||||
<!-- AllowRecallEnablement-GpMapping-Begin -->
|
||||
**Group policy mapping**:
|
||||
|
||||
| Name | Value |
|
||||
|:--|:--|
|
||||
| Name | AllowRecallEnablement |
|
||||
| Path | WindowsAI > AT > WindowsComponents > WindowsAI |
|
||||
<!-- AllowRecallEnablement-GpMapping-End -->
|
||||
|
||||
<!-- AllowRecallEnablement-Examples-Begin -->
|
||||
<!-- Add any examples for this policy here. Examples outside this section will get overwritten. -->
|
||||
<!-- AllowRecallEnablement-Examples-End -->
|
||||
|
||||
<!-- AllowRecallEnablement-End -->
|
||||
|
||||
<!-- AllowRecallExport-Begin -->
|
||||
## AllowRecallExport
|
||||
|
||||
<!-- AllowRecallExport-Applicability-Begin -->
|
||||
| Scope | Editions | Applicable OS |
|
||||
|:--|:--|:--|
|
||||
| ✅ Device <br> ✅ User | ✅ Pro <br> ✅ Enterprise <br> ✅ Education <br> ✅ Windows SE <br> ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview |
|
||||
<!-- AllowRecallExport-Applicability-End -->
|
||||
|
||||
<!-- AllowRecallExport-OmaUri-Begin -->
|
||||
```User
|
||||
./User/Vendor/MSFT/Policy/Config/WindowsAI/AllowRecallExport
|
||||
```
|
||||
|
||||
```Device
|
||||
./Device/Vendor/MSFT/Policy/Config/WindowsAI/AllowRecallExport
|
||||
```
|
||||
<!-- AllowRecallExport-OmaUri-End -->
|
||||
|
||||
<!-- AllowRecallExport-Description-Begin -->
|
||||
<!-- Description-Source-DDF -->
|
||||
This policy allows you to determine whether Recall and snapshot information can be exported. Recall and snapshot information may be sensitive, and the files that are exported are unencrypted. Users can export from Settings > Privacy & Security > Recall & Snapshots > Advanced Settings > Export your Recall and snapshot info. Users are warned that the files are unencrypted before exporting. When you set this policy to enabled, users will be able to export Recall and snapshot information. If the policy is set to disabled or not configured, users won't be able to export their Recall and snapshot information.
|
||||
<!-- AllowRecallExport-Description-End -->
|
||||
|
||||
<!-- AllowRecallExport-Editable-Begin -->
|
||||
<!-- Add any additional information about this policy here. Anything outside this section will get overwritten. -->
|
||||
<!-- AllowRecallExport-Editable-End -->
|
||||
|
||||
<!-- AllowRecallExport-DFProperties-Begin -->
|
||||
**Description framework properties**:
|
||||
|
||||
| Property name | Property value |
|
||||
|:--|:--|
|
||||
| Format | `int` |
|
||||
| Access Type | Add, Delete, Get, Replace |
|
||||
| Default Value | 0 |
|
||||
<!-- AllowRecallExport-DFProperties-End -->
|
||||
|
||||
<!-- AllowRecallExport-AllowedValues-Begin -->
|
||||
**Allowed values**:
|
||||
|
||||
| Value | Description |
|
||||
|:--|:--|
|
||||
| 0 (Default) | Deny export of Recall and snapshots information. |
|
||||
| 1 | Allow export of Recall and snapshot information. |
|
||||
<!-- AllowRecallExport-AllowedValues-End -->
|
||||
|
||||
<!-- AllowRecallExport-GpMapping-Begin -->
|
||||
**Group policy mapping**:
|
||||
|
||||
| Name | Value |
|
||||
|:--|:--|
|
||||
| Name | AllowRecallExport |
|
||||
| Path | WindowsAI > AT > WindowsComponents > WindowsAI |
|
||||
<!-- AllowRecallExport-GpMapping-End -->
|
||||
|
||||
<!-- AllowRecallExport-Examples-Begin -->
|
||||
<!-- Add any examples for this policy here. Examples outside this section will get overwritten. -->
|
||||
<!-- AllowRecallExport-Examples-End -->
|
||||
|
||||
<!-- AllowRecallExport-End -->
|
||||
|
||||
<!-- DisableAIDataAnalysis-Begin -->
|
||||
## DisableAIDataAnalysis
|
||||
|
||||
<!-- DisableAIDataAnalysis-Applicability-Begin -->
|
||||
| Scope | Editions | Applicable OS |
|
||||
|:--|:--|:--|
|
||||
| ✅ Device <br> ✅ User | ✅ Pro <br> ✅ Enterprise <br> ✅ Education <br> ✅ Windows SE <br> ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later |
|
||||
| ❌ Device <br> ✅ User | ✅ Pro <br> ✅ Enterprise <br> ✅ Education <br> ✅ Windows SE <br> ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later |
|
||||
<!-- DisableAIDataAnalysis-Applicability-End -->
|
||||
|
||||
<!-- DisableAIDataAnalysis-OmaUri-Begin -->
|
||||
```User
|
||||
./User/Vendor/MSFT/Policy/Config/WindowsAI/DisableAIDataAnalysis
|
||||
```
|
||||
|
||||
```Device
|
||||
./Device/Vendor/MSFT/Policy/Config/WindowsAI/DisableAIDataAnalysis
|
||||
```
|
||||
<!-- DisableAIDataAnalysis-OmaUri-End -->
|
||||
|
||||
<!-- DisableAIDataAnalysis-Description-Begin -->
|
||||
@ -336,7 +212,7 @@ This policy setting allows you to control whether Image Creator functionality is
|
||||
<!-- SetCopilotHardwareKey-Applicability-Begin -->
|
||||
| Scope | Editions | Applicable OS |
|
||||
|:--|:--|:--|
|
||||
| ❌ Device <br> ✅ User | ✅ Pro <br> ✅ Enterprise <br> ✅ Education <br> ✅ Windows SE <br> ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 with [KB5044380](https://support.microsoft.com/help/5044380) [10.0.22621.4391] and later |
|
||||
| ❌ Device <br> ✅ User | ✅ Pro <br> ✅ Enterprise <br> ✅ Education <br> ✅ Windows SE <br> ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview |
|
||||
<!-- SetCopilotHardwareKey-Applicability-End -->
|
||||
|
||||
<!-- SetCopilotHardwareKey-OmaUri-Begin -->
|
||||
@ -382,244 +258,6 @@ This policy setting determines which app opens when the user presses the Copilot
|
||||
|
||||
<!-- SetCopilotHardwareKey-End -->
|
||||
|
||||
<!-- SetDenyAppListForRecall-Begin -->
|
||||
## SetDenyAppListForRecall
|
||||
|
||||
<!-- SetDenyAppListForRecall-Applicability-Begin -->
|
||||
| Scope | Editions | Applicable OS |
|
||||
|:--|:--|:--|
|
||||
| ✅ Device <br> ✅ User | ✅ Pro <br> ✅ Enterprise <br> ✅ Education <br> ✅ Windows SE <br> ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview |
|
||||
<!-- SetDenyAppListForRecall-Applicability-End -->
|
||||
|
||||
<!-- SetDenyAppListForRecall-OmaUri-Begin -->
|
||||
```User
|
||||
./User/Vendor/MSFT/Policy/Config/WindowsAI/SetDenyAppListForRecall
|
||||
```
|
||||
|
||||
```Device
|
||||
./Device/Vendor/MSFT/Policy/Config/WindowsAI/SetDenyAppListForRecall
|
||||
```
|
||||
<!-- SetDenyAppListForRecall-OmaUri-End -->
|
||||
|
||||
<!-- SetDenyAppListForRecall-Description-Begin -->
|
||||
<!-- Description-Source-DDF -->
|
||||
This policy allows you to define a list of apps that Windows won't include in snapshots for Recall. Users will be able to add additional applications to exclude from snapshots using Recall settings. The list can include Application User Model IDs (AUMID) or the name of the executable file. Use a semicolon-separated list of apps to define the deny app list for Recall. For example: code.exe;Microsoft. WindowsNotepad_8wekyb3d8bbwe!App;ms-teams.exe.
|
||||
<!-- SetDenyAppListForRecall-Description-End -->
|
||||
|
||||
<!-- SetDenyAppListForRecall-Editable-Begin -->
|
||||
<!-- Add any additional information about this policy here. Anything outside this section will get overwritten. -->
|
||||
<!-- SetDenyAppListForRecall-Editable-End -->
|
||||
|
||||
<!-- SetDenyAppListForRecall-DFProperties-Begin -->
|
||||
**Description framework properties**:
|
||||
|
||||
| Property name | Property value |
|
||||
|:--|:--|
|
||||
| Format | `chr` (string) |
|
||||
| Access Type | Add, Delete, Get, Replace |
|
||||
| Allowed Values | List (Delimiter: `;`) |
|
||||
<!-- SetDenyAppListForRecall-DFProperties-End -->
|
||||
|
||||
<!-- SetDenyAppListForRecall-GpMapping-Begin -->
|
||||
**Group policy mapping**:
|
||||
|
||||
| Name | Value |
|
||||
|:--|:--|
|
||||
| Name | DenyAppListForRecall |
|
||||
| Path | WindowsAI > AT > WindowsComponents > WindowsAI |
|
||||
<!-- SetDenyAppListForRecall-GpMapping-End -->
|
||||
|
||||
<!-- SetDenyAppListForRecall-Examples-Begin -->
|
||||
<!-- Add any examples for this policy here. Examples outside this section will get overwritten. -->
|
||||
<!-- SetDenyAppListForRecall-Examples-End -->
|
||||
|
||||
<!-- SetDenyAppListForRecall-End -->
|
||||
|
||||
<!-- SetDenyUriListForRecall-Begin -->
|
||||
## SetDenyUriListForRecall
|
||||
|
||||
<!-- SetDenyUriListForRecall-Applicability-Begin -->
|
||||
| Scope | Editions | Applicable OS |
|
||||
|:--|:--|:--|
|
||||
| ✅ Device <br> ✅ User | ✅ Pro <br> ✅ Enterprise <br> ✅ Education <br> ✅ Windows SE <br> ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview |
|
||||
<!-- SetDenyUriListForRecall-Applicability-End -->
|
||||
|
||||
<!-- SetDenyUriListForRecall-OmaUri-Begin -->
|
||||
```User
|
||||
./User/Vendor/MSFT/Policy/Config/WindowsAI/SetDenyUriListForRecall
|
||||
```
|
||||
|
||||
```Device
|
||||
./Device/Vendor/MSFT/Policy/Config/WindowsAI/SetDenyUriListForRecall
|
||||
```
|
||||
<!-- SetDenyUriListForRecall-OmaUri-End -->
|
||||
|
||||
<!-- SetDenyUriListForRecall-Description-Begin -->
|
||||
<!-- Description-Source-DDF -->
|
||||
This policy allows you to define a list of URIs that Windows won't include in snapshots for Recall when a supported browser is used. Users will be able to add additional websites to exclude from snapshots using Recall settings. Adding WoodgroveBank.com to the list would also filter Account. WoodgroveBank.com and WoodgroveBank.com/Account. Use a semicolon-separated list of URIs to define the deny URI list for Recall. For example: Contoso.com;WoodgroveBank.com;Adatum.com.
|
||||
<!-- SetDenyUriListForRecall-Description-End -->
|
||||
|
||||
<!-- SetDenyUriListForRecall-Editable-Begin -->
|
||||
<!-- Add any additional information about this policy here. Anything outside this section will get overwritten. -->
|
||||
<!-- SetDenyUriListForRecall-Editable-End -->
|
||||
|
||||
<!-- SetDenyUriListForRecall-DFProperties-Begin -->
|
||||
**Description framework properties**:
|
||||
|
||||
| Property name | Property value |
|
||||
|:--|:--|
|
||||
| Format | `chr` (string) |
|
||||
| Access Type | Add, Delete, Get, Replace |
|
||||
| Allowed Values | List (Delimiter: `;`) |
|
||||
<!-- SetDenyUriListForRecall-DFProperties-End -->
|
||||
|
||||
<!-- SetDenyUriListForRecall-GpMapping-Begin -->
|
||||
**Group policy mapping**:
|
||||
|
||||
| Name | Value |
|
||||
|:--|:--|
|
||||
| Name | DenyUriListForRecall |
|
||||
| Path | WindowsAI > AT > WindowsComponents > WindowsAI |
|
||||
<!-- SetDenyUriListForRecall-GpMapping-End -->
|
||||
|
||||
<!-- SetDenyUriListForRecall-Examples-Begin -->
|
||||
<!-- Add any examples for this policy here. Examples outside this section will get overwritten. -->
|
||||
<!-- SetDenyUriListForRecall-Examples-End -->
|
||||
|
||||
<!-- SetDenyUriListForRecall-End -->
|
||||
|
||||
<!-- SetMaximumStorageDurationForRecallSnapshots-Begin -->
|
||||
## SetMaximumStorageDurationForRecallSnapshots
|
||||
|
||||
<!-- SetMaximumStorageDurationForRecallSnapshots-Applicability-Begin -->
|
||||
| Scope | Editions | Applicable OS |
|
||||
|:--|:--|:--|
|
||||
| ✅ Device <br> ✅ User | ✅ Pro <br> ✅ Enterprise <br> ✅ Education <br> ✅ Windows SE <br> ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview |
|
||||
<!-- SetMaximumStorageDurationForRecallSnapshots-Applicability-End -->
|
||||
|
||||
<!-- SetMaximumStorageDurationForRecallSnapshots-OmaUri-Begin -->
|
||||
```User
|
||||
./User/Vendor/MSFT/Policy/Config/WindowsAI/SetMaximumStorageDurationForRecallSnapshots
|
||||
```
|
||||
|
||||
```Device
|
||||
./Device/Vendor/MSFT/Policy/Config/WindowsAI/SetMaximumStorageDurationForRecallSnapshots
|
||||
```
|
||||
<!-- SetMaximumStorageDurationForRecallSnapshots-OmaUri-End -->
|
||||
|
||||
<!-- SetMaximumStorageDurationForRecallSnapshots-Description-Begin -->
|
||||
<!-- Description-Source-DDF -->
|
||||
This policy setting allows you to control the maximum amount of time (in days) that Windows saves snapshots for Recall. When the policy is enabled, you can configure the maximum storage duration to be 30, 60, 90, or 180 days. When this policy isn't configured, a time frame isn't set for deleting snapshots. Snapshots aren't deleted until the maximum storage allocation for Recall is reached, and then the oldest snapshots are deleted first.
|
||||
<!-- SetMaximumStorageDurationForRecallSnapshots-Description-End -->
|
||||
|
||||
<!-- SetMaximumStorageDurationForRecallSnapshots-Editable-Begin -->
|
||||
<!-- Add any additional information about this policy here. Anything outside this section will get overwritten. -->
|
||||
<!-- SetMaximumStorageDurationForRecallSnapshots-Editable-End -->
|
||||
|
||||
<!-- SetMaximumStorageDurationForRecallSnapshots-DFProperties-Begin -->
|
||||
**Description framework properties**:
|
||||
|
||||
| Property name | Property value |
|
||||
|:--|:--|
|
||||
| Format | `int` |
|
||||
| Access Type | Add, Delete, Get, Replace |
|
||||
| Default Value | 0 |
|
||||
<!-- SetMaximumStorageDurationForRecallSnapshots-DFProperties-End -->
|
||||
|
||||
<!-- SetMaximumStorageDurationForRecallSnapshots-AllowedValues-Begin -->
|
||||
**Allowed values**:
|
||||
|
||||
| Value | Description |
|
||||
|:--|:--|
|
||||
| 0 (Default) | Let the OS define the maximum amount of time the snapshots will be saved. |
|
||||
| 30 | 30 days. |
|
||||
| 60 | 60 days. |
|
||||
| 90 | 90 days. |
|
||||
| 180 | 180 days. |
|
||||
<!-- SetMaximumStorageDurationForRecallSnapshots-AllowedValues-End -->
|
||||
|
||||
<!-- SetMaximumStorageDurationForRecallSnapshots-GpMapping-Begin -->
|
||||
**Group policy mapping**:
|
||||
|
||||
| Name | Value |
|
||||
|:--|:--|
|
||||
| Name | SetMaximumStorageDurationForRecallSnapshots |
|
||||
| Path | WindowsAI > AT > WindowsComponents > WindowsAI |
|
||||
<!-- SetMaximumStorageDurationForRecallSnapshots-GpMapping-End -->
|
||||
|
||||
<!-- SetMaximumStorageDurationForRecallSnapshots-Examples-Begin -->
|
||||
<!-- Add any examples for this policy here. Examples outside this section will get overwritten. -->
|
||||
<!-- SetMaximumStorageDurationForRecallSnapshots-Examples-End -->
|
||||
|
||||
<!-- SetMaximumStorageDurationForRecallSnapshots-End -->
|
||||
|
||||
<!-- SetMaximumStorageSpaceForRecallSnapshots-Begin -->
|
||||
## SetMaximumStorageSpaceForRecallSnapshots
|
||||
|
||||
<!-- SetMaximumStorageSpaceForRecallSnapshots-Applicability-Begin -->
|
||||
| Scope | Editions | Applicable OS |
|
||||
|:--|:--|:--|
|
||||
| ✅ Device <br> ✅ User | ✅ Pro <br> ✅ Enterprise <br> ✅ Education <br> ✅ Windows SE <br> ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview |
|
||||
<!-- SetMaximumStorageSpaceForRecallSnapshots-Applicability-End -->
|
||||
|
||||
<!-- SetMaximumStorageSpaceForRecallSnapshots-OmaUri-Begin -->
|
||||
```User
|
||||
./User/Vendor/MSFT/Policy/Config/WindowsAI/SetMaximumStorageSpaceForRecallSnapshots
|
||||
```
|
||||
|
||||
```Device
|
||||
./Device/Vendor/MSFT/Policy/Config/WindowsAI/SetMaximumStorageSpaceForRecallSnapshots
|
||||
```
|
||||
<!-- SetMaximumStorageSpaceForRecallSnapshots-OmaUri-End -->
|
||||
|
||||
<!-- SetMaximumStorageSpaceForRecallSnapshots-Description-Begin -->
|
||||
<!-- Description-Source-DDF -->
|
||||
This policy setting allows you to control the maximum amount of disk space that can be used by Windows to save snapshots for Recall. You can set the maximum amount of disk space for snapshots to be 10, 25, 50, 75, 100, or 150 GB. When this setting isn't configured, the OS configures the storage allocation for snapshots based on the device storage capacity. 25 GB is allocated when the device storage capacity is 256 GB. 75 GB is allocated when the device storage capacity is 512 GB. 150 GB is allocated when the device storage capacity is 1 TB or higher.
|
||||
<!-- SetMaximumStorageSpaceForRecallSnapshots-Description-End -->
|
||||
|
||||
<!-- SetMaximumStorageSpaceForRecallSnapshots-Editable-Begin -->
|
||||
<!-- Add any additional information about this policy here. Anything outside this section will get overwritten. -->
|
||||
<!-- SetMaximumStorageSpaceForRecallSnapshots-Editable-End -->
|
||||
|
||||
<!-- SetMaximumStorageSpaceForRecallSnapshots-DFProperties-Begin -->
|
||||
**Description framework properties**:
|
||||
|
||||
| Property name | Property value |
|
||||
|:--|:--|
|
||||
| Format | `int` |
|
||||
| Access Type | Add, Delete, Get, Replace |
|
||||
| Default Value | 0 |
|
||||
<!-- SetMaximumStorageSpaceForRecallSnapshots-DFProperties-End -->
|
||||
|
||||
<!-- SetMaximumStorageSpaceForRecallSnapshots-AllowedValues-Begin -->
|
||||
**Allowed values**:
|
||||
|
||||
| Value | Description |
|
||||
|:--|:--|
|
||||
| 0 (Default) | Let the OS define the maximum storage amount based on hard drive storage size. |
|
||||
| 10000 | 10GB. |
|
||||
| 25000 | 25GB. |
|
||||
| 50000 | 50GB. |
|
||||
| 75000 | 75GB. |
|
||||
| 100000 | 100GB. |
|
||||
| 150000 | 150GB. |
|
||||
<!-- SetMaximumStorageSpaceForRecallSnapshots-AllowedValues-End -->
|
||||
|
||||
<!-- SetMaximumStorageSpaceForRecallSnapshots-GpMapping-Begin -->
|
||||
**Group policy mapping**:
|
||||
|
||||
| Name | Value |
|
||||
|:--|:--|
|
||||
| Name | SetMaximumStorageSpaceForRecallSnapshots |
|
||||
| Path | WindowsAI > AT > WindowsComponents > WindowsAI |
|
||||
<!-- SetMaximumStorageSpaceForRecallSnapshots-GpMapping-End -->
|
||||
|
||||
<!-- SetMaximumStorageSpaceForRecallSnapshots-Examples-Begin -->
|
||||
<!-- Add any examples for this policy here. Examples outside this section will get overwritten. -->
|
||||
<!-- SetMaximumStorageSpaceForRecallSnapshots-Examples-End -->
|
||||
|
||||
<!-- SetMaximumStorageSpaceForRecallSnapshots-End -->
|
||||
|
||||
<!-- TurnOffWindowsCopilot-Begin -->
|
||||
## TurnOffWindowsCopilot
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user