Personalization Change Your Device Usage Options in Windows 11


  • Staff
Device_usage_banner.png

This tutorial will show you how to change device usage settings for your account in Windows 11.

In Device usage settings, you can let Microsoft know how you plan to use your device.

When you make your selections in Device usage settings, Microsoft might offer personalized tips, ads, and recommendations within Microsoft experiences based on the way you plan to use your device. You can opt out or change your device usage options any time in the Settings app on Windows. Microsoft does not share this data with third-party.

Starting with Windows 11 build 22631.2199 (Beta) and build 25396 (Canary), Microsoft added Development to the list and toggling it on will launch Dev Home. This matches what is shown in OOBE (“out of box experience”).

Here are some examples of tips, ads, and recommendations you might receive when you provide information on how you'll use your device.

Device usage choice​
Example​
DevelopmentUse Dev Home app to build delightful apps, websites, and tools for the world.
GamingYou might be offered an Xbox Game Pass trial or receive suggestions on apps and sites based on what is popular with gamers.
FamilyYou might see a notification to set up your Microsoft family group.
CreativityYou might get app and site suggestions related to creativity.
SchoolYou might see suggestions to store your school files in OneDrive.
EntertainmentYou might see pinned app suggestions for entertainment apps and sites.
BusinessYou might be offered a Microsoft 365 Business trial while using your PC.

Reference:


Contents

  • Option One: Change Your Device Usage Options in Settings
  • Option Two: Change Your Device Usage Options using REG file




Option One

Change Your Device Usage Options in Settings


1 Open Settings (Win+I).

2 Click/tap on Personalization on the left side, and click/tap on Device usage on the right side. (see screenshot below)


Device_usage_Settings-1.png

3 Turn On or Off the device usage options you want. (see screenshot below)

Device_usage_Settings-2.png

4 You can now close Settings if you like.




Option Two

Change Your Device Usage Options using REG file


1 Do step 2 (Development), step 3 (Gaming), step 4 (Family), step 5 (Creativity), step 6 (School), step 7 (Entertainment), and/or step 8 (Business) below for the device usage options you want to turn on or off.

2 Turn On or Off Development for your Device Usage

A) Click/tap on the Download button below to download the select or unselect .reg file below, and go to step 9 below.​

Turn_ON_Development_for_device_usage.reg


(Contents of .reg file for reference)
Code:
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\CloudExperienceHost\Intent\developer]
"Intent"=dword:00000001
"Priority"=dword:00000000

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\CloudExperienceHost\Intent\OffDeviceConsent]
"accepted"=dword:00000001

OR​

Turn_OFF_Development_for_device_usage.reg


(Contents of .reg file for reference)
Code:
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\CloudExperienceHost\Intent\developer]
"Intent"=dword:00000000

3 Turn On or Off Gaming for your Device Usage

A) Click/tap on the Download button below to download the select or unselect .reg file below, and go to step 9 below.​

Turn_ON_Gaming_for_device_usage.reg


(Contents of .reg file for reference)
Code:
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\CloudExperienceHost\Intent\gaming]
"Intent"=dword:00000001
"Priority"=dword:00000000

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\CloudExperienceHost\Intent\OffDeviceConsent]
"accepted"=dword:00000001

OR​

Turn_OFF_Gaming_for_device_usage.reg


(Contents of .reg file for reference)
Code:
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\CloudExperienceHost\Intent\gaming]
"Intent"=dword:00000000

4 Turn On or Off Family for your Device Usage

A) Click/tap on the Download button below to download the select or unselect .reg file below, and go to step 9 below.​

Turn_ON_Family_for_device_usage.reg


(Contents of .reg file for reference)
Code:
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\CloudExperienceHost\Intent\family]
"Intent"=dword:00000001
"Priority"=dword:00000000

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\CloudExperienceHost\Intent\OffDeviceConsent]
"accepted"=dword:00000001

OR​

Turn_OFF_Family_for_device_usage.reg


(Contents of .reg file for reference)
Code:
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\CloudExperienceHost\Intent\family]
"Intent"=dword:00000000

5 Turn On or Off Creativity for your Device Usage

A) Click/tap on the Download button below to download the select or unselect .reg file below, and go to step 9 below.​

Turn_ON_Creativity_for_device_usage.reg


(Contents of .reg file for reference)
Code:
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\CloudExperienceHost\Intent\creative]
"Intent"=dword:00000001
"Priority"=dword:00000000

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\CloudExperienceHost\Intent\OffDeviceConsent]
"accepted"=dword:00000001

OR​

Turn_OFF_Creativity_for_device_usage.reg


(Contents of .reg file for reference)
Code:
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\CloudExperienceHost\Intent\creative]
"Intent"=dword:00000000

6 Turn On or Off Entertainment for your Device Usage

A) Click/tap on the Download button below to download the select or unselect .reg file below, and go to step 9 below.​

Turn_ON_Entertainment_for_device_usage.reg


(Contents of .reg file for reference)
Code:
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\CloudExperienceHost\Intent\entertainment]
"Intent"=dword:00000001
"Priority"=dword:00000000

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\CloudExperienceHost\Intent\OffDeviceConsent]
"accepted"=dword:00000001

OR​

Turn_OFF_Entertainment_for_device_usage.reg


(Contents of .reg file for reference)
Code:
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\CloudExperienceHost\Intent\entertainment]
"Intent"=dword:00000000

7 Turn On or Off School for your Device Usage

A) Click/tap on the Download button below to download the select or unselect .reg file below, and go to step 9 below.​

Turn_ON_School_for_device_usage.reg


(Contents of .reg file for reference)
Code:
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\CloudExperienceHost\Intent\schoolwork]
"Intent"=dword:00000001
"Priority"=dword:00000000

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\CloudExperienceHost\Intent\OffDeviceConsent]
"accepted"=dword:00000001

OR​

Turn_OFF_School_for_device_usage.reg


(Contents of .reg file for reference)
Code:
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\CloudExperienceHost\Intent\schoolwork]
"Intent"=dword:00000000

8 Turn On or Off Business for your Device Usage

A) Click/tap on the Download button below to download the select or unselect .reg file below, and go to step 9 below.​

Turn_ON_Business_for_device_usage.reg


(Contents of .reg file for reference)
Code:
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\CloudExperienceHost\Intent\business]
"Intent"=dword:00000001
"Priority"=dword:00000000

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\CloudExperienceHost\Intent\OffDeviceConsent]
"accepted"=dword:00000001

OR​

Turn_OFF_Business_for_device_usage.reg


(Contents of .reg file for reference)
Code:
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\CloudExperienceHost\Intent\business]
"Intent"=dword:00000000

9 Save the .reg file to your desktop.

10 Double click/tap on the downloaded .reg file to merge it.

11 When prompted, click/tap on Run, Yes (UAC), Yes, and OK to approve the merge.

12 You can now delete the downloaded .reg file(s) if you like.


That's it,
Shawn Brink
 

Attachments

  • Device_usage.png
    Device_usage.png
    8.7 KB · Views: 88
  • Turn_OFF_Business_for_device_usage.reg
    652 bytes · Views: 169
  • Turn_OFF_Creativity_for_device_usage.reg
    648 bytes · Views: 184
  • Turn_OFF_Entertainment_for_device_usage.reg
    658 bytes · Views: 165
  • Turn_ON_Entertainment_for_device_usage.reg
    984 bytes · Views: 161
  • Turn_ON_Creativity_for_device_usage.reg
    974 bytes · Views: 172
  • Turn_ON_Business_for_device_usage.reg
    974 bytes · Views: 179
  • Turn_OFF_School_for_device_usage.reg
    656 bytes · Views: 187
  • Turn_OFF_Gaming_for_device_usage.reg
    644 bytes · Views: 196
  • Turn_OFF_Family_for_device_usage.reg
    644 bytes · Views: 160
  • Turn_ON_School_for_device_usage.reg
    986 bytes · Views: 163
  • Turn_ON_Gaming_for_device_usage.reg
    970 bytes · Views: 176
  • Turn_ON_Family_for_device_usage.reg
    970 bytes · Views: 167
  • Turn_OFF_Development_for_device_usage.reg
    644 bytes · Views: 73
  • Turn_ON_Development_for_device_usage.reg
    974 bytes · Views: 83
Last edited:
And once you are offered that Xbox Game Pass free trial, it never goes away from your Microsoft Store, even if you never actually install it. This has been sitting in my MS Store queue for a year now:
1650280047784.png
 

My Computers

System One System Two

  • OS
    Win 11 Pro (Insider Beta channel)
    Computer type
    Laptop
    Manufacturer/Model
    Acer AN515-54
    CPU
    Intel(R) Core(TM) i5-9300H CPU @ 2.40GHz 2.40 GHz
    Memory
    32GB
    Graphics Card(s)
    Nvidia GeForce GTX 1650, Intel UHD 630
    Monitor(s) Displays
    Acer CB272D
    Screen Resolution
    1920x1080
    Hard Drives
    256GB and 1T SSD
    Keyboard
    Logitech K375S
    Mouse
    Logitech M510
    Internet Speed
    250MB
    Browser
    Edge
    Antivirus
    Malwarebytes
  • Operating System
    Win 11 Pro (Insider Canary Channel, unsupported)
    Computer type
    Laptop
    Manufacturer/Model
    Dell E6430
    CPU
    Intel(R) Core(TM) i7-3540M CPU @ 3.00GHz 3.00 GHz (non-compliant)
    Memory
    16 GB
    Graphics card(s)
    Intel HD Graphics 4000, NVIDIA NVS 5200M
    Screen Resolution
    1366x768
    Antivirus
    Windows Defender

Latest Support Threads

Back
Top Bottom