Use Get-Content and Get-Item in Powershell Looking for the tail command on Windows? Get-Content will do the trick. Here’s a link to the command page. Open PowerShell: Show
Update the Windows Registry Start > Run > regedit Registry path: HKLM SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols Open TLS 1.2 For both Client and Server, double click Enable and set the REG_DWORD
I wanted to get the Intel® Extreme Tuning Utility installed and play around with some overclocking on my 2017 HP Spectre X360 13″, which I’m currently running with
Use this query in SQL Management Studio to directly search the Full Text Search index. select * from sys.dm_fts_parser('"search term"', 1033, NULL, 0) Note that there are upcoming
You log into your Microsoft Windows machine one day and open Chrome and all you get is: ERR_EMPTY_RESPONSE So you get that little bit of panic going since
Windows is slowly, but surely, catching up to the hundreds of useful utilities for reading file content that *nix have had for forever. As you know, opening a
Microsoft Windows Powershell is a very useful tool that brought some sanity to managing Windows outside the GUI. To find the version you are running, open Powershell, paste and
Open CMD as Administrator: Export AppPools All %windir%\system32\inetsrv\appcmd list apppool /config /xml > c:\apppools.xml Single %windir%\system32\inetsrv\appcmd list apppool “MyAppPool” /config /xml > c:\myapppool.xml Export Sites %windir%\system32\inetsrv\appcmd list site
There are a few tips and tricks I found for this installation. Here are the details. Check Windows Version First, here’s the entire Microsoft section on WSL. I