Versions in this module Expand all Collapse all v6 v6.0.1 Aug 10, 2025 v6.0.0 Aug 10, 2025 Changes in this version + func Add_to_path(path_to_add string) error + func Add_to_ps_module_path(input_path string) error + func Are_long_file_paths_enabled() (bool, error) + func Bring_back_the_right_click_menu() error + func Choco_install(package_name string) error + func Clean_path() error + func Convert_blob_to_raw_github_url(blob_url string) (string, error) + func Create_desktop_shortcut(target_path, shortcut_name, description string, window_style int, ...) error + func Do_not_hide_search_box(restartExplorer bool) error + func Do_not_show_file_extensions(restartExplorer bool) error + func Do_not_show_hidden_files(restartExplorer bool) error + func Do_not_use_24_hour_format() error + func Download_file(destination_path string, url string) error + func Enable_SSH() error + func Enable_SSH_through_firewall() error + func Enable_long_file_paths() error + func Exclude_from_Microsoft_Windows_Defender(path_to_exclude string) error + func Expand_windows_env(input string) string + func Extract_password_protected_zip(src, dest, password string) error + func Extract_zip(src, dest string) error + func File_exists(path string) bool + func Get_file_size(path string) (int64, error) + func Get_file_size_human_readable(path string) (string, error) + func Get_primary_ipv4_address() (string, error) + func Get_primary_ipv4_address_underscore() (string, error) + func Hide_search_box(restartExplorer bool) error + func Install_Java() error + func Install_choco() error + func Is_Choco_installed() bool + func Is_Java_installed() bool + func Remove_from_path(path_to_remove string) error + func Remove_from_ps_module_path(input_path string) error + func Reset_long_date_pattern() error + func Reset_short_date_pattern() error + func Reset_time_pattern() error + func Restart_file_explorer() error + func Seconds_in_taskbar(restartExplorer bool) error + func Set_24_hour_format() error + func Set_dark_mode(restartExplorer bool) error + func Set_first_day_of_week_Monday() error + func Set_first_day_of_week_Sunday() error + func Set_light_mode(restartExplorer bool) error + func Set_long_date_pattern() error + func Set_short_date_pattern() error + func Set_start_menu_to_center() error + func Set_start_menu_to_left() error + func Set_system_environment_variable(variable_name string, variable_value string) error + func Set_time_pattern() error + func Show_file_extensions(restartExplorer bool) error + func Show_hidden_files(restartExplorer bool) error + func Take_seconds_out_of_taskbar(restartExplorer bool) error + func Use_Windows_11_right_click_menu() error + func Winget_install(package_name string, package_id string) error Other modules containing this package github.com/PeterCullenBurbery/go_functions_002 github.com/PeterCullenBurbery/go_functions_002/v2 github.com/PeterCullenBurbery/go_functions_002/v3 github.com/PeterCullenBurbery/go_functions_002/v4 github.com/PeterCullenBurbery/go_functions_002/v5