首页 > 系统相关 >Windows Basics - Adjusting Your Settings

Windows Basics - Adjusting Your Settings

时间:2024-05-13 16:51:56浏览次数:16  
标签:Control Basics settings Windows Adjusting Settings your Panel

 

Adjusting your settings

At some point, you may want to adjust your computer's settings. For example, you might want to change your desktop background or modify your Internet settings. You can change these settings and more from the Control Panel 控制面板.   uninstall apps 卸载软件

However, in Windows 10, the Control Panel has mostly been replaced by the Settings app. The Control Panel is still available, but most of the tasks and settings are now also located in the Settings app.

To open the Settings app (Windows 10):

Click the Start button, then select the gear icon.

opening settings in Windows 10

To open the Control Panel (Windows 10):

Type Control Panel in the Search Box next to the Start button. Then, select the Control Panel app from the menu.  

opening the Control Panel in Windows 10

To open the Control Panel (Windows 8):

In Windows 8, you can open the Control Panel directly from the Start screen. Using your keyboard, type Control Panel and press the Enter key.

Screenshot of Windows 8

To open the Control Panel (Windows 7 and earlier):

  1. Click the Start button, then select Control Panel. screenshot of Windows 7
  2. The Control Panel will appear. Simply click a setting to adjust it. In this example, we'll click Change desktop background to choose a new wallpaper for our desktop. Screenshot of Windows 8

Adjusting application settings

You'll also be able to change the settings for different applications on your computer. You will usually find application settings under File > Options, Tools > Options, or within a separate Settings menu. Keep in mind that the location will vary, and some applications may not have any settings you can change.

clicking Options within the application Microsoft Word  

 

标签:Control,Basics,settings,Windows,Adjusting,Settings,your,Panel
From: https://www.cnblogs.com/emanlee/p/18185483

相关文章

  • Windows Basics - Working with Files
     WorkingwithfilesUnderstandinghowtoworkwithfilesandfoldersisanimportantpartofusingyourcomputer.Onceyouunderstandhowfilesandfolderwork,you'llusethemallthetime.Inthislesson,we'llshowyoutheabsolutebasicsof......
  • Using Windows
    UsingWindows2NavigatingWindowsLearnhowtonavigateWindows.3WorkingwithFilesLearnhowtousetheWindowsfilesystemtoworkwithfilesmoreeasily.4FindingFilesonYourComputerUsethesetipstofindfilesonyourcomp......
  • Windows Basics - Navigating Windows
     NavigatingWindowsWhetheryou'renewtocomputersorjustWindows,it'simportanttolearnthebasicsofusingyourcomputer.Ifitallseemsalittleoverwhelmingrightnow,don'tworry!We'lltakeyouthroughitstepbystepands......
  • Windows编程系列:PE文件结构
    最近在参考OpenShell为任务栏设置图片背景时,发现里面使用了IATHook,这一块没有接触过,去查资料的时候发现IATHook需要对PE文件结构有一定的了解,索性将PE文件结构的资料找出来,系统学习一下。 PE文件结构PortableExecutable(PE),可移植的可执行文件。在Windows平台下,所有的可执......
  • 使用python在windows系统操作快捷方式
    其实问题是由上一篇文章(https://www.cnblogs.com/anpengapple/p/18179353)的结尾引出来的。不需要了解背景的话,我现在需要做的是,右键打开桌面上的chrome快捷方式的属性,在目标的后面增加一个参数。我不想傻傻地手动添加,想交给程序来处理。 首先需要简单来说一下,windows的快捷方式......
  • 【Python】模拟windows文件名排序(自动处理文件名中有数字类型排序)
    实现了一种模拟windows排序的python方法,其排序规则为:不处理浮点数特殊字符(如:&、$、#等)排在数字和字母之前;数字优先于字母排序;数字是连着的整数,应该按照整数进行排序;小写字母排在大写字母前面;英文字符按字母表顺序排序; defcustom_sort_key(str_value):digita......
  • Windows中常用的硬盘检测工具包括:
    Windows中常用的硬盘检测工具包括:Windows自带工具:磁盘检查工具(Chkdsk):可用于检查和修复文件系统错误和硬盘坏道。磁盘碎片整理器(DefragmentandOptimizeDrives):可用于优化磁盘性能,整理碎片文件。第三方工具:CrystalDiskInfo:提供硬盘的健康状态和性能信息,包括温度......
  • 推荐一款Windows兼容的开源操作系统-ReactOS
    ReactOS介绍ReactOS™isanOpenSourceefforttodevelopaqualityoperatingsystemthatiscompatiblewithapplicationsanddriverswrittenfortheMicrosoft®Windows™NTfamilyofoperatingsystems(NT4,2000,XP,2003,Vista,7).TheReactOSproject,al......
  • 还有许多其他常见的Windows问题,可以记录在「Windows 捉虫日记」中。以下是一些其他可
     「Windows捉虫日记」是一个非常有趣的主题,它可以记录你在Windows系统中发现和解决各种问题的过程,类似于软件开发中的「程序员日记」或者「DebuggingDiary」。以下是一份可能的Windows捉虫日记的样本:日期:2050年5月20日问题描述:开机后,Windows系统启动速度异常缓慢,且任......
  • windows10ltsc 企业评估版,系统到期后,每一小时自动关机,不能修改主题
    问题1:参照https://www.zhihu.com/question/265212829答案太详细了,难以补充什么大概是用PSTool进入Systemaccount来获得修改WLMS的注册表的权限,把在注册表里把HKLM\SYSTEM\CurrentControlSet\Services\WLMS选择WLMS,在右侧选项“Start”中,将数值2改成4问题2:参照https://w......