Sie sind auf Seite 1von 4

// Automatisches anmelden unter Windows 10 deaktivieren/aktivieren //

1.Windows-Taste + R drücken, „netplwiz“ eingeben und starten.


--------------------------------------------------------------------------------------------------

// Autostart-Programme Windows 10 //

1.Windows-Taste + R drücken, „shell:startup“ eingeben und starten.


2.Taskmanager -> Autostart
--------------------------------------------------------------------------------------------------

// Battery Life Win 10 Notebook //

1. Rightclick on Win-Button (or Win-Key + X) and select Windows Powershell (Admin)


2. type: ”​powercfg /batteryreport /output "C:\battery-report.html"​”
3. open C: drive
--------------------------------------------------------------------------------------------------

// Cortana deaktivieren //

1.Textdatei erstellen
2.Inhalt hineinkopieren:"

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Windows Search]
"AllowCortana"=dword:00000000
"DisableWebSearch"=dword:00000001
"AllowSearchToUseLocation"=dword:00000000
"ConnectedSearchUseWeb"=dword:00000000
"ConnectedSearchPrivacy"=dword:00000003
"

3.Textdatei umbenennen in "Cortana.reg"


4.Ausführen und Neustart
---------------------------------------------------------------------------------------------------

// How to Disable Automatic Driver Downloads on Windows 10 //

1. Right click the Start button and select Control Panel.


2. Make your way to System and Security.
3. Click System.
4. Click Advanced system settings from the left sidebar.
5. Select the Hardware tab.
6. Press the Device Installation Settings button.
7. Choose No, and then press the Save Changes button.

OR

1. Start Device Manager. To do this, press and hold (or right-click) the lower-left corner of the
desktop, and then select Device Manager.
2. Locate and right-click the device that has the problem driver installed, and then select
Properties.
3. Select the Driver tab, and then select Roll Back Driver.
--------------------------------------------------------------------------------------------------

// IP-Adresse finden //

1.Windows-Taste + R drücken, „cmd“ eingeben und starten.


2.Type “ipconfig”
3.IP= IPv4
--------------------------------------------------------------------------------------------------

// PC wird nicht im Netzwerk angezeigt //

1.Dienste unter Windowssuche eingeben und starten


2.Funktionssuche-Ressourcenveröffentlichung von manuell auf automatisch
3.Funktionssuchanbieter-Host von manuell auf automatisch
4.Systemsteuerung / Kategorie Programme / Windows-Features akt. und deakt. / Unterstützung
für die SMB 1.0 Freigabe
5.Neustart
--------------------------------------------------------------------------------------------------

// Programme von einer Internetverbindung abhalten //

1.Systemsteuerug / Kategorie System und Sicherheit


2.Windows Defender Firewall / erweiterte Einstellungen
3.Ausgehende Regel / Neue Regel / Programm auswählen

OR

1.Create a file with Editor/Notepad with the following content:


for %%G in ("C:\Program Files (x86)\Test Folder\*.exe") do (

netsh advfirewall firewall add rule name="Blocked With Batchfile %%G" dir=in action=block program="%%G"
enable=yes profile=any
netsh advfirewall firewall add rule name="Blocked With Batchfile %%G" dir=out action=block program="%%G"
enable=yes profile=any
)

2.edit folderpath
3.save the file and rename it to “​BlockInOut.bat​”
4.run as administrator
---------------------------------------------------------------------------------------------------
// Windows 10 Sandbox aktivieren //

1. Windows-Taste + R drücken, ​"optionalfeatures"​eingeben und starten


2. Haken bei Windows Sandbox
3. Windows-Taste + S, type “Sandbox”
---------------------------------------------------------------------------------------------------

// Schnellzugriff Win 10 ausschalten //

1.Im Windows Explorer auf Optionen


2.Reiter Datenschutz / 2 Haken entfernen
---------------------------------------------------------------------------------------------------

// Windows Version anzeigen //

1.Windows-Taste + R drücken, „winver“ eingeben und starten.


--------------------------------------------------------------------------------------------------

// Win Retail oder OEM? //

1. Eingabeaufforderung oder cmd.exe in die Suche der Taskleiste eingeben und per Rechtsklick
"Als Administrator" oder mit gedrückter Strg + Umschalttaste starten.
2. Den Befehl slmgr.vbs -dli eingeben (Leerzeichen beachten)
--------------------------------------------------------------------------------------------------

// Windows-Sounds ausstellen //

1. Rechtsklick auf Soundicon in Taskleiste


2. Reiter Sounds
3. Soundschema: keine Sounds
---------------------------------------------------------------------------------------------------

// Zurücksetzen Windows 10 //
1. Unter Start links auf den Button Einstellungen
2. Reiter "Update & Sicherheit"
3. Wiederherstellung
---------------------------------------------------------------------------------------------------

// Windows 10 Lizenz deaktivieren //

1, Unter Start cmd eintippen


2. strg + shift Taste gedrückt halten und cmd.exe starten
/slmgr/upk

Das könnte Ihnen auch gefallen