Need advice on my recent Dell purchase


I've had close to a dozen Dell computers over the past several decades and I've never had any of them that came pre-logged in with a local Owner account. I installed every one of them with a brand-new setup of Windows and I log in with my own login and password. I've also had several Microsoft Surface computers and every one of them also starts with a brand-new setup of Windows.

Nope, I've never had this happen.

I remove all trial ware as I use Microsoft Security (Defender).

I only buy my computers with Windows Pro. I've never owned a computer with a Home edition of Windows.

I'm apparently an outlier on this forum as I use BitLocker and I'm a Microsoft 365 subscriber. My terabyte of OneDrive is a key component of my 3-2-1 backup strategy.
I'm with you Gary. My Dell runs Win 11 Pro, BitLocker is enabled, and I use OneDrive all the time.
 

My Computers

System One System Two

  • OS
    Windows 11 build 26200.7296 / WSL 2 running Ubuntu
    Computer type
    Laptop
    Manufacturer/Model
    Dell Inspiron 14 5430
    CPU
    Intel i7-1355U
    Motherboard
    Dell 0GMW80
    Memory
    16GB
    Graphics Card(s)
    Intel Iris XE
    Sound Card
    Realtek
    Monitor(s) Displays
    Dell 14", LG 32" Curved Wide screen monitor and LG Ultrawide 26"
    Screen Resolution
    1920 x 1200 @ 60Hz, 1920 x 1080 @ 100Hz and 2560 x 1080 @ 60Hz
    Hard Drives
    Samsung 990 Pro 1TB NVME Gen 4 M.2 SSD
    PSU
    Dell
    Case
    Dell
    Cooling
    Dell
    Keyboard
    Dell KM3322W
    Mouse
    Dell Trackpad or Dell KM3322W
    Internet Speed
    900mb down / 400mb up FTTP
    Browser
    Edge 142.0.3595.90
    Antivirus
    Windows Defender
    Other Info
    Windows 365
    1TB OneDrive
    Outlook Classic
    Visual Studio Code running in WSL
    Python 3.14
    Samsung Magician
    Garmin Express
    Dell TB16 Thunderbolt dock
    WSL
    WEI Score: 8.3
  • Operating System
    Windows 11
    Computer type
    Tablet
    Manufacturer/Model
    Microsoft Surface Pro 7
    CPU
    Core i5 - 1035G4
    Motherboard
    Microsoft
    Memory
    8GB
    Graphics card(s)
    Intel Iris Plus
    Monitor(s) Displays
    Surface touch
    Screen Resolution
    2736 x 1824
    Hard Drives
    128GB
    PSU
    Microsoft
    Case
    Microsoft Keyboard
    Cooling
    None
    Keyboard
    Microsoft Surface Keyboard
    Mouse
    Microsoft Arc Intellimouse
    Internet Speed
    900mb / 400mb FTTP
    Browser
    Edge
    Antivirus
    Windows Defender

Step 1: Disable Device Encryption via Settings​

If it's still active:
  • Go to Settings > Privacy & Security > Device Encryption
  • Toggle Device Encryption off
  • Wait for decryption to complete (this may take time depending on disk size)
⚠️ This only disables it temporarily—it can re-enable itself after updates or policy changes unless further steps are taken.

Step 2: Remove the Encryption Key from TPM​

To prevent reactivation via TPM-stored key:
  1. Open Command Prompt as Administrator
  2. Run:
    manage-bde -protectors -delete C: -type TPM
    This removes the TPM-bound protector from the volume.
  3. Optionally, clear TPM entirely (if you're not using it for other features):
    • Run:
      tpm.msc
    • Choose Clear TPM (requires reboot and confirmation)
This ensures no residual key material remains in TPM that BitLocker or Device Encryption could reuse.

Step 3: Set Registry Flag to Block Re-encryption​

This is the permanent prevention step:
reg add hklm\system\currentcontrolset\control\bitlocker /v PreventDeviceEncryption /t reg_dword /d 1 /f
This registry key tells Windows to never auto-enable Device Encryption again, even after updates or hardware changes.

Optional: Remove Encryption-Related Services​

If you're going full scorched-earth:
  • Disable the Device Encryption Service:
    Code:
    sc config "DeviceEncryptionService" start= disabled
    sc stop "DeviceEncryptionService"
  • Disable BitLocker Drive Encryption Service (if present):
    Code:
    sc config "BDESVC" start= disabled
    sc stop "BDESVC"
These steps are more aggressive and may interfere with future BitLocker use—only do this if you're sure.

Verify Status​

Run:
manage-bde -status

You should see:
  • Conversion Status: Fully Decrypted
  • Protection Status: Protection Off
  • Key Protectors: None
If you're curious whether orphaned protection keys are still hanging around in the cloud, you can check here:
This page shows any BitLocker recovery keys tied to your account. If you see one listed for your device, it means the key was backed up to the cloud during the encryption.
Even though your drive(s) is/are decrypted now, the presence of a backed-up key doesn’t pose a risk—but it’s good hygiene to know what’s floating around. You just got to make sure that you don't lock yourself out by accidentally removing a backup of a key that you still need. That's why, before you remove a backup of a key from the cloud, you should verify the status always first, by running the command above—and don’t pick the wrong device from the list in the cloud if you own multiple computers.

Even if the registry setting gets accidentally removed and Device Encryption gets silently re-enabled somehow, the actual encryption doesn't begin before a proper backup of the key is made. Immediately as soon as Device Encryption is enabled/re-enabled, a new key protector is created and stored in the TPM, as old key protectors aren't reused. Next, if you log in with a Microsoft account, a new backup of the key is made but any existing backups aren't automatically removed. So, turning Device Encryption off causes existing backups to be orphaned immediately, regardless of whether you run the command from Step 2.2 above, and regardless of whether the backups are in the cloud or are stored elsewhere—or both.
 
Last edited:

My Computers

System One System Two

  • OS
    11 Home
    Computer type
    Laptop
    Manufacturer/Model
    Asus TUF Gaming F16 (2024)
    CPU
    i7 13650HX
    Memory
    16GB DDR5
    Graphics Card(s)
    GeForce RTX 4060 Mobile
    Sound Card
    Eastern Electric MiniMax DAC Supreme; Emotiva UMC-200; Astell & Kern AK240
    Monitor(s) Displays
    Sony Bravia XR-55X90J
    Screen Resolution
    3840×2160
    Hard Drives
    512GB SSD internal
    37TB external
    PSU
    Li-ion
    Cooling
    2× Arc Flow Fans, 4× exhaust vents, 5× heatpipes
    Keyboard
    Logitech K800
    Mouse
    Logitech G402
    Internet Speed
    30Mbit/s up, 500Mbit/s down
    Browser
    FF
    Antivirus
    What's an antivirus?
  • Operating System
    11 Home
    Computer type
    Laptop
    Manufacturer/Model
    Medion S15450
    CPU
    i5 1135G7
    Memory
    16GB DDR4
    Graphics card(s)
    Intel Iris Xe
    Sound Card
    Eastern Electric MiniMax DAC Supreme; Emotiva UMC-200; Astell & Kern AK240
    Monitor(s) Displays
    Sony Bravia XR-55X90J
    Screen Resolution
    3840×2160
    Hard Drives
    2TB SSD internal
    37TB external
    PSU
    Li-ion
    Keyboard
    Logitech K800
    Mouse
    Logitech G402
    Internet Speed
    30Mbit/s up, 500Mbit/s down
    Browser
    FF

Step 2: Remove the Encryption Key from TPM​

To prevent reactivation via TPM-stored key:
  1. Open Command Prompt as Administrator
  2. Run:
    manage-bde -protectors -delete C: -type TPM
    This removes the TPM-bound protector from the volume.
  3. Optionally, clear TPM entirely (if you're not using it for other features):
    • Run:
      tpm.msc
    • Choose Clear TPM (requires reboot and confirmation)
This ensures no residual key material remains in TPM that BitLocker or Device Encryption could reuse.

Well I never signed into an account on this machine, so if it created a key, it was without my knowledge.

Are there any ramifications towards doing this with TPM?

Step 3: Set Registry Flag to Block Re-encryption​

This is the permanent prevention step:
reg add hklm\system\currentcontrolset\control\bitlocker /v PreventDeviceEncryption /t reg_dword /d 1 /f
This registry key tells Windows to never auto-enable Device Encryption again, even after updates or hardware changes.

Yeah, but I heard a future update could possibly remove that key, so it's semi-permanent I guess... 😕

Optional: Remove Encryption-Related Services​

If you're going full scorched-earth:
  • Disable the Device Encryption Service:
    Code:
    sc config "DeviceEncryptionService" start= disabled
    sc stop "DeviceEncryptionService"
  • Disable BitLocker Drive Encryption Service (if present):
    Code:
    sc config "BDESVC" start= disabled
    sc stop "BDESVC"

Yeah, I read about this one somewhere else. I don't know how permanent that would be, either.

Verify Status​

Run:
manage-bde -status

You should see:
  • Conversion Status: Fully Decrypted
  • Protection Status: Protection Off
  • Key Protectors: None
If you're curious whether orphaned protection keys are still hanging around in the cloud, you can check here:

Thanks for the info but I removed OneDrive immediately using Revo, so no cloud there. Not to mention, I never signed in and I have not moved any personal files over to My Documents, Video, Downloads folders, etc... Those folders contain nothing.

This page shows any BitLocker recovery keys tied to your account. If you see one listed for your device, it means the key was backed up to the cloud during the encryption.

When I first started up the machine, I immediately went to BitLocker and it was already turned off by default. I did have to manually turn off file encryption, though. I never did click on the option to create a key.

Even if the registry setting gets accidentally removed and Device Encryption gets silently re-enabled somehow, the actual encryption doesn't begin before a proper backup of the key is made. Immediately as soon as Device Encryption is enabled/re-enabled, a new key protector is created and stored in the TPM, as old key protectors aren't reused. Next, if you log in with a Microsoft account, a new backup of the key is made but any existing backups aren't automatically removed. So, turning Device Encryption off causes existing backups to be orphaned immediately, regardless of whether you run the command from Step 2.2 above, and regardless of whether the backups are in the cloud or are stored elsewhere—or both.

The TPM option looks the most promising. Yes?

I'd also look at going into services.msc as an administrator and see what services are running for it in the background and disable anything in there as well, although some future update my turn it back on. Even in Windows 10, I occasionally would pop in to services.msc and see what was turning itself back on since I can't fully trust Microsoft with their updates. However, for the last year or so, I haven't found anything in there that was reversed.

This whole thing should be an option for people. I believe in choice. For some who want it, go for it. For those that don't, they shouldn't have to put up with it. Where there's a will, there's a way.
 

My Computers

System One System Two

  • OS
    Windows 11 Pro 25H2 build: (26200.7623)
    Computer type
    Laptop
    Manufacturer/Model
    Microsoft Surface Pro
    Memory
    32GB
  • Operating System
    Microsoft 25H2 Pro
    Computer type
    Laptop
    Manufacturer/Model
    Dell Pro 14 - PC14250
    CPU
    Intel Core Ultra 7
    Memory
    64GB
    Graphics card(s)
    Intel Integrated Graphics
    Hard Drives
    Micron 1TB SSD
Are there any ramifications towards doing this with TPM?
Not if you can be certain that Device Encryption is disabled and that you are not using the TPM for anything else, but that’s the problem... Windows 11 Home (or Pro or whatever) can use the TPM for a lot of other stuff. AFAIK clearing the entire TPM should not be necessary to prevent Device Encryption silently turning itself back on, anyway in the first place.

Unless you really want to read another chapter or two (or three or four or five), I suggest to skip this step. As long as you don’t skip the step that removes the key protectors from the TPM with manage-bde, I think you should be fine. Personally, I haven’t cleared my entire TPM, and I have yet to come across problems with Device Encryption turned off. I am running Windows 11 Home version 24H2 latest build on two different laptops with Device Encryption off. If Windows Update causes one of 'em to explode and I still survive, I’ll make sure that you’ll be the first to hear about it. 🤞
Yeah, but I heard a future update could possibly remove that key, so it's semi-permanent I guess... 😕
newdesigns_page-0033.jpg

but I removed OneDrive
It makes no difference. The keys are backed up to a space in the cloud that is separate from OneDrive so both OneDrive and it are tied to the same Microsoft account but are tied separately to it. These backed up keys are behind an official webpage from Microsoft (see the link I posted) that requires the user to sign in first, before the user can access them.
When I first started up the machine, I immediately went to BitLocker and it was already turned off by default.
Do you mean Device Encryption already turned off by default? BitLocker (BitLocker Drive Encryption) is not available on Windows 11 Home.
I did have to manually turn off file encryption, though.
Encrypting File System (EFS) for individual files and folders is not available on Windows 11 Home either.
I never did click on the option to create a key.
The key protector is created (and stored in the TPM) automatically as soon as Device Encryption turns on. The proper backup of the key is created (in the cloud) automatically as soon as you log in to Windows with your Microsoft account.
The TPM option looks the most promising. Yes?
Do you mean the option to disable Device Encryption via Settings, then wait for the drive(s) to be decrypted fully, and then verify the satus before you use the manage-bde command to remove the key protector(s) from the TPM? That’s the option I use. AFAIK it should be adequate. With or without taking extra steps to prevent Device Encryption going rogue on you while you weren’t looking, if the SSD fails and you didn’t make a backup image of your Windows partition plus a (separate) backup of all your important data, you still lose anyway in the first place. As crude as this may sound, there is a reason why they still call it Mickeysoft...
I'd also look at going into services.msc as an administrator and see what services are running for it in the background and disable anything in there as well, although some future update my turn it back on. Even in Windows 10, I occasionally would pop in to services.msc and see what was turning itself back on since I can't fully trust Microsoft with their updates. However, for the last year or so, I haven't found anything in there that was reversed.

This whole thing should be an option for people. I believe in choice. For some who want it, go for it. For those that don't, they shouldn't have to put up with it. Where there's a will, there's a way.
It rubs the lotion on its skin. It does this whenever it is told.
 

My Computers

System One System Two

  • OS
    11 Home
    Computer type
    Laptop
    Manufacturer/Model
    Asus TUF Gaming F16 (2024)
    CPU
    i7 13650HX
    Memory
    16GB DDR5
    Graphics Card(s)
    GeForce RTX 4060 Mobile
    Sound Card
    Eastern Electric MiniMax DAC Supreme; Emotiva UMC-200; Astell & Kern AK240
    Monitor(s) Displays
    Sony Bravia XR-55X90J
    Screen Resolution
    3840×2160
    Hard Drives
    512GB SSD internal
    37TB external
    PSU
    Li-ion
    Cooling
    2× Arc Flow Fans, 4× exhaust vents, 5× heatpipes
    Keyboard
    Logitech K800
    Mouse
    Logitech G402
    Internet Speed
    30Mbit/s up, 500Mbit/s down
    Browser
    FF
    Antivirus
    What's an antivirus?
  • Operating System
    11 Home
    Computer type
    Laptop
    Manufacturer/Model
    Medion S15450
    CPU
    i5 1135G7
    Memory
    16GB DDR4
    Graphics card(s)
    Intel Iris Xe
    Sound Card
    Eastern Electric MiniMax DAC Supreme; Emotiva UMC-200; Astell & Kern AK240
    Monitor(s) Displays
    Sony Bravia XR-55X90J
    Screen Resolution
    3840×2160
    Hard Drives
    2TB SSD internal
    37TB external
    PSU
    Li-ion
    Keyboard
    Logitech K800
    Mouse
    Logitech G402
    Internet Speed
    30Mbit/s up, 500Mbit/s down
    Browser
    FF
if you are considering standalone encryption software that keeps everything including keys on the system
have a look at VeraCrypt which is open source encryption software.

if you do decide to use it to encrypt C:drive just go into the BIOS
and set the VeraCrypt boot manager as the first boot option.

best of luck, Steve ..
 

My Computers

System One System Two

  • OS
    Windows 11 Home
    Computer type
    PC/Desktop
    Manufacturer/Model
    HP 24" AiO
    CPU
    Ryzen 7 5825u
    Motherboard
    HP
    Memory
    64GB DDR4 3200
    Graphics Card(s)
    Ryzen 7 5825u
    Sound Card
    RealTek
    Monitor(s) Displays
    24" HP AiO
    Screen Resolution
    1920 x 1080 @60 Hz
    Hard Drives
    1TB WD Blue SN580 M2 SSD Partitioned.
    2x 1TB USB HDD External Backup/Storage.
    PSU
    90W external power brick
    Case
    24" All in One
    Cooling
    Default Air Cooling
    Keyboard
    HP WiFi UK extended
    Mouse
    HP WiFi 3 Button
    Internet Speed
    1GB full fibre
    Browser
    Edge & Firefox
    Antivirus
    AVG Internet Security/Windows Defender
    Other Info
    Mainly Open Source Software
  • Operating System
    Ubuntu 22.04.5 LTS
    Computer type
    Laptop
    Manufacturer/Model
    Dell 13" Latitude 2017
    CPU
    i5 7200u
    Motherboard
    Dell
    Memory
    16GB DDR4
    Graphics card(s)
    Intel
    Sound Card
    Intel
    Monitor(s) Displays
    13" Dell Laptop
    Hard Drives
    250GB Crucial 2.5" SSD
    Mouse
    Generic WiFi 3 button
    Internet Speed
    WiFi only
    Browser
    Firefox
    Antivirus
    ClamAV TK
    Other Info
    Mainly Open Source Software
It makes no difference. The keys are backed up to a space in the cloud that is separate from OneDrive so both OneDrive and it are tied to the same Microsoft account but are tied separately to it. These backed up keys are behind an official webpage from Microsoft (see the link I posted) that requires the user to sign in first, before the user can access them.

Again, never signed in. There's no email address associated with it, although that will soon change when I import Office Home and Student edition and have to use my email account to do so. But that's only for the instillation of Office. I do not use Office 365 and I plan on staying logged off when I create documents.

Do you mean Device Encryption already turned off by default? BitLocker (BitLocker Drive Encryption) is not available on Windows 11 Home.

No, but both of them are available on the 24H2 Pro edition. I've been using only Pro editions of Windows ever since Windows 2000.

That's what? 25 years now...

I use mostly business Latitude laptops and they all come with Pro as standard.

Encrypting File System (EFS) for individual files and folders is not available on Windows 11 Home either.

Again, both BitLocker and device encryption come with 24H2 Pro, and they are two different settings.

I think that was a recent change Microsoft did.

Do you mean the option to disable Device Encryption via Settings, then wait for the drive(s) to be decrypted fully, and then verify the satus before you use the manage-bde command to remove the key protector(s) from the TPM? That’s the option I use. AFAIK it should be adequate. With or without taking extra steps to prevent Device Encryption going rogue on you while you weren’t looking, if the SSD fails and you didn’t make a backup image of your Windows partition plus a (separate) backup of all your important data, you still lose anyway in the first place. As crude as this may sound, there is a reason why they still call it Mickeysoft...

I probably will only do your Steps 1 & 3 for now and leave TPM alone.

But if for some reason I have to do your Step 2 TPM, then I can do that as a last resort in case Microsoft deletes those Step 1 & 3 settings.
 

My Computers

System One System Two

  • OS
    Windows 11 Pro 25H2 build: (26200.7623)
    Computer type
    Laptop
    Manufacturer/Model
    Microsoft Surface Pro
    Memory
    32GB
  • Operating System
    Microsoft 25H2 Pro
    Computer type
    Laptop
    Manufacturer/Model
    Dell Pro 14 - PC14250
    CPU
    Intel Core Ultra 7
    Memory
    64GB
    Graphics card(s)
    Intel Integrated Graphics
    Hard Drives
    Micron 1TB SSD
I probably will only do your Steps 1 & 3 for now and leave TPM alone.

But if for some reason I have to do your Step 2 TPM, then I can do that as a last resort in case Microsoft deletes those Step 1 & 3 settings.
My advice is to skip Step 2.3 to avoid the potential risk of ramifications. However, Step 2.2 assures that the old key protectors (if present) can never be reused when Device Encryption reactivates. If they get reused, you run the risk of locking yourself out permanently. You certainly don’t want that. Of course if neither Device Encryption nor BitLocker Drive Encryption has ever been enabled, there should be no old key protectors. Even so, better safe than sorry IMO. Running the manage-bde -status command can never hurt, it is a very easy way to be sure.
 

My Computers

System One System Two

  • OS
    11 Home
    Computer type
    Laptop
    Manufacturer/Model
    Asus TUF Gaming F16 (2024)
    CPU
    i7 13650HX
    Memory
    16GB DDR5
    Graphics Card(s)
    GeForce RTX 4060 Mobile
    Sound Card
    Eastern Electric MiniMax DAC Supreme; Emotiva UMC-200; Astell & Kern AK240
    Monitor(s) Displays
    Sony Bravia XR-55X90J
    Screen Resolution
    3840×2160
    Hard Drives
    512GB SSD internal
    37TB external
    PSU
    Li-ion
    Cooling
    2× Arc Flow Fans, 4× exhaust vents, 5× heatpipes
    Keyboard
    Logitech K800
    Mouse
    Logitech G402
    Internet Speed
    30Mbit/s up, 500Mbit/s down
    Browser
    FF
    Antivirus
    What's an antivirus?
  • Operating System
    11 Home
    Computer type
    Laptop
    Manufacturer/Model
    Medion S15450
    CPU
    i5 1135G7
    Memory
    16GB DDR4
    Graphics card(s)
    Intel Iris Xe
    Sound Card
    Eastern Electric MiniMax DAC Supreme; Emotiva UMC-200; Astell & Kern AK240
    Monitor(s) Displays
    Sony Bravia XR-55X90J
    Screen Resolution
    3840×2160
    Hard Drives
    2TB SSD internal
    37TB external
    PSU
    Li-ion
    Keyboard
    Logitech K800
    Mouse
    Logitech G402
    Internet Speed
    30Mbit/s up, 500Mbit/s down
    Browser
    FF
My advice is to skip Step 2.3 to avoid the potential risk of ramifications. However, Step 2.2 assures that the old key protectors (if present) can never be reused when Device Encryption reactivates. If they get reused, you run the risk of locking yourself out permanently. You certainly don’t want that. Of course if neither Device Encryption nor BitLocker Drive Encryption has ever been enabled, there should be no old key protectors. Even so, better safe than sorry IMO.

So run this?

1. Open Command Prompt as Administrator
2. Run:
manage-bde -protectors -delete C: -type TPM
This removes the TPM-bound protector from the volume.

And then run this as well?

Running the manage-bde -status command can never hurt, it is a very easy way to be sure.

Those are safe?
 

My Computers

System One System Two

  • OS
    Windows 11 Pro 25H2 build: (26200.7623)
    Computer type
    Laptop
    Manufacturer/Model
    Microsoft Surface Pro
    Memory
    32GB
  • Operating System
    Microsoft 25H2 Pro
    Computer type
    Laptop
    Manufacturer/Model
    Dell Pro 14 - PC14250
    CPU
    Intel Core Ultra 7
    Memory
    64GB
    Graphics card(s)
    Intel Integrated Graphics
    Hard Drives
    Micron 1TB SSD
Run manage-bde -status first (in an elevated command window), to view the status. It shows all BitLocker volumes in the system. Conversion Status: Fully Decrypted means the volume has been decrypted fully. If a volume is encrypted (or partially), then if you choose to disable Device Encryption via Settings, the volume gets decrypted but takes some patience until the volume will be decrypted fully. To check, you can run the command again as many times as you like. Protection Status: Protection Off means the volume is either unencrypted, partially encrypted, or the encryption key is available in the clear on the hard disk. Key Protectors: None means no key protectors exist for the volume.

So, if a key protector is still present (in the TPM) for the volume, then if the conversion status of the volume is fully decrypted and the protection status of the volume is protection off, it means that it’s now safe to delete (from the TPM) the key protector of the volume by running
manage-bde -protectors -delete C: -type TPM (where C is the drive letter of the volume). To view a list of all the key protectors for a volume, you can run manage-bde -protectors -get C: (where C is the drive letter of the volume). Additionally, you can always run manage-bde -status again to see if everything checks out. Here is an example of how that may look like:
Code:
Volume C: [Boot]
[OS Volume]

    Size:                 475.87 GB
    BitLocker Version:    None
    Conversion Status:    Fully Decrypted
    Percentage Encrypted: 0.0%
    Encryption Method:    None
    Protection Status:    Protection Off
    Lock Status:          Unlocked
    Identification Field: None
    Key Protectors:       None Found

Volume D: [Recover]
[Data Volume]

    Size:                 1198.62 GB
    BitLocker Version:    None
    Conversion Status:    Fully Decrypted
    Percentage Encrypted: 0.0%
    Encryption Method:    None
    Protection Status:    Protection Off
    Lock Status:          Unlocked
    Identification Field: None
    Automatic Unlock:     Disabled
    Key Protectors:       None Found
As you can see, my volume C and D are fully decrypted, protection off, and, neither volume C nor volume D has a key protector.
 

My Computers

System One System Two

  • OS
    11 Home
    Computer type
    Laptop
    Manufacturer/Model
    Asus TUF Gaming F16 (2024)
    CPU
    i7 13650HX
    Memory
    16GB DDR5
    Graphics Card(s)
    GeForce RTX 4060 Mobile
    Sound Card
    Eastern Electric MiniMax DAC Supreme; Emotiva UMC-200; Astell & Kern AK240
    Monitor(s) Displays
    Sony Bravia XR-55X90J
    Screen Resolution
    3840×2160
    Hard Drives
    512GB SSD internal
    37TB external
    PSU
    Li-ion
    Cooling
    2× Arc Flow Fans, 4× exhaust vents, 5× heatpipes
    Keyboard
    Logitech K800
    Mouse
    Logitech G402
    Internet Speed
    30Mbit/s up, 500Mbit/s down
    Browser
    FF
    Antivirus
    What's an antivirus?
  • Operating System
    11 Home
    Computer type
    Laptop
    Manufacturer/Model
    Medion S15450
    CPU
    i5 1135G7
    Memory
    16GB DDR4
    Graphics card(s)
    Intel Iris Xe
    Sound Card
    Eastern Electric MiniMax DAC Supreme; Emotiva UMC-200; Astell & Kern AK240
    Monitor(s) Displays
    Sony Bravia XR-55X90J
    Screen Resolution
    3840×2160
    Hard Drives
    2TB SSD internal
    37TB external
    PSU
    Li-ion
    Keyboard
    Logitech K800
    Mouse
    Logitech G402
    Internet Speed
    30Mbit/s up, 500Mbit/s down
    Browser
    FF
I strongly suggest that you keep Dell Command Update to keep your drivers updated. You can set it to do so automatically or do like I do. I stop it from autostarting and run it manually every month or two. It's a fantastic tool and has never failed me. Dell updates bios quite often so I depend on Dell Command Update for bios and drivers update. IT IS NOT A BLOAT APP.

I agree and will keep it for the time being.

If you choose to do as I do, you would want to disable include drivers with windows update. Windows update tends to load old drivers and I darn sure don't want WU updating my bios. Enable or Disable Include Drivers with Windows Updates in Windows 11

I did the group policy option

I should point out that glasskuter and TraderGary mentioned Dell Command | Update, while garioch7 mentioned Dell Update. These have some things in common, but they are not the same. Dell Update is for consumer machines, while DCU is for business machines.*

That being said, I agree with these two amigos. I have DCU on thousands of devices and have done so for more years than I can recall; nary a problem in sight.

Some of these are what Dell calls Support Assist plug-ins. Here is what Revo has picked up:

Screenshot 2025-09-29 021421.webp

So everybody, what here do you think I should keep and what should I get rid of? 😕
 

My Computers

System One System Two

  • OS
    Windows 11 Pro 25H2 build: (26200.7623)
    Computer type
    Laptop
    Manufacturer/Model
    Microsoft Surface Pro
    Memory
    32GB
  • Operating System
    Microsoft 25H2 Pro
    Computer type
    Laptop
    Manufacturer/Model
    Dell Pro 14 - PC14250
    CPU
    Intel Core Ultra 7
    Memory
    64GB
    Graphics card(s)
    Intel Integrated Graphics
    Hard Drives
    Micron 1TB SSD
The Dell Precision in my specs came with the most bloated software set I've ever seen
All manufacturers do that.

As soon as the warranty is over, back up your drivers. You can use a freeware called double driver. Next, partition your disk as mentioned above. Then do a fresh install using MCT (Media Creation Tool) without any access to the internet. Re-install the drivers that you have backed up.

Once you are done, install whatever programs you want, including an office suite. Clean up your system. Just use a free cleaner if you are not confident of doing it yourself.

After trimming your Windows (SSD I presume), go online and do a reboot. Your Windows will be automatically licensed after that. Your license key is embedded somewhere on the motherboard.

You will get a slim and trimmed Windows with a much faster bootup time.

Now back up your ‘new’ OS to your D Drive or even better, an external drive with one of the backup software suggested.

You can then proceed to experiment all you want and trying out the various software that catches your eye, knowing full well you can always rely on the image you have created in case things go wrong.

That’s my take on it!
 
Last edited:

My Computer

System One

  • OS
    Win 7,8.1,10,11, Mint, Kde Plasma, Debian
    Computer type
    Laptop
    Manufacturer/Model
    Dell
    CPU
    Intel(R) Core(TM) i7-6500U CPU @ 2.50GHz
    Memory
    16 GB
    Graphics Card(s)
    Intel(R) HD Graphics 520/Nvidia GeForce 930M
    Sound Card
    Intel(R) Display Audio/RealtekAudio
    Monitor(s) Displays
    Generic Pnp Monitor
    Screen Resolution
    1366 X 768
    Hard Drives
    ST2000LM024-1EJ164
    Keyboard
    Eng (US)
    Mouse
    Sanwa Supply
    Browser
    Firefox
    Antivirus
    Avast One
    Other Info
    Too many laptops with different system specifications.
I agree and will keep it for the time being.



I did the group policy option



Some of these are what Dell calls Support Assist plug-ins. Here is what Revo has picked up:

View attachment 146950

So everybody, what here do you think I should keep and what should I get rid of? 😕

I don't use Winaero Tweaker. Winaero Tweaker is a third-party utility developed by Sergey Tkachenko that allows users to customize and tweak various hidden settings in Windows. Winaero Tweaker is not maintained or supported by Microsoft. While it's popular among power users for its ability to simplify registry edits and system modifications, Microsoft has taken a cautious stance. While it's not illegal or explicitly banned, it operates outside Microsoft's ecosystem and could affect system stability depending on how it's used.
 

My Computers

System One System Two

  • OS
    Windows 11 Pro
    Computer type
    Laptop
    Manufacturer/Model
    Dell XPS 16 DA16260
    CPU
    Intel Series 3 Core Ultra X9 388H
    Memory
    64GB LPDDR5x 9600 MT/s
    Graphics Card(s)
    Intel Arc graphics B390 Panther Lake
    Monitor(s) Displays
    16" 3.2K Tandem OLED Infinity Edge
    Screen Resolution
    3200 x 2000 16:10 236 PPI
    Hard Drives
    1 Terabyte M.2 PCIe NVMe SSD
    Case
    Black Anodized Aluminum
    Cooling
    Vapor Chamber Cooling
    Mouse
    None
    Internet Speed
    942 Mbps Netgear Mesh + 2 Satellites
    Browser
    Microsoft Edge (Chromium)
    Antivirus
    Windows Security (Defender)
    Other Info
    NPU delivering 67 TOPS
    Microsoft 365 subscription
    Microsoft OneDrive 1TB Cloud
    Microsoft Visual Studio
    Microsoft Visual Studio Code
    Microsoft Sysinternals Suite
    Microsoft BitLocker
    Microsoft Copilot
    Dell Support Assist
    Dell Command | Update
    Macrium Reflect X subscription
    1Password Password Manager
    Amazon Kindle for PC
    Lightroom/Photoshop subscription
    Interactive Brokers Trader Workstation
  • Operating System
    Windows 11 Pro
    Computer type
    Laptop
    Manufacturer/Model
    Microsoft Surface Laptop 7
    CPU
    Snapdragon® X Elite (12 Core) with Hexagon NPU delivering 45 TOPS
    Memory
    32GB LPDDR5x 8448 MT/s
    Graphics card(s)
    Integrated Adreno GPU
    Sound Card
    Omnisonic speakers with Dolby Atmos spatial sound
    Monitor(s) Displays
    13.8″ PixelSense Flow touchscreen 120 Hz 600 NIT
    Screen Resolution
    2304 × 1536 (201 PPI), 3:2 aspect ratio
    Hard Drives
    1 TB PCIe NVMe Gen 4 SSD
    Case
    Black Anodized Aluminum
    Cooling
    Vapor Chamber Cooling
    Mouse
    None
    Internet Speed
    942 Mbps Netgear Mesh + 2 Satellites
    Browser
    Microsoft Edge (Chromium)
    Antivirus
    Windows Security (Defender)
    Other Info
    Microsoft 365 subscription (Office)
    Microsoft OneDrive 1TB Cloud
    Microsoft Visual Studio 2026
    Microsoft Visual Studio Code
    Interactive Brokers Trader Workstation
    Lightroom/Photoshop subscription
    1Password Password Manager
    Microsoft Sysinternals
    Amazon Kindle for PC
    Microsoft BitLocker
    Microsoft Copilot
I don't use Winaero Tweaker. Winaero Tweaker is a third-party utility developed by Sergey Tkachenko that allows users to customize and tweak various hidden settings in Windows. Winaero Tweaker is not maintained or supported by Microsoft. While it's popular among power users for its ability to simplify registry edits and system modifications, Microsoft has taken a cautious stance. While it's not illegal or explicitly banned, it operates outside Microsoft's ecosystem and could affect system stability depending on how it's used.

Hello Gary and thanks...

Yes, I use Winaero Tweaker and installed it, but I more was asking about all those Dell programs that appear there and was wondering if anybody thinks some of them are redundant or not. That there may be some duplication of services. I'm looking for opinions on those and was wondering if I can delete them or not.

Or I may bring it up as another topic in another thread if need be.

Thanks to all
 

My Computers

System One System Two

  • OS
    Windows 11 Pro 25H2 build: (26200.7623)
    Computer type
    Laptop
    Manufacturer/Model
    Microsoft Surface Pro
    Memory
    32GB
  • Operating System
    Microsoft 25H2 Pro
    Computer type
    Laptop
    Manufacturer/Model
    Dell Pro 14 - PC14250
    CPU
    Intel Core Ultra 7
    Memory
    64GB
    Graphics card(s)
    Intel Integrated Graphics
    Hard Drives
    Micron 1TB SSD
Hello Gary and thanks...

Yes, I use Winaero Tweaker and installed it, but I more was asking about all those Dell programs that appear there and was wondering if anybody thinks some of them are redundant or not. That there may be some duplication of services. I'm looking for opinions on those and was wondering if I can delete them or not.

Or I may bring it up as another topic in another thread if need be.

Thanks to all

As I said in the thread previously, I've owned more than a dozen Dell computers over the years. Because of my experience with Dell, I don't remove any of the programs Dell includes with their computers. It's my experience that the Dell engineers know what they are doing, and the included Dell programs are there for a reason. I use SupportAssist and Dell Command | Update frequently. SupportAssist is invaluable as it includes instant Dell Chat, and the Dell tech then knows everything he/she needs to know about my computer.
 

My Computers

System One System Two

  • OS
    Windows 11 Pro
    Computer type
    Laptop
    Manufacturer/Model
    Dell XPS 16 DA16260
    CPU
    Intel Series 3 Core Ultra X9 388H
    Memory
    64GB LPDDR5x 9600 MT/s
    Graphics Card(s)
    Intel Arc graphics B390 Panther Lake
    Monitor(s) Displays
    16" 3.2K Tandem OLED Infinity Edge
    Screen Resolution
    3200 x 2000 16:10 236 PPI
    Hard Drives
    1 Terabyte M.2 PCIe NVMe SSD
    Case
    Black Anodized Aluminum
    Cooling
    Vapor Chamber Cooling
    Mouse
    None
    Internet Speed
    942 Mbps Netgear Mesh + 2 Satellites
    Browser
    Microsoft Edge (Chromium)
    Antivirus
    Windows Security (Defender)
    Other Info
    NPU delivering 67 TOPS
    Microsoft 365 subscription
    Microsoft OneDrive 1TB Cloud
    Microsoft Visual Studio
    Microsoft Visual Studio Code
    Microsoft Sysinternals Suite
    Microsoft BitLocker
    Microsoft Copilot
    Dell Support Assist
    Dell Command | Update
    Macrium Reflect X subscription
    1Password Password Manager
    Amazon Kindle for PC
    Lightroom/Photoshop subscription
    Interactive Brokers Trader Workstation
  • Operating System
    Windows 11 Pro
    Computer type
    Laptop
    Manufacturer/Model
    Microsoft Surface Laptop 7
    CPU
    Snapdragon® X Elite (12 Core) with Hexagon NPU delivering 45 TOPS
    Memory
    32GB LPDDR5x 8448 MT/s
    Graphics card(s)
    Integrated Adreno GPU
    Sound Card
    Omnisonic speakers with Dolby Atmos spatial sound
    Monitor(s) Displays
    13.8″ PixelSense Flow touchscreen 120 Hz 600 NIT
    Screen Resolution
    2304 × 1536 (201 PPI), 3:2 aspect ratio
    Hard Drives
    1 TB PCIe NVMe Gen 4 SSD
    Case
    Black Anodized Aluminum
    Cooling
    Vapor Chamber Cooling
    Mouse
    None
    Internet Speed
    942 Mbps Netgear Mesh + 2 Satellites
    Browser
    Microsoft Edge (Chromium)
    Antivirus
    Windows Security (Defender)
    Other Info
    Microsoft 365 subscription (Office)
    Microsoft OneDrive 1TB Cloud
    Microsoft Visual Studio 2026
    Microsoft Visual Studio Code
    Interactive Brokers Trader Workstation
    Lightroom/Photoshop subscription
    1Password Password Manager
    Microsoft Sysinternals
    Amazon Kindle for PC
    Microsoft BitLocker
    Microsoft Copilot
Sergey Tkachenko, the developer behind Winaero Tweaker, is based in Penza, Russia. He founded Winaero in 2011 and continues to maintain the site and its suite of Windows customization tools.
 

My Computers

System One System Two

  • OS
    Windows 11 Pro
    Computer type
    Laptop
    Manufacturer/Model
    Dell XPS 16 DA16260
    CPU
    Intel Series 3 Core Ultra X9 388H
    Memory
    64GB LPDDR5x 9600 MT/s
    Graphics Card(s)
    Intel Arc graphics B390 Panther Lake
    Monitor(s) Displays
    16" 3.2K Tandem OLED Infinity Edge
    Screen Resolution
    3200 x 2000 16:10 236 PPI
    Hard Drives
    1 Terabyte M.2 PCIe NVMe SSD
    Case
    Black Anodized Aluminum
    Cooling
    Vapor Chamber Cooling
    Mouse
    None
    Internet Speed
    942 Mbps Netgear Mesh + 2 Satellites
    Browser
    Microsoft Edge (Chromium)
    Antivirus
    Windows Security (Defender)
    Other Info
    NPU delivering 67 TOPS
    Microsoft 365 subscription
    Microsoft OneDrive 1TB Cloud
    Microsoft Visual Studio
    Microsoft Visual Studio Code
    Microsoft Sysinternals Suite
    Microsoft BitLocker
    Microsoft Copilot
    Dell Support Assist
    Dell Command | Update
    Macrium Reflect X subscription
    1Password Password Manager
    Amazon Kindle for PC
    Lightroom/Photoshop subscription
    Interactive Brokers Trader Workstation
  • Operating System
    Windows 11 Pro
    Computer type
    Laptop
    Manufacturer/Model
    Microsoft Surface Laptop 7
    CPU
    Snapdragon® X Elite (12 Core) with Hexagon NPU delivering 45 TOPS
    Memory
    32GB LPDDR5x 8448 MT/s
    Graphics card(s)
    Integrated Adreno GPU
    Sound Card
    Omnisonic speakers with Dolby Atmos spatial sound
    Monitor(s) Displays
    13.8″ PixelSense Flow touchscreen 120 Hz 600 NIT
    Screen Resolution
    2304 × 1536 (201 PPI), 3:2 aspect ratio
    Hard Drives
    1 TB PCIe NVMe Gen 4 SSD
    Case
    Black Anodized Aluminum
    Cooling
    Vapor Chamber Cooling
    Mouse
    None
    Internet Speed
    942 Mbps Netgear Mesh + 2 Satellites
    Browser
    Microsoft Edge (Chromium)
    Antivirus
    Windows Security (Defender)
    Other Info
    Microsoft 365 subscription (Office)
    Microsoft OneDrive 1TB Cloud
    Microsoft Visual Studio 2026
    Microsoft Visual Studio Code
    Interactive Brokers Trader Workstation
    Lightroom/Photoshop subscription
    1Password Password Manager
    Microsoft Sysinternals
    Amazon Kindle for PC
    Microsoft BitLocker
    Microsoft Copilot
Sergey Tkachenko, the developer behind Winaero Tweaker, is based in Penza, Russia. He founded Winaero in 2011 and continues to maintain the site and its suite of Windows customization tools.

lol, - 😄 - I learned about Winaero Tweaker here in this forum. Never heard of it before then.

Is it not recommended here in the elevenforum anymore?
 

My Computers

System One System Two

  • OS
    Windows 11 Pro 25H2 build: (26200.7623)
    Computer type
    Laptop
    Manufacturer/Model
    Microsoft Surface Pro
    Memory
    32GB
  • Operating System
    Microsoft 25H2 Pro
    Computer type
    Laptop
    Manufacturer/Model
    Dell Pro 14 - PC14250
    CPU
    Intel Core Ultra 7
    Memory
    64GB
    Graphics card(s)
    Intel Integrated Graphics
    Hard Drives
    Micron 1TB SSD
If Winaero Tweaker turns out to be a security issue, then I'll definitely remove it.
 

My Computers

System One System Two

  • OS
    Windows 11 Pro 25H2 build: (26200.7623)
    Computer type
    Laptop
    Manufacturer/Model
    Microsoft Surface Pro
    Memory
    32GB
  • Operating System
    Microsoft 25H2 Pro
    Computer type
    Laptop
    Manufacturer/Model
    Dell Pro 14 - PC14250
    CPU
    Intel Core Ultra 7
    Memory
    64GB
    Graphics card(s)
    Intel Integrated Graphics
    Hard Drives
    Micron 1TB SSD
Winaero tweaker is great for users that are somewhat experienced and not noobs.
It is still recommended here, but it is not supported by Microsoft.
Always make a current image of your computer before using any 3rd party tweaking apps, like Winaero in case things don't go as planned.
 

My Computer

System One

  • OS
    Windows 11 Pro Insider 64 bit 25H2 26200.5742
    Computer type
    PC/Desktop
    Manufacturer/Model
    Gigabyte Z390 UD
    CPU
    Intel Core i7 9700K 3.60
    Motherboard
    Gigabyte Z390 UD
    Memory
    16 GB
    Graphics Card(s)
    nVidia GEForce RTX 2060 Super
    Sound Card
    onboard
    Monitor(s) Displays
    Two 27" Dell 4K monitors
    Screen Resolution
    3840 x 2160
    Hard Drives
    M.2 NVME SSD, 500 GB; Two 2TB Mechanical HDD's
    PSU
    850w PSU
    Case
    Cyberpower PC
    Cooling
    Water cooled
    Keyboard
    Backlit Cyberpower gaming keyboard
    Mouse
    Backlit Cyberpower gaming mouse
    Internet Speed
    1 GB mbps
    Browser
    Brave
    Antivirus
    Windows Security
If you trust Brink's tutorials, you can trust WinaeroTweaker, they're pretty much a mirror of each other.
As far as security is concerned, the app collects some machine data, that's about it.
That being the case, then MS itself is probably more of a security threat than WinaeroTweaker!
 

My Computers

System One System Two

  • OS
    Windows 11 Pro
    Computer type
    PC/Desktop
    Manufacturer/Model
    ASUS ROG Strix
  • Operating System
    Windows 11 Pro
    Computer type
    Laptop
    Manufacturer/Model
    ASUS VivoBook

Latest Support Threads

Back
Top Bottom