Windows唤出桌面图标设置

  1. 于电脑桌面空白处右键单击Windows唤出桌面图标设置_计算机图标

  2. 新建txt文本文档

    Windows唤出桌面图标设置_桌面图标_02

  3. 将以下内容粘贴到所创建的txt文本文档内

    @echo off
    :获取管理员权限
    %1 mshta vbscript:CreateObject("Shell.Application").ShellExecute("cmd.exe","/c %~s0 ::","","runas",1)(window.close)&&exit
    :保持当前目录下运行
    cd /d "%~dp0"

    goto start
    以管理员身份运行.bat【此处为注释语】
    :start

    rundll32.exe shell32.dll,Control_RunDLL desk.cpl,,0

    Windows唤出桌面图标设置_桌面设置_03

  4. 保存并重命名txt文档为“唤出桌面图标设置.bat”(注意将文件尾缀名称.txt更改为.bat)

    Windows唤出桌面图标设置_桌面图标_04

    Windows唤出桌面图标设置_电脑图标_05

  5. 单击“是”

    Windows唤出桌面图标设置_计算机图标_06

  6. 双击文件“唤出桌面图标设置.bat”,单击“是”

    Windows唤出桌面图标设置_桌面设置_07

  7. 选择需要的桌面图标,依次单击“应用”--->“确定”

    Windows唤出桌面图标设置_桌面图标_08

  8. 于电脑桌面,即,可以看到已经选择的桌面图标

    Windows唤出桌面图标设置_显示桌面图标_09