Giter Site home page Giter Site logo

otsmr / win10settings Goto Github PK

View Code? Open in Web Editor NEW
7.0 7.0 2.0 883 KB

Eine Sammlung von nützlichen und datenschutzfreundlichen Einstellungen für Windows 10.

Home Page: https://win10settings.oproj.de/

License: MIT License

JavaScript 27.95% CSS 1.54% HTML 1.26% TypeScript 44.42% Sass 9.04% SCSS 1.15% Batchfile 1.15% Rust 13.49%
settings windows windows-10

win10settings's People

Contributors

dependabot[bot] avatar otsmr avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

win10settings's Issues

change language to english

files involved

1. single files

  • README.md
  • webpage/index.html

2. in the code

  • /src/components/settings/**/.
  • all comments

=> outsource strings to /src/settings/localization/**.json

Feedbackhäufigkeit

Fehler beim deaktivieren der Feedbackhäufigkeit.

Fehlermeldung:

Keine Ausgabe von Powershell bekommen

Ausgabe in powershell.log:

[12:03:07] runSync (Zeit: 0.27s)

Set-ItemProperty -Path 'Registry::HKEY_USERS\XXXXXX\Software\Microsoft\Siuf\Rules' -Name NumberOfSIUFInPeriod -Value '0' -Force -Type DWord;
Set-ItemProperty -Path 'Registry::HKEY_USERS\XXXXXX\Software\Microsoft\Siuf\Rules' -Name PeriodInNanoSeconds -Value '0' -Force -Type DWord

[12:03:07] runAsync (Zeit: 0.364s)
get-itemproperty -Path Registry::HKEY_USERS\XXXXXX\Software\Microsoft\Siuf\Rules | Select-Object -Property 'NumberOfSIUFInPeriod', 'PeriodInNanoSeconds' | ConvertTo-Json | Out-File 'C:\Users\XXXXX\AppData\Local\Temp\ps-output.6243755213695115.json' -Encoding UTF8

Langsam durch den Einsatz der Powershell

Einfache Änderungen, die über die Powershell vorgenommen werden, nehmen ziemlich viel Zeit in Anspruch und führen manchmal dazu, dass sich das Programm aufhängt.

# [11:52:31] runSync (Zeit: 6.766s)
Start-Process powershell -WindowStyle Minimized -Verb runAs -ArgumentList "Copy-Item -Path 'C:\Users\XXXX\AppData\Local\Temp\7220039503400144.hosts.txt' -Destination 'C:\Windows\System32\drivers\etc\hosts' -Force"

# [11:53:06] runSync (Zeit: 4.422s)
Start-Process powershell -WindowStyle Minimized -Verb runAs -ArgumentList "Copy-Item -Path 'C:\Users\XXX\AppData\Local\Temp\8115064674302794.hosts.txt' -Destination 'C:\Windows\System32\drivers\etc\hosts' -Force"

# [11:53:10] runAsync (Zeit: 1.048s)
Get-MpPreference | Select-Object -Property 'SubmitSamplesConsent' | ConvertTo-Json | Out-File 'C:\Users\XXX\AppData\Local\Temp\ps-output.5690923699593833.json' -Encoding UTF8

# [11:53:10] runAsync (Zeit: 1.076s)
Get-MpPreference | Select-Object -Property 'MAPSReporting' | ConvertTo-Json | Out-File 'C:\Users\XXX\AppData\Local\Temp\ps-output.5654104835505593.json' -Encoding UTF8

# [11:53:12] runAsync (Zeit: 1.256s)
Get-Service -Name "diagtrack" | Select-Object -Property 'Name', 'DisplayName', 'Status', 'StartType' | ConvertTo-Json | Out-File 'C:\Users\XXXX\AppData\Local\Temp\ps-output.11403395060893318.json' -Encoding UTF8

# [11:53:12] runAsync (Zeit: 1.208s)
Get-Service -Name "retaildemo" | Select-Object -Property 'Name', 'DisplayName', 'Status', 'StartType' | ConvertTo-Json | Out-File 'C:\Users\XXX\AppData\Local\Temp\ps-output.7941486283197572.json' -Encoding UTF8

# [11:53:12] runAsync (Zeit: 1.236s)
Get-Service -Name "dmwappushservice" | Select-Object -Property 'Name', 'DisplayName', 'Status', 'StartType' | ConvertTo-Json | Out-File 'C:\Users\XXXX\AppData\Local\Temp\ps-output.37148771602513090.json' -Encoding UTF8

Microsoft Defender setzt die Hosts-Datei zurück

Nach dem letzten Update von Windows werden die Änderungen in der hosts-Datei auf den Standard zurückgesetzt.

Betroffen hierbei sind die Funktion:

  • Bekannnte Trackingdomains blockieren
  • Bing deaktivieren

Die folgende Meldung erscheint im Schutzverlauf von Microsoft Defender:

Anmerkung 2020-07-29 112949

Die Aktion "Wiederherstellen" oder "Zulassen" funktioniert nicht. Spätestens bei einem Neustart wird die Hosts-Datei wieder auf den Standardwert zurückgesetzt.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.