System Settings
Provides a simplified way to apply common system settings (backed by registry tweaks).
YAML Key: system_settings
Available Settings:
dark_mode:trueorfalse.clipboard_history:trueorfalse. Enable or disable Windows clipboard history.taskbar_alignment:leftorcenter.taskbar_widgets:hideorshow.show_file_extensions:trueorfalse.show_hidden_files:trueorfalse.seconds_in_clock:trueorfalse.explorer_launch_to:this_pcorquick_access.desktop_icons_this_pc:trueto show orfalseto hide.desktop_icons_user_folder:trueto show orfalseto hide.desktop_icons_network:trueto show orfalseto hide.desktop_icons_recycle_bin:trueto show orfalseto hide.desktop_icons_control_panel:trueto show orfalseto hide.bing_search_enabled:trueorfalse.taskbar_search:hidden,icon,icon_label, orsearch_box.brightness:0-100. Sets the screen brightness.volume:0-100. Sets the system volume.notification: A dictionary withtitleandmessageto send a notification.
Example:
system_settings:
dark_mode: true
clipboard_history: true
taskbar_alignment: center
taskbar_search: icon
show_file_extensions: true
brightness: 80
volume: 50
notification:
title: WinHome
message: System settings applied!