From f35031efe6f49a89f447103db7648e2a8ac0b1cf Mon Sep 17 00:00:00 2001 From: Mikhael William Sasiang <46641376+mike2miky@users.noreply.github.com> Date: Mon, 4 Feb 2019 10:51:42 +0800 Subject: [PATCH] HDD and SSD --- HDD and SSD/Clean autoplay list.REG | 6 ++++++ HDD and SSD/Correct error control and warning.REG | 9 +++++++++ HDD and SSD/Disable CD Audio.REG | 6 ++++++ HDD and SSD/Disable CD-ROM auto start.REG | 6 ++++++ HDD and SSD/Disable Cache.REG | 6 ++++++ HDD and SSD/Disable DiskQuota.REG | 6 ++++++ HDD and SSD/Disable PrefetchParameters to fix SSD.reg | 7 +++++++ HDD and SSD/Disable internal burning service.REG | 6 ++++++ HDD and SSD/Disable protocoll if HDD full.REG | 4 ++++ HDD and SSD/Disable warning if HDD full.REG | 6 ++++++ HDD and SSD/Disables SSD for Hybriddrives.REG | 4 ++++ HDD and SSD/Disables autostart for selected drives.REG | 9 +++++++++ HDD and SSD/Disables save if HDD is full.REG | 6 ++++++ HDD and SSD/Enable LogEventOverThreshold.REG | 4 ++++ HDD and SSD/Enable autostart for different drives.REG | 6 ++++++ HDD and SSD/Enables LastAliveStamp.REG | 9 +++++++++ HDD and SSD/Energysafer disabled for certain drives.REG | 6 ++++++ ...py and CD-ROM Drive only allowed for current user.REG | 7 +++++++ HDD and SSD/HDD limit for drive.REG | 4 ++++ HDD and SSD/Hide certain HDDs.REG | 6 ++++++ HDD and SSD/Info about SSD tweaks.txt | 3 +++ HDD and SSD/No NoDrivesInSendToMenu.REG | 7 +++++++ HDD and SSD/Start and backup disable.REG | 6 ++++++ 23 files changed, 139 insertions(+) create mode 100644 HDD and SSD/Clean autoplay list.REG create mode 100644 HDD and SSD/Correct error control and warning.REG create mode 100644 HDD and SSD/Disable CD Audio.REG create mode 100644 HDD and SSD/Disable CD-ROM auto start.REG create mode 100644 HDD and SSD/Disable Cache.REG create mode 100644 HDD and SSD/Disable DiskQuota.REG create mode 100644 HDD and SSD/Disable PrefetchParameters to fix SSD.reg create mode 100644 HDD and SSD/Disable internal burning service.REG create mode 100644 HDD and SSD/Disable protocoll if HDD full.REG create mode 100644 HDD and SSD/Disable warning if HDD full.REG create mode 100644 HDD and SSD/Disables SSD for Hybriddrives.REG create mode 100644 HDD and SSD/Disables autostart for selected drives.REG create mode 100644 HDD and SSD/Disables save if HDD is full.REG create mode 100644 HDD and SSD/Enable LogEventOverThreshold.REG create mode 100644 HDD and SSD/Enable autostart for different drives.REG create mode 100644 HDD and SSD/Enables LastAliveStamp.REG create mode 100644 HDD and SSD/Energysafer disabled for certain drives.REG create mode 100644 HDD and SSD/Floppy and CD-ROM Drive only allowed for current user.REG create mode 100644 HDD and SSD/HDD limit for drive.REG create mode 100644 HDD and SSD/Hide certain HDDs.REG create mode 100644 HDD and SSD/Info about SSD tweaks.txt create mode 100644 HDD and SSD/No NoDrivesInSendToMenu.REG create mode 100644 HDD and SSD/Start and backup disable.REG diff --git a/HDD and SSD/Clean autoplay list.REG b/HDD and SSD/Clean autoplay list.REG new file mode 100644 index 0000000..384d433 --- /dev/null +++ b/HDD and SSD/Clean autoplay list.REG @@ -0,0 +1,6 @@ +Windows Registry Editor Version 5.00 + +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\CancelAutoplay\Files] +"[RSW:VALUELIST]"="" + + diff --git a/HDD and SSD/Correct error control and warning.REG b/HDD and SSD/Correct error control and warning.REG new file mode 100644 index 0000000..69254bd --- /dev/null +++ b/HDD and SSD/Correct error control and warning.REG @@ -0,0 +1,9 @@ +Windows Registry Editor Version 5.00 + +[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows NT\DiskQuota] +"Limit"=dword:0 +"LimitUnits"=dword:6 +"Threshold"=dword:1000 +"ThresholdUnits"=dword:6 + + diff --git a/HDD and SSD/Disable CD Audio.REG b/HDD and SSD/Disable CD Audio.REG new file mode 100644 index 0000000..4bf0d85 --- /dev/null +++ b/HDD and SSD/Disable CD Audio.REG @@ -0,0 +1,6 @@ +Windows Registry Editor Version 5.00 + +[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\AudioCD\shell] +@="1" + + diff --git a/HDD and SSD/Disable CD-ROM auto start.REG b/HDD and SSD/Disable CD-ROM auto start.REG new file mode 100644 index 0000000..4703c33 --- /dev/null +++ b/HDD and SSD/Disable CD-ROM auto start.REG @@ -0,0 +1,6 @@ +Windows Registry Editor Version 5.00 + +[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\cdrom] +"AutoRun"=dword:0 + + diff --git a/HDD and SSD/Disable Cache.REG b/HDD and SSD/Disable Cache.REG new file mode 100644 index 0000000..9104f2a --- /dev/null +++ b/HDD and SSD/Disable Cache.REG @@ -0,0 +1,6 @@ +Windows Registry Editor Version 5.00 + +[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\NvCache] +"EnableNvCache"=dword:0 + + diff --git a/HDD and SSD/Disable DiskQuota.REG b/HDD and SSD/Disable DiskQuota.REG new file mode 100644 index 0000000..3f318d6 --- /dev/null +++ b/HDD and SSD/Disable DiskQuota.REG @@ -0,0 +1,6 @@ +Windows Registry Editor Version 5.00 + +[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows NT\DiskQuota] +"Enable"=dword:0 + + diff --git a/HDD and SSD/Disable PrefetchParameters to fix SSD.reg b/HDD and SSD/Disable PrefetchParameters to fix SSD.reg new file mode 100644 index 0000000..3844445 --- /dev/null +++ b/HDD and SSD/Disable PrefetchParameters to fix SSD.reg @@ -0,0 +1,7 @@ +Windows Registry Editor Version 5.00 + +;Disable PrefetchParameters to fix SSD +[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management] +"LargeSystemCache"=dword:00000000 +[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\PrefetchParameters] +"EnablePrefetcher"=dword:00000000 diff --git a/HDD and SSD/Disable internal burning service.REG b/HDD and SSD/Disable internal burning service.REG new file mode 100644 index 0000000..f104ef5 --- /dev/null +++ b/HDD and SSD/Disable internal burning service.REG @@ -0,0 +1,6 @@ +Windows Registry Editor Version 5.00 + +[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer] +"NoCDBurning"=dword:1 + + diff --git a/HDD and SSD/Disable protocoll if HDD full.REG b/HDD and SSD/Disable protocoll if HDD full.REG new file mode 100644 index 0000000..8f421c2 --- /dev/null +++ b/HDD and SSD/Disable protocoll if HDD full.REG @@ -0,0 +1,4 @@ +Windows Registry Editor Version 5.00 + +[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows NT\DiskQuota] +"LogEventOverLimit"=dword:1 diff --git a/HDD and SSD/Disable warning if HDD full.REG b/HDD and SSD/Disable warning if HDD full.REG new file mode 100644 index 0000000..5047170 --- /dev/null +++ b/HDD and SSD/Disable warning if HDD full.REG @@ -0,0 +1,6 @@ +Windows Registry Editor Version 5.00 + +[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters] +"DiskSpaceThreshold"=dword:0 + + diff --git a/HDD and SSD/Disables SSD for Hybriddrives.REG b/HDD and SSD/Disables SSD for Hybriddrives.REG new file mode 100644 index 0000000..d7accb1 --- /dev/null +++ b/HDD and SSD/Disables SSD for Hybriddrives.REG @@ -0,0 +1,4 @@ +Windows Registry Editor Version 5.00 + +[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\NvCache] +"EnableSolidStateMode"=dword:0 diff --git a/HDD and SSD/Disables autostart for selected drives.REG b/HDD and SSD/Disables autostart for selected drives.REG new file mode 100644 index 0000000..541998d --- /dev/null +++ b/HDD and SSD/Disables autostart for selected drives.REG @@ -0,0 +1,9 @@ +Windows Registry Editor Version 5.00 + +[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] +"NoDriveAutorun"=dword:66846720 + +[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] +"NoDriveAutorun"=dword:66846720 + + diff --git a/HDD and SSD/Disables save if HDD is full.REG b/HDD and SSD/Disables save if HDD is full.REG new file mode 100644 index 0000000..98bbc7d --- /dev/null +++ b/HDD and SSD/Disables save if HDD is full.REG @@ -0,0 +1,6 @@ +Windows Registry Editor Version 5.00 + +[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows NT\DiskQuota] +"Enforce"=dword:1 + + diff --git a/HDD and SSD/Enable LogEventOverThreshold.REG b/HDD and SSD/Enable LogEventOverThreshold.REG new file mode 100644 index 0000000..43d53a5 --- /dev/null +++ b/HDD and SSD/Enable LogEventOverThreshold.REG @@ -0,0 +1,4 @@ +Windows Registry Editor Version 5.00 + +[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows NT\DiskQuota] +"LogEventOverThreshold"=dword:1 diff --git a/HDD and SSD/Enable autostart for different drives.REG b/HDD and SSD/Enable autostart for different drives.REG new file mode 100644 index 0000000..3c72da4 --- /dev/null +++ b/HDD and SSD/Enable autostart for different drives.REG @@ -0,0 +1,6 @@ +Windows Registry Editor Version 5.00 + +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer] +"NoDriveTypeAutoRun"=dword:60 + + diff --git a/HDD and SSD/Enables LastAliveStamp.REG b/HDD and SSD/Enables LastAliveStamp.REG new file mode 100644 index 0000000..9410f39 --- /dev/null +++ b/HDD and SSD/Enables LastAliveStamp.REG @@ -0,0 +1,9 @@ +Windows Registry Editor Version 5.00 + +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Reliability] +"TimeStampInterval"=dword:1 + +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Reliability\LastAliveStamp] +"TimeStampInterval"=dword:0 + + diff --git a/HDD and SSD/Energysafer disabled for certain drives.REG b/HDD and SSD/Energysafer disabled for certain drives.REG new file mode 100644 index 0000000..3752466 --- /dev/null +++ b/HDD and SSD/Energysafer disabled for certain drives.REG @@ -0,0 +1,6 @@ +Windows Registry Editor Version 5.00 + +[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\NvCache] +"EnablePowerModeState"=dword:0 + + diff --git a/HDD and SSD/Floppy and CD-ROM Drive only allowed for current user.REG b/HDD and SSD/Floppy and CD-ROM Drive only allowed for current user.REG new file mode 100644 index 0000000..10ead47 --- /dev/null +++ b/HDD and SSD/Floppy and CD-ROM Drive only allowed for current user.REG @@ -0,0 +1,7 @@ +Windows Registry Editor Version 5.00 + +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon] +"AllocateCDRoms"="1" +"AllocateFloppies"="1" + + diff --git a/HDD and SSD/HDD limit for drive.REG b/HDD and SSD/HDD limit for drive.REG new file mode 100644 index 0000000..80da190 --- /dev/null +++ b/HDD and SSD/HDD limit for drive.REG @@ -0,0 +1,4 @@ +Windows Registry Editor Version 5.00 + +[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows NT\DiskQuota] +"ApplyToRemovableMedia"=dword:1 diff --git a/HDD and SSD/Hide certain HDDs.REG b/HDD and SSD/Hide certain HDDs.REG new file mode 100644 index 0000000..2d4dace --- /dev/null +++ b/HDD and SSD/Hide certain HDDs.REG @@ -0,0 +1,6 @@ +Windows Registry Editor Version 5.00 + +[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] +"NoDrives"=dword:66846720 + + diff --git a/HDD and SSD/Info about SSD tweaks.txt b/HDD and SSD/Info about SSD tweaks.txt new file mode 100644 index 0000000..3a8c6ac --- /dev/null +++ b/HDD and SSD/Info about SSD tweaks.txt @@ -0,0 +1,3 @@ +Since WIndows 8 you don't need to tweak or change any settings because it was designed to handle SSD well. There are a lot of wrong statements on the entire net that this needs to be applyed on Windows 7 but since the SP1 and some other updates it works the same as under Windows 8. + +To disbable defragmentation or any other thing doesn't have any positive effect on the SSD life, the important things are handled by the firmware anyway and not by the OS. The first SSD wasn't optimized and there are a lot of firmware bugs, so ensure you use the latest firmware instead of wasting you're time to tweak something. \ No newline at end of file diff --git a/HDD and SSD/No NoDrivesInSendToMenu.REG b/HDD and SSD/No NoDrivesInSendToMenu.REG new file mode 100644 index 0000000..400fb9a --- /dev/null +++ b/HDD and SSD/No NoDrivesInSendToMenu.REG @@ -0,0 +1,7 @@ +Windows Registry Editor Version 5.00 + +[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] +"NoDrivesInSendToMenu"=dword:0 + +[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] +"NoDrivesInSendToMenu"=dword:0 diff --git a/HDD and SSD/Start and backup disable.REG b/HDD and SSD/Start and backup disable.REG new file mode 100644 index 0000000..af0cac8 --- /dev/null +++ b/HDD and SSD/Start and backup disable.REG @@ -0,0 +1,6 @@ +Windows Registry Editor Version 5.00 + +[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\NvCache] +"OptimizeBootAndResume"=dword:0 + +