1.怎么在Win10系统中使用传统版的“个性化”设置
其实是可以的,通过注册表修改,可以让该设置添加到桌面右键菜单。
操作步骤: 一、将以下代码粘贴到记事本中,保存为“所有文件”,文件名随意,但后缀名务必为“.reg”。Windows Registry Editor Version 5.00;; Created by , reedited by ;[HKEY_CLASSES_ROOT\DesktopBackground\Shell\Appearance]"MUIVerb"="个性化设置""SubCommands"="Wallpaper;Colors;Sounds;Screensaver;Icons""icon"="desk.cpl""Position"="Bottom"[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Screensaver]@="屏幕保护程序""Position"="Bottom""Icon"="desk.cpl"[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Screensaver\Command]@="rundll32.exe shell32.dll,Control_RunDLL desk.cpl,screensaver,@screensaver"[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Sounds]@="声音""Position"="Bottom""Icon"="mmsys.cpl"[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Sounds\Command]@="rundll32.exe shell32.dll,Control_RunDLL mmsys.cpl ,2"[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Wallpaper]@="桌面背景""Icon"="%SystemRoot%\\System32\\desk.cpl""Position"="Bottom"[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Wallpaper\Command]@="control.exe /NAME Microsoft.Personalization /PAGE pageWallpaper"[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Icons]@="桌面图标""Icon"="%SystemRoot%\\System32\\desk.cpl""Position"="Bottom"[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Icons\Command]@="rundll32 shell32.dll,Control_RunDLL desk.cpl,,0"[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Colors]@="窗口颜色""Icon"="%SystemRoot%\\System32\\desk.cpl""Position"="Bottom"[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Colors\command]@="control.exe /NAME Microsoft.Personalization /PAGE pageColorization" 二、如果想取消设定,可以先将如下代码按同样方法保存为注册表文件,然后执行即可:Windows Registry Editor Version 5.00[-HKEY_CLASSES_ROOT\DesktopBackground\Shell\Appearance][-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Screensaver][-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Sounds][-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Wallpaper][-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Icons][-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Colors] 以上导入注册表之后传统版“个性化”设置和Win10系统“个性化”是并存的,方法用户在两者之间选择。
2.如何在Win10系统中使用传统的“个性化”设置
在Win10系统中,传统控制面板功能被逐渐淡化,新版“个性化”设置也做了改变,刚从Win7或Win8.1系统升级到Win10系统的用户一时间适应不过来,其实用户可以在注册表中重新回归传统的“个性化”设置。
具体代码如下: 一、将以下代码粘贴到记事本中,保存为“所有文件”,文件名随意,但后缀名务必为“.reg”。 Windows Registry Editor Version 5.00 ; ; Created by , reedited by ; [HKEY_CLASSES_ROOT\DesktopBackground\Shell\Appearance] "MUIVerb"="个性化设置" "SubCommands"="Wallpaper;Colors;Sounds;Screensaver;Icons" "icon"="desk.cpl" "Position"="Bottom" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Screensaver] @="屏幕保护程序" "Position"="Bottom" "Icon"="desk.cpl" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Screensaver\Command] @="rundll32.exe shell32.dll,Control_RunDLL desk.cpl,screensaver,@screensaver" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Sounds] @="声音" "Position"="Bottom" "Icon"="mmsys.cpl" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Sounds\Command] @="rundll32.exe shell32.dll,Control_RunDLL mmsys.cpl ,2" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Wallpaper] @="桌面背景" "Icon"="%SystemRoot%\\System32\\desk.cpl" "Position"="Bottom" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Wallpaper\Command] @="control.exe /NAME Microsoft.Personalization /PAGE pageWallpaper" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Icons] @="桌面图标" "Icon"="%SystemRoot%\\System32\\desk.cpl" "Position"="Bottom" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Icons\Command] @="rundll32 shell32.dll,Control_RunDLL desk.cpl,,0" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Colors] @="窗口颜色" "Icon"="%SystemRoot%\\System32\\desk.cpl" "Position"="Bottom" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Colors\command] @="control.exe /NAME Microsoft.Personalization /PAGE pageColorization" 二、如果想取消设定,可以先将如下代码按同样方法保存为注册表文件,然后执行即可: Windows Registry Editor Version 5.00 [-HKEY_CLASSES_ROOT\DesktopBackground\Shell\Appearance] [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Screensaver] [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Sounds] [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Wallpaper] [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Icons] [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Colors] 上述方法是通过修改注册表的方法,在鼠标右键菜单上回归传统的“个性化”设置,而且可以更方便的进入相关设置。
3.怎么把WIN10菜单改成经典样式
将WIN10菜单样式改为经典的菜单样式其实非常简单,我们只需要下载一百个QQ电脑管家专版。
2
下载后,安装,打开。
如下图,我们点击工具箱的图标度,在选择更多
3
如下图,自弹出来工具箱里面,我们选择系统这一选项,在选择经典开始菜单。
4
点击经典开始菜单以后,我们就会看到弹出了经典开始菜单,
5
这样设置以后,就不用管了,以后每次点击WIN10的菜单都会弹出经典的开始菜单。
END
想要恢复WIN10的菜单怎么办回?
1
我们点击WIN10的菜单,在弹出的经典菜单中,点击右上角的更多→恢复系统开始菜单,如下图。
2
再次点击WIN10的菜单,是不答是又变回来WIN10自带的菜单了。
4.怎么在Win10系统中使用传统版的“个性化”设置
其实是可以的,通过注册表修改,可以让该设置添加到桌面右键菜单。
操作步骤: 一、将以下代码粘贴到记事本中,保存为“所有文件”,文件名随意,但后缀名务必为“.reg”。Windows Registry Editor Version 5.00;; Created by , reedited by ;[HKEY_CLASSES_ROOT\DesktopBackground\Shell\Appearance]"MUIVerb"="个性化设置""SubCommands"="Wallpaper;Colors;Sounds;Screensaver;Icons""icon"="desk.cpl""Position"="Bottom"[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Screensaver]@="屏幕保护程序""Position"="Bottom""Icon"="desk.cpl"[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Screensaver\Command]@="rundll32.exe shell32.dll,Control_RunDLL desk.cpl,screensaver,@screensaver"[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Sounds]@="声音""Position"="Bottom""Icon"="mmsys.cpl"[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Sounds\Command]@="rundll32.exe shell32.dll,Control_RunDLL mmsys.cpl ,2"[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Wallpaper]@="桌面背景""Icon"="%SystemRoot%\\System32\\desk.cpl""Position"="Bottom"[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Wallpaper\Command]@="control.exe /NAME Microsoft.Personalization /PAGE pageWallpaper"[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Icons]@="桌面图标""Icon"="%SystemRoot%\\System32\\desk.cpl""Position"="Bottom"[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Icons\Command]@="rundll32 shell32.dll,Control_RunDLL desk.cpl,,0"[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Colors]@="窗口颜色""Icon"="%SystemRoot%\\System32\\desk.cpl""Position"="Bottom"[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Colors\command]@="control.exe /NAME Microsoft.Personalization /PAGE pageColorization" 二、如果想取消设定,可以先将如下代码按同样方法保存为注册表文件,然后执行即可:Windows Registry Editor Version 5.00[-HKEY_CLASSES_ROOT\DesktopBackground\Shell\Appearance][-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Screensaver][-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Sounds][-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Wallpaper][-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Icons][-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Colors] 以上导入注册表之后传统版“个性化”设置和Win10系统“个性化”是并存的,方法用户在两者之间选择。
5.怎么修改win10登陆界面改成传统界面
1.首先,我们需要下载一个小软件下载地址如下:/cBnvb8EkYszCA 访问密码 6c29
2.解压之后我们可以看到三个文件,第一个txt文档标注了一定要注意的几个点,里面全是小夜血一样的教训。
3.第二个文件是下面要用到的文件,我们将三个文件都拉到桌面。
4.第三个软媒设置大师用来获取权限。
接下来是制作替换文件的过程:
1.找到一张自己喜欢的图片,放到桌面。
2.右击“修改登入界面.psi”选择“编辑”
3.修改第三行标注的地方为你的图片的名称(记得后缀名一定要是.jpg的文件)。
4.保存后右击,选择“使用power shell运行”
5.我们会得到一个文件。
6.如何切换windows10传统桌面
通知->平板模式->单击平板模式。
具体步骤:
1、鼠标左键单击右下角的通知。
2、通知中心展开后可以看到平板模式。
切换回电脑模式关闭平板模式即可。
7.Win10下怎样把时间显示方式设置成传统钟表样式
步骤如下:
1. 按下win键+X键或者在开始菜单右键点击,出现的菜单中选择“运行”。
2. 输入regedit点击确定,打开注册表编辑器
3. 找到如下位置:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\ImmersiveShell
在右侧位置鼠标右键,新建一个DWORD(32位)的值。
4. 修改这个值的名字为
5. 然后双击这个键值,修改数据为1,然后重启电脑。
6. 重启后发现,时间显示方式也已经变成传统的钟表样式了。
转载请注明出处windows之家 » win10设置传统样式