Finaly decided to allow win10 to update. There some shit-tier iconappeared in right bottom corner of panel moving clock to the left. How to remove this crap design by microsoft (the message icon)? I would ofc installed gentoo, arch or another user-recommended linux distro, but this PC is netbook I do use for streaming Steam to steam link. And I got bored from "update plz" dialog showing durning playing on TV so I have to go other room for alt+f4.
I use linux on my main PC and do not want to ruin my search history by typing word "windows".
>retarded gaymur shit Read the sticky, fag. Then call Microsoft support. We are NOT your personal free tech support. Get that through your thick /v/ toddler skull.
Luke James
holy shit do you need your mom to spoonfeed you too? >settings, personalization, taskbar, turn system icons on or off
Caleb Evans
...
Cooper Cruz
Or easier yet, press start and write "turn system icons" blahblah until the option shows up and then press enter.
You basically don't have to know where anything is in windows, just type in what you want to do in search and it's almost always there.
Matthew Price
Fucking degenerate
Gabriel Morris
>We are NOT your personal free tech support. Youre microsoft shills, so you are, lol.
REM Disable Pop Up Tips REG add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v EnableBalloonTips /t REG_DWORD /d 0x00000000 /f
If you actually want to delete Action Center, you need to search C:\Windows for ActionCenter and delete all related files.
Here is a PowersHell script I use. cd C:\Windows $string = "ActionCenter" get-childitem -recurse| where-object {$_.Name -like "*$string*"} | foreach ($_) {remove-item $_.fullname -recurse -confirm:$false}
Jace Moore
Don't forget to take ownership & grant permissions.
REM Take Ownership Of Windows Directory takeown.exe /f C:\Windows /r /d Y
REM Grant Everyone Full Access Edit Permissions Create Delete Read Write Of Windows Directory icacls.exe C:\Windows /grant Everyone:(OI)(CI)F /T /C /L /Q
Some of the .DLL's are open in explorer TaskKill.exe /F /IM explorer.exe
Oliver Hughes
I ran both reg fixes, but icon in bottom right of panel stille there Do I need to restart?