Skip to content

Commit

Permalink
update files
Browse files Browse the repository at this point in the history
correct to eror in it is code
  • Loading branch information
OxideDevX authored Mar 18, 2021
1 parent 3c3ecb6 commit 10e0e2c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Win10optimizer.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@ECHO OFF
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
COLOR 0A
ECHO ********** Windows 10 оптимизатор
REM ********** Settings
Expand Down Expand Up @@ -230,7 +230,7 @@ REG ADD "HKLM\SOFTWARE\Policies\Microsoft\Windows\Windows Search" /v "ConnectedS
REG ADD "HKLM\SOFTWARE\Policies\Microsoft\Windows\Windows Search" /v "AllowSearchToUseLocation" /t REG_DWORD /d 0 /f
REG ADD "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Search" /v "BingSearchEnabled" /t REG_DWORD /d 0 /f

ECHO ********** Suppress Microsoft Feedback
ECHO ********** Disable Microsoft Feedback
REM ********** Заблокировать отзывы Microsoft

REG ADD "HKLM\SOFTWARE\Policies\Microsoft\Windows\DataCollection" /v "DoNotShowFeedbackNotifications" /t REG_DWORD /d 1 /f
Expand Down Expand Up @@ -439,7 +439,7 @@ ATTRIB -r "C:\ProgramData\Microsoft\Diagnosis\ETLLogs\AutoLogger\AutoLogger-Diag
ECHO "" > C:\ProgramData\Microsoft\Diagnosis\ETLLogs\AutoLogger\AutoLogger-Diagtrack-Listener.etl
ATTRIB +r "C:\ProgramData\Microsoft\Diagnosis\ETLLogs\AutoLogger\AutoLogger-Diagtrack-Listener.etl"

ECHO ********** Remove Retail Demo
ECHO ********** Remove Retail Demo content installed to you system
REM ********** Удалить Demo контент встроенный в операционнуюс систему

REG Delete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{12D4C69E-24AD-4923-BE19-31321C43A767}" /f
Expand All @@ -450,7 +450,7 @@ takeown /f "C:\Windows\SystemApps\Microsoft.Windows.CloudExperienceHost_cw5n1h2t
icacls "C:\Windows\SystemApps\Microsoft.Windows.CloudExperienceHost_cw5n1h2txyewy\RetailDemo" /grant Administrators:F /T
rd /s /q "C:\Windows\SystemApps\Microsoft.Windows.CloudExperienceHost_cw5n1h2txyewy\RetailDemo"

ECHO ********** Delete software OneDrive
ECHO ********** Delete software OneDrive(file hosting Microsoft company)
REM ********** Удалить программу OneDrive

REG ADD "HKLM\SOFTWARE\Policies\Microsoft\Windows\OneDrive" /v DisableFileSyncNGSC /t REG_DWORD /d 1 /f
Expand Down Expand Up @@ -483,7 +483,7 @@ PowerShell -Command Disable-WindowsOptionalFeature -Online -NoRestart -FeatureNa
PowerShell -Command Disable-WindowsOptionalFeature -Online -NoRestart -FeatureName "WorkFolders-Client"

ECHO ********** Delete other Apps Metro
REM ********** Удалить и другие приложения Metro
REM ********** Удалить другие приложения Metro

PowerShell -Command "Get-AppxProvisionedPackage -Online | Where-Object DisplayName -eq Microsoft.3DBuilder | Remove-AppxProvisionedPackage -Online"
PowerShell -Command "Get-AppxProvisionedPackage -Online | Where-Object DisplayName -eq Microsoft.BingFinance | Remove-AppxProvisionedPackage -Online"
Expand Down Expand Up @@ -1354,4 +1354,4 @@ GOTO REG
ECHO ********** Reboot you computer
REM ********** Перезагрузка вашего компьютера

SHUTDOWN -r -t 00
SHUTDOWN -r -t 00

0 comments on commit 10e0e2c

Please sign in to comment.