| Eclipse Community https://board.eclipse.cx/ |
|
| Registry tweaking guide for Windows 7 https://board.eclipse.cx/viewtopic.php?t=694 |
Page 1 of 1 |
| Author: | the_r3dacted [ 24 May 2024, 09:46 ] |
| Post subject: | Registry tweaking guide for Windows 7 |
| These are basically the suggested Registry and Autologger tweaks from Blackbird. Why I made this is because Blackbird makes some interesting recommendations that break some useful (to me at least) functionality. So I wanted to see what it does and give the user more information on what things do when making these tweaks. The registry tweaks are pretty safe compared to services, but I still suggest reading them before blindly applying the file. This post will go over Registry settings in Windows 7 that you can disable for more performance, privacy, and security. This list is based off of our Windows 7 Updated v5 ISO. 1: Manual These can't be batch applied. They will need to be manually applied by you. Open the Registry Editor by pressing the windows key, typing regedit, and pressing enter. To change these, you can search for the name, or navigate to the path they are in. ► Show Spoiler ► Show Spoiler |
| Author: | AntonyMan [ 31 Jul 2026, 20:57 ] |
| Post subject: | Registry tweaking guide for Windows 7 |
| How to Searching a registry KEY through (admin) Command Prompt. (REG QUERY /?) REG QUERY "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Defender\SpyNet" /f SpyNetReporting ---------- How to get Registry Admin Owner & Permissions using Command Prompt & "SetACL.exe": Download the "SetACL.exe", copy it where the Command Prompt or Batch file.cmd starts from. 1. Download, (extrat it if it's in .zip) and place it on Desktop. Then Copy it to C:\Windows\System32 (by cmd or manually) (eg.: copy "%UserProfile%\Desktop\SetACL.exe" "%SystemRoot%\System32\SetACL.exe") 2. Open a Command Prompt (as Administrator) and type the followings. cd %SystemRoot%\System32 :: Here set the HKEY path (after the equal sign HKEY=here\place\the\path ) set "HKEY=HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Defender\SpyNet" :: Take Owner SetACL.exe -on %HKEY% -ot reg -actn setowner -ownr "n:Administrators" -rec Yes :: Take Permissions SetACL.exe -on %HKEY% -ot reg -actn ace -ace "n:Administrators;p:full" -rec Yes Done! Now you can edit/rename or delete the KEY. ---------- How to Backup a registry KEY through (admin) Command Prompt. (REG EXPORT /?) :: export the key as .reg file on Desktop directory. reg export "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Defender\SpyNet" "%UserProfile%\Desktop\SpyNetReporting(64).reg" ---------- How to change (by overwriting) a registry KEY through (admin) Command Prompt. (REG ADD /?) reg ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Defender\SpyNet" /v "SpyNetReporting" /t REG_DWORD /d 0 /f |
| Author: | the_r3dacted [ 02 Aug 2026, 09:59 ] |
| Post subject: | Registry tweaking guide for Windows 7 |
| It's not like that, it's more that if I try to apply it through a reg file it fails with permission issue, however applying it through regedit has no issues. So idk what to do about it. |
| Author: | Duke [ 02 Aug 2026, 13:09 ] |
| Post subject: | Registry tweaking guide for Windows 7 |
For the record, NirSoft to the rescue: https://www.nirsoft.net/utils/advanced_run.html To solve the .reg files issue it can be run through the Explorer context menu. And it can be very useful in many other cases |
| Author: | AntonyMan [ 02 Aug 2026, 13:27 ] |
| Post subject: | Registry tweaking guide for Windows 7 |
I tested it to my Win7U x64 and works without problems. I checked also manually from regedit to see if indeed worked and was ok. What's the errors messages? |
| Author: | AntonyMan [ 02 Aug 2026, 13:30 ] |
| Post subject: | Registry tweaking guide for Windows 7 |
| Try the following. (full automated... with prompt menu options. Disable_Telemetry[W7].cmd Based on op's the_r3dacted info. The following battch needs the "SetACL.exe" to get Permissions. Download the "SetACL.exe", copy it where the Command Prompt or Batch file.cmd starts from. Download, (extrat it if it's in .zip) and place it on Desktop. Then Copy it in the same directory with batch. Save it as Disable_Telemetry[W7].cmd
Open a new process of Windows Registry Editor on specific HKEY Unlike Windows 10, Windows 7 Registry Editor don't have address bar to browse. So, use this little batch to "Open a new process of Windows Registry Editor on specific HKEY" [*] Allows to have multiple regedit windows opened.) [*] with "HKEY Path Correction" which removing quotes ("..."), brackets ([...]), and ROOTKEY abreviations (ex:HKCU). Strongly recommended: Do Not ever hide the "File name extensions" (due to security reasons) File menu > Tools > Folder Options... > View (tab) > Uncheck "Hide extensions for known file types" OR from (Admin) Command Prompt to Registry: :: Hide EXTENSIONS for known file types [Uncheck=0] REG ADD HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced /v HideFileExt /t REG_DWORD /d 0 /f Save it as "Open Windows Registry Editor on specific HKEY.cmd"
Note: Enable the Command Prompt "Insert Mode" or/and "Edit Mode" to allow you to paste with R.Click. R.Click Command Prompt Title bar > *Properties (and *Defaults) > Options (tab) > check Insert Mode or/and Edit Mode. *Defaults applies to Default admin cmd. (System32) *Properties applies to current cmd (corresponding to shortcut). OR from (Admin) Command Prompt to Registry: for *(Defaults) admin cmd: reg add HKEY_CURRENT_USER\Console /v InsertMode /t REG_DWORD /d 1 /f reg add HKEY_CURRENT_USER\Console /v QuickEdit /t REG_DWORD /d 1 /f |
| Page 1 of 1 | All times are UTC |
| Powered by phpBB® Forum Software © phpBB Limited | |