Skip to content

Useful tips on how to set up Windows computers, e.g. Windows 10 or Windows 11

License

Notifications You must be signed in to change notification settings

bilalazhar72/windows-setup

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 

Repository files navigation

windows-setup

How to set up Windows 10.

Useful information, tips & tricks and other relevant resources to properly configure a Windows 10 user account/ computer.

Note: Some content is focused on Germany.

Programs

System tools

Video telephony

Remove Adware and Potentially Unwanted Programs

Other 1

Other 2

Remove or Uninstall Programs

If a programm cannot be uninstalled successfully through the standard procedures, this program might help

Network Scanner

WhyNotWin11

  • Achitecture: 64bit instead of 32bit (both CPU and OS)
  • Boot method: UEFI instead of Legacy
  • Disk partition type: GPT instead of MBR

Source:

Get directly to UEFI-BIOS

How to restart/reboot Windows 10 to get directly to UEFI-BIOS

  • Settings method: Windows settings --> Update & Security --> Recovery --> Advanced startup --> Restart now --> Troubleshoot --> Advanced options --> UEFI firmware settings
  • Shift method: Start menu --> select Power (Power button icon) --> hold Shift on keyboard while selecting Restart --> select Troubleshoot --> Advanced options --> UEFI firmware settings

Source:

Microsoft account

Remove/Uninstall Cortana

  • Right click on the Windows icon in the bottom left
  • Click on Windows PowerShell (Administrator)
  • Copy the following command:
Get-AppxPackage -allusers Microsoft.549981C3F5F10 | Remove-AppxPackage
  • Paste it in the Windows PowerShell by pressing Right click
  • Press Enter

If the command above does not work, try one of these commands:

Get-AppxPackage *Microsoft.549981C3F5F10* -AllUsers | Remove-AppxPackage -AllUsers

Get-AppxPackage *Microsoft.549981C3F5F10* -AllUsers | Remove-AppxPackage

Remove/Uninstall Xbox

Similar to the description above.

Get-AppxPackage *Xbox* | Remove-AppxPackage

Sources:

Rename a Wired Network Connection

  • Press Win + R
  • Enter regedit.exe or simply regedit
  • Open the app as an admin, e.g. by pressing Ctrl + Shift + Enter
  • Open this path:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\NetworkList\Profiles
  • The profiles are listed in the folders below

Sources:

Change hostname

  • Press the Windows key in the bottom left
  • Search for PC Info
  • Click on Rename this PC

Sources:

Password of SMB fileshares

  • Press Win + R
  • Enter netplwiz.exe

Remove Web Results from Windows Search

  • Suche: Gruppenrichtlinien bearbeiten / gpedit.msc
  • Administrative Vorlagen
  • Windows-Komponenten
  • Suche
  • Nicht im Web suchen und keine Webergebnisse in der Suche anzeigen

Disable Bing in the Start Menu Search

Disable OneDrive Synchronization

Useful Windows applications

  • winver.exe About Windows / Windows-Version
  • msinfo32.exe System Information / Systeminformationen
  • devmgmt.msc Device Manager / Geräte-Manager
  • diskmgmt.msc Disk Management / Datenträgerverwaltung
  • dfrgui.exe Optimize Drives / Laufwerke defragmentieren und optimieren
  • perfmon.exe Resource Monitor / Ressourcenmonitor
  • regedit.exe Registry Editor / Registrierungs-Editor
  • netplwiz.exe User Accounts / Benutzerkontenverwaltung
  • compmgmt.msc Computer Management / Computerverwaltung
  • cleanmgr.exe Disk Cleanup / Datenträgerbereinigung
  • msconfig.exe System Configuration / Systemkonfiguration
  • SystemPropertiesProtection.exe System Protection / Computerschutzeinstellungen
  • eventvwr.msc Event Viewer / Ereignisanzeige
  • PC Health Check / PC-Integritätsprüfung

Nasty Networking Issue

Problem:

  • Windows 10 error code 0x80070035
  • When trying to open a network share, Windows 10 does not show a prompt to enter the username and password

Solution:

  • Enter the NAS hostname, username and password manually via netplwiz

Question:

  • Why does Windows 10 not show the prompt to enter the username and password for a network share? Maybe it is related to the user permissions or rights?

chkdsk

Open the command line (CMD) as an administrator.

chkdsk c: /r /v
How to evaluate the results:

Ereignisanzeige (Event Viewer)

Ereignisanzeige (Lokal) --> Windows-Protokolle --> Anwendung

Look for an entry with the source "Wininit"

Sources:

Linux:

sudo badblocks -sv /dev/sda

Source:

Linux:

sudo e2fsck -fv /dev/sda2

defrag

Open the command line (CMD) as an administrator.

defrag c: /h /u /v /x

Sources:

Linux:

sudo e4defrag -c /dev/sda2

sudo e4defrag /dev/sda2

Sources:

Recommended hardware

Laptop brands

  • Lenovo

Printers

  • Epson
  • Brother

About

Useful tips on how to set up Windows computers, e.g. Windows 10 or Windows 11

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published