Soluții

How to see blocked numbers on Android

To view your list of blocked contacts on Android, go to the Phone app or Google Contacts app and select “Blocked Numbers” from the settings. The Messages app can also show you all texts from blocked numbers, and you can check if you’ve been blocked by calling from another phone.

[mai mult...]

Cum utilizați PowerShell pentru a elimina o imprimantă

  • Deschideți meniul Start, căutați PowerShell și selectați „Run as Administrator”
  • În promptul User Account Control (UAC), selectați „Da”
  • În PowerShell, listați imprimantele disponibile tastând următoarea comandă și apăsând Enter: Get-Printer
  • Din imprimantele listate, notați numele imprimantei pe care doriți să o eliminați. Apoi, tastați următoarea comandă, înlocuind „PrinterName” cu numele notat și apăsați Enter. Asigurați-vă că numele imprimantei este inclus între ghilimele duble
  • Remove-Printer -Name “PrinterName”
  • PowerShell a eliminat imprimanta specificată. Puteți rula din nou Get-Printer pentru a confirma că a fost eliminat.
[mai mult...]