Monday, 18 November 2019

Refresh Wallpaper Force Fully using Command Line


Refresh Wallpaper Force Fully using Command Line

Run Command Prompt as Administrator


rundll32.exe user32.dll, UpdatePerUserSystemParameters





Friday, 8 November 2019

Enable Dot NET 3.5 Windows 10


Copy sxs folder to local system

run below command



Dism /online /enable-feature /featurename:NetFx3 /All /Source:D:\sxs /LimitAccess

Disabling DRS for a single VM on DRS Enabled Cluster


Click on Cluster 

Configure

VM Overrides

Click on '+' sign

select your VM

Change 'Automation level'  to Disabled

Click OK


Updating Softwares of Computer

  open Power Shell as Administrator type  winget upgrade will show the list of available updates  type winget upgrade --ALL   to auto doownl...