How to Speed Up a Slow Windows 10 or 11 PC (Desktop or Laptop)
If your Windows 10 or 11 computer feels sluggish, this simple step-by-step guide will help you clean up, repair, and
Continue readingIf your Windows 10 or 11 computer feels sluggish, this simple step-by-step guide will help you clean up, repair, and
Continue readingUse the following command to run a Windows Terminal as Administrator from a PowerShell window or tab: start wt -v
Continue readingni -it d (get-date).toString(‘dd.M.yy’) The above in it’s full form is… new-item -itemtype directory (get-date).toString(‘dd.M.yy’)
Continue readingA command in Powershell can have one or many alias. An alias is the command but in a shorter and
Continue readingType the following command in Powershell ii . The above is an alias for the non case sensitive command…
Continue readingAdd firewall rule New-NetFirewallRule -Name sshd -DisplayName ‘OpenSSH Server (sshd)’ -Enabled True -Direction Inbound -Protocol TCP -Action Allow -LocalPort 22
Continue reading