Windows

  • How to reset file permissions on windows using command line

    How to reset file permissions on windows using command line

    The command icacls can be used to display or modify discretionary access control list (DACLs). Syntax of command icacls icacls [/grant[:r] :[…]] [/deny :[…]] [/remove[:g|:d]] […]] [/t] [/c] [/l]…

    neotam Avatar
  • List all drives command line: on Windows

    List all drives command line: on Windows

    There are different commands available to view list of drive on Windows but you need administrator privileges wmic fsutil diskpart Using PowerShell Storage is organised as Disks, Partitions, Volumes…

    neotam Avatar