From 03e6c3acbd663f8350b474546fa93b8e3df39a96 Mon Sep 17 00:00:00 2001 From: simeononsecurity <4913771+simeononsecurity@users.noreply.github.com> Date: Fri, 8 Jan 2021 03:13:44 +0000 Subject: [PATCH] Update windows10.ps1 --- windows10.ps1 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/windows10.ps1 b/windows10.ps1 index 141bff7..a4fd7ca 100644 --- a/windows10.ps1 +++ b/windows10.ps1 @@ -292,11 +292,10 @@ Start-Job -Name "Customizations" -ScriptBlock { Import-StartLayout -LayoutPath $layoutFile -MountPath $env:SystemDrive\ Remove-Item $layoutFile + #https://notes.ponderworthy.com/fsutil-tweaks-for-ntfs-performance-and-reliability fsutil behavior set memoryusage 2 #fsutil behavior set disablelastaccess 1 fsutil behavior set mftzone 2 - - #https://notes.ponderworthy.com/fsutil-tweaks-for-ntfs-performance-and-reliability $DriveLetters = (Get-WmiObject -Class Win32_Volume).DriveLetter ForEach ($Drive in $DriveLetters) { If (-not ([string]::IsNullOrEmpty($Drive))) {