Posts

script to stop/disable spooler service on all servers not required in regards to Print Spooler Vulnerability

Image
script to stop/disable spooler service on all servers not required regarding the Print Nightmare vulnerability,  I have deal with all 226 sql servers and 12 oracle servers on windows, so resue one of my ps script to stop /disable spooler service on all servers. this also helps to disable spooler on some of other 10000+ windows machines we have.  Windows Print Spooler Remote Code Execution Vulnerability  https://msrc.microsoft.com/update-guide/vulnerability/CVE-2021-34527  step1, create a list of servers to change in text file with one servername in a line, saved it toc:\sql\serverlist0.txt step 2. copy below script to power script ISE step 3. run it, see screenshot $service = "Spooler" $text =Get-Content C:\sql\serverlist0.txt $TotalComputers = $text .Length write-host "the total number of computers is $TotalComputers " For ( $i = 0 ; $i -lt $text .Length; $i ++) { $Computer = $text [ $i ] Write-Host "Working on $Co...

cannot download chrome from windows 10

I restored my windows  10 pc to factory reset , then cannot download chrome from IE, said suggest use edge, downloaded edge and same thing. when click on download chrome, in google website download page, nothing happens.  found an article online, 176 users have same problem, tried disable antivirus etc. I got an solution but cannot reply to that post, so post here to help whoever may have same problem in google download page , view page source and find the download link below " https://cloud.google.com/chrome-enterprise/browser/download/ "  then it let you download after download goes to installer folder and run GoogleChromeStandaloneEnterprise64.msi