Inhaltsverzeichnis
Open Run: Win + R
Most of the applicatons are located as followed: C:\Windows\System32
Command Description
.cpl
appwiz.cpl Programme und Features
firewall.cpl Windows Firewall
ncpa.cpl Netzwerkverbindungen
.msc
compmgmt.msc Computer Management (Local Users etc.)
devmgmt.msc Geräte-Manager
diskmgmt.msc Datenträgerverwaltung
gpedit.msc Local Group Policy Editor
services.msc Dienste/Services
fsmgmt.msc Freigegeben Ordner
certmgr.msc Zertifikate
certlm.msc Zertifikate
mrt Microsoft Windows Malicious Software Removal Tools
msinfo32 Systeminformationen
mstsc Remotedesktopverbindungen
netplwiz Benutzerkonten
winver Check Windows Version
control Systemsteuerung
taskmgr Taskmanager
optionalfeatures Windows Features aktivieren oder deaktivieren
If Windows cannot be activated, the activation window can be opened with the following command:
Windows Key + R
"slui 3" (or "slui4")
Maybe you need to call this phone-number:
Phone number (Switzerland): 0848 - 80 22 55
For more customer service number from Microosft click here
!! make sure to use the hidden administrator only if you really need it. Deactivate the admin user after use. There is no password. Only hit enter. I would not recommend to change it !!
Open CMD as a regular administrator
activate hidden admin:
net user Administrator /active:yes
deactivate hidden admin:
net user Administrator /active:no
This manual should work for Win 7/8/10
Start PC in "safe mode"
Login with an user whis has admin rights.
open the registry (regedit)
navigate to this path:
HKEY_LOCAL_MACHINE\SOFTWARE\MICROSOFT\Windows NT\CurrentVersion\ProfileList\
Search the key which ends with ".bak"
Search the second key with the same name but without ".bak"
add ".old" to the key
remove ".bak" from the other key
on the right search for "state" and "RefCount" and add the hex-value "0"
close the registry and reboot the system. Now you should be able to login as usual.
SETHC.exe HACK
Boot from Kali Linux Stick
Open following Path: C:/Windows/System32/
Search for Sethc.exe and rename it to Sethc.exe.original
Search for cmd.exe (Same Path)
Copy and rename cmd.exe to Sethc.exe
Restart your Device
Press the "Shift"-Button for 5x Times in the Login Screen till cmd.exe shows up
Enter the following command (Change Username and Password):
net user YourUsername YourPassword /add
Put the new User to the local Administration Group:
net localgroup Administratoren YourUsername /add
Close cmd.exe and Log In with the new User
Instead of creating a new User, you can reset the Password of an existing User.
To do this, simply enter the following command (Yes, wiht "2" at the End):
control userpasswords2
Select the User you need and reset the Password
bootrec /fixmbr
bootrec /fixboot
bootrec /rebuildbcd
Jump to 6.2
Open CMD (probably as admin) then type:
diskpart
List available disk or Volume (to list Partitions you have to choose a disk or volume first)
If you want to delete a Disk or Volume, jump to point 5.
lis dis
lis vol
Select Disk or Volume if you want to delete a partition
sel dis
sel vol
Select Partition
sel par 4
Delete Disk, Volume or Partition
delete disk
delete volume
delete partition
You may have to add "override", for example:
delete partition override
Same as in 6.1 till point "4 select partiton"
"active" to activate the boot partition
The tool scans the Windows installation folder and detects missing or damaged components. If it finds one or more incorrect entries, it replaces the affected files with an undamaged version, if possible.
Open CMD with administrator permission
Enter the following command:
sfc /scannow
Wait till the command runs over
In case some problem could've been solved, run the command a few more times till all problems are solved.
Run the command a few time till no more issues will be detected.
Hint: For more Information as usual:
sfc /?
Enter the following command in cmd:
chkdsk C:
If you want to repair the issues then enter the following command:
chkdsk C: /f /r
/f = (File System Troubleshooting), /r = (Sector error recovery)
Task-Manager > Autostart
If Win10 or higher: "Settings/Einstellungen" > "Apps" > "Autostart"
win+R > shell:startup
C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup
Open Registry :
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\
Check the Folder "Run" and change the attribute from "1" to "0" in the programm you want to.
open cmd
Type:
winget upgrade
It lists everything you can upgrade
To upgrade everything from the list type:
winget upgrade --all
Ist eine Datei durch einen anderen oder den eigenen User gesperrt und die Bearbeitung kann deshalb nicht gemacht werden
Win + R
compmgmt.msc
Gemäss Bild in Ordner Navigieren und die entsprechende Session killen.