taskkill /im explorer.exe /f
explorer.exe
WEB_NOTES
WEB NOTES
restart bing stop
26/5/2022
11:39
ricerca bing 2
26/5/2022
11:1
Disattiva
reg add HKCU\Software\Policies\Microsoft\Windows\Explorer /v DisableSearchBoxSuggestions /t REG_DWORD /d 1 /f
Ripristina
reg add HKCU\Software\Policies\Microsoft\Windows\Explorer /v DisableSearchBoxSuggestions /t REG_DWORD /d 0 /f
reg add HKCU\Software\Policies\Microsoft\Windows\Explorer /v DisableSearchBoxSuggestions /t REG_DWORD /d 1 /f
Ripristina
reg add HKCU\Software\Policies\Microsoft\Windows\Explorer /v DisableSearchBoxSuggestions /t REG_DWORD /d 0 /f
dword
25/5/2022
11:19
reg add HKCU\Software\Microsoft\Windows\CurrentVersion\Search /v BingSearchEnabled /t REG_DWORD /d 1 /f
Blocco windows BING
24/5/2022
18:37
1) gpedit.msc
2) Configurazione Computer
3) Modelli Amministrativi
4) Componenti di Windows
5) Esplora file
6) Disattiva Protezione esecuzione programmi per esplora risorse
2) Configurazione Computer
3) Modelli Amministrativi
4) Componenti di Windows
5) Esplora file
6) Disattiva Protezione esecuzione programmi per esplora risorse
TPM error 80090034
19/5/2022
15:25
According to the error message you provided, the issue is related to Trusted Platform Module (TPM). And it usually occurs because the TPM uses the manufacturer driver and not the Windows built-in Trusted Platform Module driver.
You mentioned that you ve already cleared your TPM, but I still want to confirm with you that you cleared the TPM resets it to an unowned state in the way listed in Clear all the keys from the TPM.
Modifying two registry keys may also help you solve the problem.
a) Go to the Registry Editor (press Win + R, enter regedit)
b) Go to HKEY_LOCAL_MACHINE\Software\Microsoft\Cryptography\Protect\Providers\df9d8cd0-1501-11d1-8c7a-00c04fc297eb. Create a new REG_DWORD value called "ProtectionPolicy" and leave the value at 1.
c) Go to HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Common\Identity. Inside "Identity", create a new REG_DWORD value called "EnableADAL" and leave the value at 0.
d) Restart computer and try again to login from Office 365 to activate it.
You mentioned that you ve already cleared your TPM, but I still want to confirm with you that you cleared the TPM resets it to an unowned state in the way listed in Clear all the keys from the TPM.
Modifying two registry keys may also help you solve the problem.
a) Go to the Registry Editor (press Win + R, enter regedit)
b) Go to HKEY_LOCAL_MACHINE\Software\Microsoft\Cryptography\Protect\Providers\df9d8cd0-1501-11d1-8c7a-00c04fc297eb. Create a new REG_DWORD value called "ProtectionPolicy" and leave the value at 1.
c) Go to HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Common\Identity. Inside "Identity", create a new REG_DWORD value called "EnableADAL" and leave the value at 0.
d) Restart computer and try again to login from Office 365 to activate it.
ESED-Antivirus
18/5/2022
11:8
https://buy.eset.com/it/licence/renewal
Pannello di sicurezza chiede con che app aprire
16/5/2022
11:44
Apri PowerShell con i diritti di amministrazione ed esegui questo comando:
Get-AppxPackage Microsoft.SecHealthUI -AllUsers | Reset-AppxPackage
Ora il pannello "Sicurezza di Windows" dovrebbe funzionare correttamente
Get-AppxPackage Microsoft.SecHealthUI -AllUsers | Reset-AppxPackage
Ora il pannello "Sicurezza di Windows" dovrebbe funzionare correttamente
Timesync
28/4/2022
9:37
http://www.timesynctool.com/
Per rendere persistente la rotta aggiungere -p
13/4/2022
14:43
route -p ADD 217.27.64.0 MASK 255.255.255.0 192.168.2.115
route -p ADD 217.27.65.0 MASK 255.255.255.0 192.168.2.115
route -p ADD 217.27.66.0 MASK 255.255.255.0 192.168.2.115
route -p ADD 82.149.48.0 MASK 255.255.240.0 192.168.2.115
route -p ADD 82.149.44.0 MASK 255.255.252.0 192.168.2.115
ping di test 217.27.64.84
route -p ADD 217.27.65.0 MASK 255.255.255.0 192.168.2.115
route -p ADD 217.27.66.0 MASK 255.255.255.0 192.168.2.115
route -p ADD 82.149.48.0 MASK 255.255.240.0 192.168.2.115
route -p ADD 82.149.44.0 MASK 255.255.252.0 192.168.2.115
ping di test 217.27.64.84
Aggiungere uscita tramite rotte
13/4/2022
14:29
route ADD 192.168.35.0 MASK 255.255.255.0 192.168.2.115
route delete 217.27.64.0 MASK 255.255.255.0 192.168.2.115
route delete 217.27.64.0 MASK 255.255.255.0 192.168.2.115
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71