Configure Disable TRIM on SSD via Group Policy

johan 20 Reputation points
2023-01-26T04:57:09.5666667+00:00

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

Windows for business | Windows Client for IT Pros | User experience | Other
0 comments No comments
{count} votes

Accepted answer
  1. Limitless Technology 44,766 Reputation points
    2023-01-26T16:37:34.2866667+00:00

    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: Most helpful

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.