Computer Man

install google chrome on windows server

run command below in powershell:   $LocalTempDir = $env:TEMP; $ChromeInstaller = “ChromeInstaller.exe”; (new-object System.Net.WebClient).DownloadFile(‘http://dl.google.com/chrome/install/375.126/chrome_installer.exe’, “$LocalTempDir\$ChromeInstaller”); & “$LocalTempDir\$ChromeInstaller” /silent /install; $Process2Monitor = “ChromeInstaller”; Do { $ProcessesFound =...

tmp share

https://drive.google.com/file/d/1eKLs6eIt9fFO70aMsJBaMV4PSNMCnp7a/view?usp=sharing

Windows 10 Show users on lockscreen before login

secpol.msc  navigate to Local Policies, Security Options and then find Interactive Logon: Do not display last user name and set it to Disabled Open regedit  navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System and change the DWORD value of the...