Saturday 26 November 2022

Find windows install date (10 and 11)

  1. press start key
  2. type CMD
  3. press enter
  4. command prompt opens
  5. type systeminfo
  6. find Original install Date


Thursday 23 June 2022

Fix: Resource Monitor on windows 7 - window opens but is either blank or transparent

  1. Go to advanced system settings(Windows+pause)
  2. Click advanced system settings
  3. Go to advanced tab, then performance settings. 
  4. Enable use visual styles on windows and buttons

Friday 28 January 2022

Windows deleteing SoftwareDistribution folder

  1. open command prompt 
  2. type net stop wuauserv
  3. type rd c:\windows\SoftwareDistribution /s /q
  4. type  net start wuauserv

Windows hibernate from command line

 shutdown /h

or with a timer

timeout 10 && shutdown /h

Wednesday 26 January 2022

 Allowing Windows Update through Windows 10 Firewall

If your "Outbound Connections that do match a rule are blocked" is enabled / set to Block

AND

Windows Update cries "Error Encountered" "We couldn't connect to the update service. We'll try again later, or you can check now. If it still doesn't work, make sure that you're connected to the internet."

Then you need an outbound connection rule as follows:

Press start key

Type windows defender and open

Click Advanced Settings

Click Outbound Rules

Click New Rule

Click Custom

Click next

Click "This Program Path"

Click Browse

Browse to windows\system32\

select svchost.exe 

click Open

click Customize

click Apply to this servce

scroll down, click Windows Update

click ok 

click next

popup: "Windows Services have been rescricted with rules that allow...."

Click yes

Click Protocol Type

Select TCP

click remote port

select specific ports

type port: 433 

click next

click next

click Allow the connextion

click next

click which ever networks, i just allow Public

click next

Type name: windows update

click finish

You can now use windows update while keeping the outbound connections blocked for the profile.

I had to restart one of my PC's to get this to work for that PC.