Pensato inizialmente per una sessione di Learn&Teach in TILAB (attualmente purtroppo sospeso), la presentazione seguente riassume decine di consigli per configurare al meglio ed ottimizzare Windows: tenete conto che i consigli sono ordinati non per importanza (semmai si potesse fare!) ma per come mi sono venuti in mente … per cui sfogliateli tutti … sono convinto che almeno qualcuno vi potrà tornare utile! 😉
Sebbene gli screenshot siano relativi all’ultima versione del sistema operativo, vale a dire a Windows 10, molti dei consigli valgono comunque anche per le sue precedenti versioni …
Buona visione … e se avete ulteriori consigli che possono tornare utili, commentate pure e magari li aggiungerò!! 😉
… e se poi vuoi scaricare la presentazione puoi farlo da qui.
- How to perform a clean boot in Windows (**)
- Guida su come fare la Pulizia Disco dei File di Sistema
- In alternativa al DiskCleanup, per cancellare la directory Windows.old si può seguire anche la seguente guida:
If needed :
1. Open an Elevated Command Prompt
Start – type in Search box -> CMD find at top – Right Click on – RUN AS ADMIN
How to Open a Elevated Command Prompt in Windows 7
http://www.sevenforums.com/tutorials/783-elevated-command-prompt.html
2. The Prompt probably looks like C:\Windows\System32>
Type this at the prompt and then hit ENTER
CD\
Now the prompt should look like C:\>
3: Type this at the prompt and then hit ENTER
DIR Windows.old
Should look like C:\>DIR Windows.old
It should return
Directory of C:\Windows.old
and show the contents of Windows.old
That is just to make sure the Windows.old folder is under C: (the C Drive) – if not STOP
4. Type this at the prompt and then hit ENTER
Attrib -r -a -s -h C:\Windows.old /S /D
Should look like C:\>Attrib -r -a -s -h C:\Windows.old /S /D
(there are SPACES between Attrib and -r and -a and -s and -h and C:\Windows.old and /S
and /D). The C:\ is the drive Windows.old is located on.
It should return you to the prompt C:\ if it shows and ERROR then STOP – check the command
and if it was typed correctly you are not in the correct spot. You may need to run the TAKEOWN
command :
TAKEOWN /f Windows.old /a /r
and repeat Step 4 – were you using an Elevated Command Prompt? Are you logged to an
ADMIN account?
5. Type this at the prompt and then hit ENTER
RD /s Windows.old
Should look like C:\>RD /s Windows.old
(there are SPACES between RD and /s and Windows.old )
Will return Windows.old, are your sure Y/N type Y
(If you get a message that you do not have Ownership Rights then issue this command
and hit ENTER
TAKEOWN /f Windows.old /a /r
and repeat Step 5 – were you using an Elevated Command Prompt? Are you logged to an
ADMIN account?
6: Type this at the prompt and then hit ENTER
DIR Windows.old
Should look like C:\>DIR Windows.old – and hit ENTER
It should return
Directory of C:\
File Not Found
Which confirms it is gone.
7. Close the COMMAND window
Hope this helps.
======================
Questo post si aggiunge ad altri che sono specificatamente indirizzati a colleghi di TILAB e talvolta anche a tutta TIM in generale. 🙂
PS: puoi trovare gli altri post filtrando, nella combobox a desta, sulla categoria “Aziendali”. Alcuni sono protetti da password per cui se ti interessano puoi contattarmi tramite l’email aziendale o telefonicamente.
Pingback: Come ritornare al precedente sistema operativo dopo avere aggiornato il proprio PC a Windows 10 | Enzo Contini Blog