windows settings button disappeared

r3NA

New Member
as you can see the settings icon has disappeared from the lower left corner
someone can help me?
 

Attachments

  • Sem título.png
    Sem título.png
    1.7 MB · Views: 32
If you're running anything 3rd party utilities to customize the UI I would start by disabling or removing them.
 
Which windows version and build?
In powershell you can just run this
Code:
Get-CimInstance Win32_OperatingSystem | % { ("Windows Version: {0}`nBuild:{1}`nLast Boot:{2}" -f $_.Caption,$_.BuildNumber,$_.LastBootUpTime) }
 
Which windows version and build?
In powershell you can just run this
Code:
Get-CimInstance Win32_OperatingSystem | % { ("Windows Version: {0}`nBuild:{1}`nLast Boot:{2}" -f $_.Caption,$_.BuildNumber,$_.LastBootUpTime) }
Windows Version: Microsoft Windows 10 Pro
Build:19045
 
Back
Top