Πέμπτη, Ιανουαρίου 22, 2026

Clean PC with CMD as Administrator

 1. CMD ως διαχειριστής cleanmgr, επιλογή δίσκου και καθαρίζει τα περιττά αρχεία

2. chkdsk c: /f/r Έλεγχος αρχείων που έχουν πρόβλημα και προσπαθεί να τα επισκευάσει. Το /r σημαίνει ότι θα κάνει επανεκκίνηση.

3. ipconfig /flushdns Καθαρίζει τα dns, δηλ τις διευθύνσεις των ιστοτόπων.

4. dism /Online /cleanup-image /restorehealth κατεβάζει το image των windows

5. sfc /scannow διορθώνει όπου υπάρχει πρόβλημα

Πέμπτη, Ιανουαρίου 27, 2022

Forgot Windows Password

Methods for Resetting Windows Password:
Microsoft Account: Click "I forgot my password" on the sign-in screen, verify your identity via email/phone, and create a new password.
Local Account (Security Questions): After entering an incorrect password, click the "Reset password" link and answer the pre-set security questions.
Local Account (Password Reset Disk): Insert your previously created password reset USB drive.
Using Command Prompt (No Software/USB):
  1. Boot into the Windows Recovery Environment (hold Shift while clicking Restart).
  2. Navigate to Troubleshoot > Advanced Options > Command Prompt.
  3. Replace sethc.exe with cmd.exe to enable access at the login screen.
  4. At the login screen, press Shift 5 times to open Command Prompt.
  5. Type net user "YourUsername" * to set a new password.
  • Using Another Admin Account: If available, log into another administrator account, open Control Panel, and change the password for the locked account. 
Important Notes:
Security Questions: If you haven't set up security questions for a local account, you may be locked out.
Alternative Options: Other options include using a Windows installation disk or performing a factory reset, which may result in data loss.
Security Risk: Enabling the built-in administrator account should be disabled after you have successfully reset your password for security reasons. 

Clean PC with CMD as Administrator

 1. CMD ως διαχειριστής cleanmgr, επιλογή δίσκου και καθαρίζει τα περιττά αρχεία 2. chkdsk c: /f/r Έλεγχος αρχείων που έχουν πρόβλημα και πρ...