Disable "Device User" task
- Single actionThis page belongs to a script, containing basic changes to achieve a task.
- Windows onlyThis script improves your privacy on Windows
- Impact: MinimumSystem Functionality Loss Risk: Low
This action improves privacy with minimal impact when you run the recommended script. - Batch (batchfile)These changes use Windows system commands to update your settings.
- Fully reversible
You can fully restore this action (revert back to the original behavior) using this website.
The restore/revert methods provided here can help you fix issues.
Overview
This script disables the "Device User" scheduled task.
According to the Task Scheduler, this task triggers the execution of the
%SYSTEMROOT%\System32\devicecensus.exe UserCxt
command in Windows 10 and 11.
This component collects device and configuration data, which is then sent to Microsoft 1.
By disabling this task, users can prevent this specific data collection process, enhancing their privacy.
Overview of default task statuses
\Microsoft\Windows\Device Information\Device User
:
OS Version | Default status |
---|---|
Windows 10 22H2 | 🟢 Ready |
Windows 11 22H2 | 🟢 Ready |
Sources
- Monitor connection health - Configuration Manager. Microsoft Learn. (2023).
Original: https://learn.microsoft.com/en-us/mem/configmgr/desktop-analytics/monitor-connection-health
Archived: https://web.archive.org/web/20231017234102/https://learn.microsoft.com/en-us/mem/configmgr/desktop-analytics/monitor-connection-health#census-data-collection
Apply Now
Choose one of three ways to apply:
Download script
Download and run the script directly- No app needed
- Offline usage
- Easy-to-apply
- Free
- Open-source
Help
How to apply or restore "Disable "Device User" task" using script
- ≈ 2 min to complete
- Tools: Web Browser
- Difficulty: Simple
- ≈ 5 instructions
- 1
Download
Download the script file by clicking on thebutton above.
Use button above to restore changes. - 2
Keep the file
If warned by your browser, keep the file. - 3
Open
Open the downloaded file. - 4
Exit
Once it's done, press any key to exit the window. - 5
Restart
Restart your computer for all changes to take effect.
Apply with privacy.sexy
Guided, automated application with safety checks- Recommended for most users
- Includes safety checks
- Free
- Open-source
- Popular
- Offline/Online usage
Help
How to apply or restore "Disable "Device User" task" using privacy.sexy
- ≈ 3 min to complete
- Tools: privacy.sexy
- Difficulty: Simple
- ≈ 4 instructions
- 2
Choose script
- Search for the script name: Disable "Device User" task
- Check the script by clicking on the checkbox.
- 3
Run
Click on ▶️ Run button at the bottom of the page.This button only appears on desktop version (recommended). On browser, use 💾 Save button.
- Apply
- Revert
:: Disable scheduled task(s): `\Microsoft\Windows\Device Information\Device User`
PowerShell -ExecutionPolicy Unrestricted -Command "$taskPathPattern='\Microsoft\Windows\Device Information\'; $taskNamePattern='Device User'; Write-Output "^""Disabling tasks matching pattern `"^""$taskNamePattern`"^""."^""; $tasks = @(Get-ScheduledTask -TaskPath $taskPathPattern -TaskName $taskNamePattern -ErrorAction Ignore); if (-Not $tasks) { Write-Output "^""Skipping, no tasks matching pattern `"^""$taskNamePattern`"^"" found, no action needed."^""; exit 0; }; $operationFailed = $false; foreach ($task in $tasks) { $taskName = $task.TaskName; if ($task.State -eq [Microsoft.PowerShell.Cmdletization.GeneratedTypes.ScheduledTask.StateEnum]::Disabled) { Write-Output "^""Skipping, task `"^""$taskName`"^"" is already disabled, no action needed."^""; continue; }; try { $task | Disable-ScheduledTask -ErrorAction Stop | Out-Null; Write-Output "^""Successfully disabled task `"^""$taskName`"^""."^""; } catch { Write-Error "^""Failed to disable task `"^""$taskName`"^"": $($_.Exception.Message)"^""; $operationFailed = $true; }; }; if ($operationFailed) { Write-Output 'Failed to disable some tasks. Check error messages above.'; exit 1; }"
Ijo6IFJlc3RvcmUgc2NoZWR1bGVkIHRhc2socykgdG8gZGVmYXVsdCBzdGF0ZTogYFxcTWljcm9zb2Z0XFxXaW5kb3dzXFxEZXZpY2UgSW5mb3JtYXRpb25cXERldmljZSBVc2VyYFxuUG93ZXJTaGVsbCAtRXhlY3V0aW9uUG9saWN5IFVucmVzdHJpY3RlZCAtQ29tbWFuZCBcIiR0YXNrUGF0aFBhdHRlcm49J1xcTWljcm9zb2Z0XFxXaW5kb3dzXFxEZXZpY2UgSW5mb3JtYXRpb25cXCc7ICR0YXNrTmFtZVBhdHRlcm49J0RldmljZSBVc2VyJzsgJHNob3VsZERpc2FibGUgPSAgJGZhbHNlOyBXcml0ZS1PdXRwdXQgXCJeXCJcIkVuYWJsaW5nIHRhc2tzIG1hdGNoaW5nIHBhdHRlcm4gYFwiXlwiXCIkdGFza05hbWVQYXR0ZXJuYFwiXlwiXCIuXCJeXCJcIjsgJHRhc2tzID0gQChHZXQtU2NoZWR1bGVkVGFzayAtVGFza1BhdGggJHRhc2tQYXRoUGF0dGVybiAtVGFza05hbWUgJHRhc2tOYW1lUGF0dGVybiAtRXJyb3JBY3Rpb24gSWdub3JlKTsgaWYgKC1Ob3QgJHRhc2tzKSB7IFdyaXRlLVdhcm5pbmcgKCBcIl5cIlwiTWlzc2luZyB0YXNrOiBDYW5ub3QgZW5hYmxlLCBubyB0YXNrcyBtYXRjaGluZyBwYXR0ZXJuIGBcIl5cIlwiJHRhc2tOYW1lUGF0dGVybmBcIl5cIlwiIGZvdW5kLlwiXlwiXCIgKyBcIl5cIlwiIFRoaXMgdGFzayBhcHBlYXJzIHRvIGJlIG5vdCBpbmNsdWRlZCBpbiB0aGlzIHZlcnNpb24gb2YgV2luZG93cy5cIl5cIlwiICk7IGV4aXQgMDsgfTsgJG9wZXJhdGlvbkZhaWxlZCA9ICRmYWxzZTsgZm9yZWFjaCAoJHRhc2sgaW4gJHRhc2tzKSB7ICR0YXNrTmFtZSA9ICR0YXNrLlRhc2tOYW1lOyBpZiAoJHNob3VsZERpc2FibGUpIHsgaWYgKCR0YXNrLlN0YXRlIC1lcSBbTWljcm9zb2Z0LlBvd2VyU2hlbGwuQ21kbGV0aXphdGlvbi5HZW5lcmF0ZWRUeXBlcy5TY2hlZHVsZWRUYXNrLlN0YXRlRW51bV06OkRpc2FibGVkKSB7IFdyaXRlLU91dHB1dCBcIl5cIlwiU2tpcHBpbmcsIHRhc2sgYFwiXlwiXCIkdGFza05hbWVgXCJeXCJcIiBpcyBhbHJlYWR5IGRpc2FibGVkLCBubyBhY3Rpb24gbmVlZGVkLlwiXlwiXCI7IGNvbnRpbnVlOyB9OyB9IGVsc2UgeyBpZiAoKCR0YXNrLlN0YXRlIC1uZSBbTWljcm9zb2Z0LlBvd2VyU2hlbGwuQ21kbGV0aXphdGlvbi5HZW5lcmF0ZWRUeXBlcy5TY2hlZHVsZWRUYXNrLlN0YXRlRW51bV06OkRpc2FibGVkKSAtYW5kICgkdGFzay5TdGF0ZSAtbmUgW01pY3Jvc29mdC5Qb3dlclNoZWxsLkNtZGxldGl6YXRpb24uR2VuZXJhdGVkVHlwZXMuU2NoZWR1bGVkVGFzay5TdGF0ZUVudW1dOjpVbmtub3duKSkgeyBXcml0ZS1PdXRwdXQgXCJeXCJcIlNraXBwaW5nLCB0YXNrIGBcIl5cIlwiJHRhc2tOYW1lYFwiXlwiXCIgaXMgYWxyZWFkeSBlbmFibGVkLCBubyBhY3Rpb24gbmVlZGVkLlwiXlwiXCI7IGNvbnRpbnVlOyB9OyB9OyB0cnkgeyBpZiAoJHNob3VsZERpc2FibGUpIHsgJHRhc2sgfCBEaXNhYmxlLVNjaGVkdWxlZFRhc2sgLUVycm9yQWN0aW9uIFN0b3AgfCBPdXQtTnVsbDsgV3JpdGUtT3V0cHV0IFwiXlwiXCJTdWNjZXNzZnVsbHkgZGlzYWJsZWQgdGFzayBgXCJeXCJcIiR0YXNrTmFtZWBcIl5cIlwiLlwiXlwiXCI7IH0gZWxzZSB7ICR0YXNrIHwgRW5hYmxlLVNjaGVkdWxlZFRhc2sgLUVycm9yQWN0aW9uIFN0b3AgfCBPdXQtTnVsbDsgV3JpdGUtT3V0cHV0IFwiXlwiXCJTdWNjZXNzZnVsbHkgZW5hYmxlZCB0YXNrIGBcIl5cIlwiJHRhc2tOYW1lYFwiXlwiXCIuXCJeXCJcIjsgfTsgfSBjYXRjaCB7IFdyaXRlLUVycm9yIFwiXlwiXCJGYWlsZWQgdG8gcmVzdG9yZSB0YXNrIGBcIl5cIlwiJHRhc2tOYW1lYFwiXlwiXCI6ICQoJF8uRXhjZXB0aW9uLk1lc3NhZ2UpXCJeXCJcIjsgJG9wZXJhdGlvbkZhaWxlZCA9ICR0cnVlOyB9OyB9OyBpZiAoJG9wZXJhdGlvbkZhaWxlZCkgeyBXcml0ZS1PdXRwdXQgJ0ZhaWxlZCB0byByZXN0b3JlIHNvbWUgdGFza3MuIENoZWNrIGVycm9yIG1lc3NhZ2VzIGFib3ZlLic7IGV4aXQgMTsgfVwiIg==
Help
How to apply or restore "Disable "Device User" task" using commands
- ≈ 2 min to complete
- Tools: Command Prompt
- Difficulty: Medium
- ≈ 3 instructions
- 1
Open Command Prompt
Open Command Prompt as Administrator. - 2
Copy code
Copy the code: - 3
Paste & run
Paste the commands into Command Prompt and press Enter to run.Some changes require a system restart to take effect
Similar Guides
Wider Goal
Guides below includes this guide to achieve a wider goal.See other more general settings that includes this one as one of its actions.These plans combine multiple privacy settings, including this one, for stronger protection.
- Disable census data collection
- Disable Windows telemetry and data collection
- Disable OS data collection
This category focuses on disabling Windows Census. Windows Census is a component that collects device configuration data. This configuration data include...
Same Goal
Other guides in Disable census data collection See settings that are in the same category as this guide.Using other actions in the same category may help you achieve your goal better.
About the Creators
These people have authored this documentation and written its scripts:
Reviewed By
This guide has undergone comprehensive auditing and peer review:Expert review by undergroundwires
- Verified technical accuracy and editorial standards
- Assessed system impact and user privacy risks
- Audited and verified using automated security tests
Public review by large community
- Privacy enthusiasts and professionals peer-reviewed
- Millions of end-users tested across different environments
- Audited and verified using third-party security software
History
We continually monitor our guides, their impact and other potential privacy options. We update our guides when new information becomes available. On every update, we publicly store who made the change, what has been changed, why the change was made and when the change was made.