kennysarmy Posted September 26, 2019 Posted September 26, 2019 We've been running some commands post install of Windows 10 which I may be looking to add in to our Task Sequence. Before I do I thought I'd question whether some of these are even necessary! The commands are : winsat formal Assess the system performance and make changes at reboot to prefetch, superfetch, and ReadyBoot fsutil behavior set DisableDeleteNotify 0 Enable TRIM schtasks /change /tn "microsoft\windows\defrag\ScheduledDefrag" /disable Disable Defrag - suspect this may not be required sc stop SysMain sc config SysMain start= disabled Disable SuperFetch regedit.exe /s "\\fp5\netman2$\Software\Scripting\Windows 10 IM\SSD\EnablePrefetcher.reg" Import a key to Disable Prefetcher
Arthur Posted September 26, 2019 Posted September 26, 2019 The winsat command is the only one I would run out of those. Once that runs, Windows will definitely know the PC has an SSD and automatically enable/disable all of the other items you have listed. Re: defrag see the following blog post... www.hanselman.com/blog/TheRealAndCompleteStoryDoesWindowsDefragmentYourSSD.aspx 1
kennysarmy Posted September 26, 2019 Author Posted September 26, 2019 The winsat command is the only one I would run out of those. Once that runs, Windows will definitely know the PC has an SSD and automatically enable/disable all of the other items you have listed. Re: defrag see the following blog post... www.hanselman.com/blog/TheRealAndCompleteStoryDoesWindowsDefragmentYourSSD.aspx Thanks. Would this work?
Arthur Posted September 26, 2019 Posted September 26, 2019 Would this work? You should change the backslash to a forward slash, but that will work. cmd /c winsat formal 1
arh1a Posted September 26, 2019 Posted September 26, 2019 IIRC SuperFetch was depreciated in Windows 10 1903
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now