🔒 Closed Windoes 10 Tweaks

Status
Not open for further replies.

piolopipapz

Honorary Poster
Napulot ko lang po sna mkatulong


Windows 10 Tweaks

This will be done in parts and updated overtime shall write some here and there with time have. You need to have Windows 10 Pro to be able some things will list here, windows 10 home does not allow some things to be accessed. These are in no particular order adding them at random from my document made over time. It's advisable to restart PC after doing just ONE of the things to see how that ONE thing effects your PC

Tools/Program Needed:

  • Command Prompt best on desktop for quick access
  • Any specific ones will be listed under topic as need be(shall see)
If use any of these do keep in mind is at own risk if not sure one something ASK.

1. Disabling Data Logging Services - (This stops Microsoft Collecting your Data)
Program Needed: Command Prompt | Run as admin | Just Copy & Paste it on CMD


echo.
echo Disabling Data Logging Services

sc config diagtrack start=disabled
sc config dmwappushservice start=disabled
sc config RetailDemo start=disabled
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Cur rentVersion\Policies\DataCollection" /v AllowTelemetry /t REG_DWORD /d 0 /f > NUL 2>&1
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft \Windows\CurrentVersion\Policies\DataCollection" /v AllowTelemetry /t REG_DWORD /d 0 /f > NUL 2>&1
schtasks /change /TN "\Microsoft\Windows\Application Experience\Microsoft Compatibility Appraiser" /DISABLE
schtasks /change /TN "\Microsoft\Windows\Application Experience\ProgramDataUpdater" /DISABLE
schtasks /change /TN "\Microsoft\Windows\Customer Experience Improvement Program\Consolidator" /DISABLE
schtasks /change /TN "\Microsoft\Windows\Customer Experience Improvement Program\KernelCeipTask" /DISABLE
schtasks /change /TN "\Microsoft\Windows\Customer Experience Improvement Program\UsbCeip" /DISABLE
echo "" > C:\ProgramData\Microsoft\Diagnosis\ETLLogs\AutoLog ger\AutoLogger-Diagtrack-Listener.etl
2. Removing All Folders from MyPC - (This will remove the folders when viewing "MyPC")
Program Needed: Command Prompt | Run as admin | Just Copy & Paste it on CMD


echo.
echo Removing all Folders from MyPC
REG DELETE "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Cur rentVersion\Explorer\MyComputer\NameSpace\{088e390 5-0323-4b02-9826-5d99428e115f}" /f > NUL 2>&1
REG DELETE "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Cur rentVersion\Explorer\MyComputer\NameSpace\{1CF1260 C-4DD0-4ebb-811F-33C572699FDE}" /f > NUL 2>&1
REG DELETE "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Cur rentVersion\Explorer\MyComputer\NameSpace\{24ad3ad 4-a569-4530-98e1-ab02f9417aa8}" /f > NUL 2>&1
REG DELETE "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Cur rentVersion\Explorer\MyComputer\NameSpace\{374DE29 0-123F-4565-9164-39C4925E467B}" /f > NUL 2>&1
REG DELETE "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Cur rentVersion\Explorer\MyComputer\NameSpace\{3ADD165 3-EB32-4cb0-BBD7-DFA0ABB5ACCA}" /f > NUL 2>&1
REG DELETE "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Cur rentVersion\Explorer\MyComputer\NameSpace\{3dfdf29 6-dbec-4fb4-81d1-6a3438bcf4de}" /f > NUL 2>&1
REG DELETE "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Cur rentVersion\Explorer\MyComputer\NameSpace\{A0953C9 2-50DC-43bf-BE83-3742FED03C9C}" /f > NUL 2>&1
REG DELETE "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Cur rentVersion\Explorer\MyComputer\NameSpace\{A8CDFF1 C-4878-43be-B5FD-F8091C1C60D0}" /f > NUL 2>&1
REG DELETE "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Cur rentVersion\Explorer\MyComputer\NameSpace\{B4BFCC3 A-DB2C-424C-B029-7FE99A87C641}" /f > NUL 2>&1
REG DELETE "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Cur rentVersion\Explorer\MyComputer\NameSpace\{d3162b9 2-9365-467a-956b-92703aca08af}" /f > NUL 2>&1
REG DELETE "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Cur rentVersion\Explorer\MyComputer\NameSpace\{f86fa3a b-70d2-4fc7-9c99-fcbf05467f3a}" /f > NUL 2>&1
3. Uninstalling OneDrive and Removing from Explorer side panel - (Not a needed thing unless want to use it)
Program Needed: Command Prompt | Run as admin | Just Copy & Paste it on CMD


echo.
echo Uninstalling OneDrive

set x86="%SYSTEMROOT%\System32\OneDriveSetup.exe"
set x64="%SYSTEMROOT%\SysWOW64\OneDriveSetup.exe"

taskkill /f /im OneDrive.exe > NUL 2>&1
ping 127.0.0.1 -n 5 > NUL 2>&1

if exist %x64% (
%x64% /uninstall
) else (
%x86% /uninstall
)
ping 127.0.0.1 -n 8 > NUL 2>&1

rd "%USERPROFILE%\OneDrive" /Q /S > NUL 2>&1
rd "C:\OneDriveTemp" /Q /S > NUL 2>&1
rd "%LOCALAPPDATA%\Microsoft\OneDrive" /Q /S > NUL 2>&1
rd "%PROGRAMDATA%\Microsoft OneDrive" /Q /S > NUL 2>&1

echo.
echo Removeing OneDrive from the Explorer Side Panel.
REG DELETE "HKEY_CLASSES_ROOT\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}" /f > NUL 2>&1
REG DELETE "HKEY_CLASSES_ROOT\Wow6432Node\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}" /f > NUL 2>&1
4. Kill Cortana for good Part A
Program Needed: Notepad | Open Notepad and input all text below and save it as whatever name want but make sure to put .reg at end, then run the reg file this will add "Take Ownership" to the context menu which is needed.


Windows Registry Editor Version 5.00

[-HKEY_CLASSES_ROOT\*\shell\runas]

[HKEY_CLASSES_ROOT\*\shell\runas]
@="Take Ownership"
"HasLUAShield"=""
"NoWorkingDirectory"=""
"Position"="middle"

[HKEY_CLASSES_ROOT\*\shell\runas\command]
@="cmd.exe /c takeown /f "%1" && icacls "%1" /grant *S-1-3-4:F /c /l"
"IsolatedCommand"="cmd.exe /c takeown /f "%1" && icacls "%1" /grant *S-1-3-4:F /c /l"

[-HKEY_CLASSES_ROOT\Directory\shell\runas]

[HKEY_CLASSES_ROOT\Directory\shell\runas]
@="Take Ownership"
"AppliesTo"="NOT (System.ItemPathDisplay:="C:\\Users" OR System.ItemPathDisplay:="C:\\ProgramData" OR System.ItemPathDisplay:="C:\\Windows" OR System.ItemPathDisplay:="C:\\Windows\\System32" OR System.ItemPathDisplay:="C:\\Program Files" OR System.ItemPathDisplay:="C:\\Program Files (x86)")"
"HasLUAShield"=""
"NoWorkingDirectory"=""
"Position"="middle"

[HKEY_CLASSES_ROOT\Directory\shell\runas\command]
@="cmd.exe /c takeown /f "%1" /r /d y && icacls "%1" /grant *S-1-3-4:F /t /c /l /q"
"IsolatedCommand"="cmd.exe /c takeown /f "%1" /r /d y && icacls "%1" /grant *S-1-3-4:F /t /c /l /q"

[-HKEY_CLASSES_ROOT\dllfile\shell\runas]

[HKEY_CLASSES_ROOT\dllfile\shell\runas]
@="Take Ownership"
"HasLUAShield"=""
"NoWorkingDirectory"=""
"Position"="middle"

[HKEY_CLASSES_ROOT\dllfile\shell\runas\command]
@="cmd.exe /c takeown /f "%1" && icacls "%1" /grant *S-1-3-4:F /c /l"
"IsolatedCommand"="cmd.exe /c takeown /f "%1" && icacls "%1" /grant *S-1-3-4:F /c /l"

[-HKEY_CLASSES_ROOT\exefile\shell\runas]

[HKEY_CLASSES_ROOT\exefile\shell\runas]
"HasLUAShield"=""

[HKEY_CLASSES_ROOT\exefile\shell\runas\command]
@=""%1" %*"
"IsolatedCommand"=""%1" %*"
5. Kill Cortana for Good Part B
Steps:


  1. Go to C:\Windows\SystemApps.
  2. Will see a folder named"Microsoft.Windows.Cortana_cw5n1h2txyewy".
  3. Rename it "Microsoft.Windows.Cortana_cw5n1h2txyewy.old".
  4. Will get pop up saying not allowed due to it is open leave pop up open so can click try again after do below.
  5. Locate SearchUi.exe and right click > terminate and be quick to click try again on renaming the folder.
  6. Cortona is now buried deep R.I.P.
 
Status
Not open for further replies.

About this Thread

  • 6
    Replies
  • 306
    Views
  • 5
    Participants
Last reply from:
CrunchyPatatas

Trending Topics

Online now

Members online
918
Guests online
1,433
Total visitors
2,351

Forum statistics

Threads
2,292,259
Posts
29,075,676
Members
1,210,241
Latest member
Kurrtttyy
Back
Top