Installation
pacman -S mpd ncmpcpp
MPD
copy the example configuration in mpd.conf
# cp /usr/share/doc/mpd/mpdconf.example /etc/mpd.conf
Installation
pacman -S mpd ncmpcpp
MPD
copy the example configuration in mpd.conf
# cp /usr/share/doc/mpd/mpdconf.example /etc/mpd.conf
################## | |
# Privacy Settings | |
################## | |
# Privacy: Let apps use my advertising ID: Disable | |
Set-ItemProperty -Path HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\AdvertisingInfo -Name Enabled -Type DWord -Value 0 | |
# To Restore: | |
#Set-ItemProperty -Path HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\AdvertisingInfo -Name Enabled -Type DWord -Value 1 | |
# Privacy: SmartScreen Filter for Store Apps: Disable | |
Set-ItemProperty -Path HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\AppHost -Name EnableWebContentEvaluation -Type DWord -Value 0 |