digitalmars.D.learn - Package resusage issue.
- vino (17/17) Aug 25 2023 Hi All,
Hi All, I am trying to use the package resusage, and I am getting the below error message, googled for this error and tried all the solution provided still facing the same issue, hence requesting your help. Solution Provided ``` dism.exe /image:C: /cleanup-image /revertpendingactions dism.exe /online /cleanup-image /startcomponentcleanup ``` Error ``` std.windows.syserror.WindowsException resusage\common.d(25): Could not open process: The parameter is incorrect. (error 87) ``` From, Vino
Aug 25 2023