From 5549254e2ed0142f7bf633f1367b80f165584116 Mon Sep 17 00:00:00 2001 From: Ruchika Mittal Date: Thu, 16 Jan 2025 05:39:26 +0530 Subject: [PATCH] acro fix --- .../unified-write-filter/uwf-filtershutdownsystem.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/windows/configuration/unified-write-filter/uwf-filtershutdownsystem.md b/windows/configuration/unified-write-filter/uwf-filtershutdownsystem.md index c93920a8ee..60cd1b79d9 100644 --- a/windows/configuration/unified-write-filter/uwf-filtershutdownsystem.md +++ b/windows/configuration/unified-write-filter/uwf-filtershutdownsystem.md @@ -27,9 +27,9 @@ Returns an HRESULT value that indicates [WMI status](/windows/win32/wmisdk/wmi-n You must use an administrator account to call this method. -If the overlay is full, or near full, shutting down or restarting the system normally can cause the system to take an extremely long time to shut down. This occurs when the system repeatedly tries to write files during shutdown, which constantly fail due to the overlay being full. You can call this method to safely shutdown a system by avoiding this scenario. +If the overlay is full, or near full, shutting down or restarting the system normally can cause the system to take an extremely long time to shut down. This occurs when the system repeatedly tries to write files during shutdown, which constantly fail due to the overlay being full. You can call this method to safely shut down a system by avoiding this scenario. -If the overlay becomes full while the system is performing a large amount of writes, such as copying a large group of files, calling this method can still result in a long shutdown time. +If the overlay becomes full while the system is performing a large number of writes, such as copying a large group of files, calling this method can still result in a long shutdown time. ## Requirements