Nóta
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað aðskrá þig inn eða breyta skráasöfnum.
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað að breyta skráasöfnum.
The FhManagew.exe program deletes file versions that exceed a specified age from the currently assigned File History target device.
This program is available in Windows 8 and Windows Server 2012 and later.
To execute this program, go to the Start menu, click Run, and type the following command.
FhManagew.exe -cleanup age
| Parameter | Description |
|---|---|
| age |
This parameter specifies the minimum age, in days, of file versions that can be deleted. A file version is deleted if both of the following conditions are true:
|
To suppress all output from this program, use the -quiet command-line option as follows.
FhManagew.exe -cleanup age -quiet
Examples
| Example | Description |
|---|---|
| FhManagew.exe -cleanup 30 |
Delete all file versions that are older than one month. |
| FhManagew.exe -cleanup 365 -quiet |
Delete all file versions that are older than one year and suppress all output. |