Share via

Configure Disable TRIM on SSD via Group Policy

johan 20 Reputation points
Jan 26, 2023, 4:57 AM

Is it possible for us to configure Disable TRIM on SSD via Group Policy? Thank you

Windows
Windows
A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.
5,820 questions
0 comments No comments
{count} votes

Accepted answer
  1. Limitless Technology 44,666 Reputation points
    Jan 26, 2023, 4:37 PM

    Hello there,

    I am not sure of GPO but you can make use of CMD to achieve this.

    Type the following command and press Enter.

    fsutil behavior query disabledeletenotify

    If the command returns DisableDeleteNotify = 1, the command is already disabled. If the command returns DisableDeleteNotify = 0, the command is enabled, and you need to disable it. Here's how to do it:

    Type the following command and press Enter.

    fsutil behavior set disabledeletenotify 1

    Hope this resolves your Query !!

    --If the reply is helpful, please Upvote and Accept it as an answer–


0 additional answers

Sort by: Oldest

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.