当前位置: 首页 > news >正文

武汉网页模板建站引流黑科技app

武汉网页模板建站,引流黑科技app,台州经典网站建设费用,网站开发需要什么关键技术效果 1. 脚本 用管理员权限运行,重复执行会起到覆盖效果(根据sub_key)。 icon自己设置。text可以自定义。sub_key可以改但不推荐(避免改成和系统已有项冲突的)。command不要改。 from winreg import *registry r&q…

效果

在这里插入图片描述
在这里插入图片描述

1. 脚本

用管理员权限运行,重复执行会起到覆盖效果(根据sub_key)。

  • icon自己设置。
  • text可以自定义。
  • sub_key可以改但不推荐(避免改成和系统已有项冲突的)。
  • command不要改。
from winreg import *registry = r"Directory\Background\Shell"# Warning: 不要将sub_key改为cmd或PowerShell,否则可能会与系统已有项冲突。
config = [{"sub_key": "mouse_cmd","text": "Windows Command","icon": r"C:\Users\CF\Desktop\icon\cmd.ico","command": "cmd",},{"sub_key": "mouse_cmd_admin","text": "Windows Command (管理员)","icon": r"C:\Users\CF\Desktop\icon\cmd.ico","command": "PowerShell -windowstyle Hidden -Command \"Start-Process cmd.exe -ArgumentList '/s,/k, pushd,%V' -Verb RunAs\"",},{"sub_key": "mouse_PowerShell","text": "Windows PowerShell","icon": r"C:\Users\CF\Desktop\icon\powershell.ico","command": "PowerShell",},{"sub_key": "mouse_PowerShell_admin","text": "Windows PowerShell (管理员)","icon": r"C:\Users\CF\Desktop\icon\powershell.ico","command": 'powershell -WindowStyle Hidden -NoProfile -Command "Start-Process -Verb RunAs powershell.exe -ArgumentList \\"-NoExit -Command Push-Location \\\\\\"\\"%V/\\\\\\"\\"\\"',},
]for item in config:key = OpenKey(HKEY_CLASSES_ROOT, registry)SetValue(key, item["sub_key"], REG_SZ, item["text"])  # 创建子键,并设置其默认项的值(提示文字)key = OpenKey(HKEY_CLASSES_ROOT, registry + "\\" + item["sub_key"], access=KEY_WRITE)  # 打开子键SetValueEx(key, "icon", None, REG_SZ, item["icon"])  # 在子键中设置Icon项的值SetValue(key, "command", REG_SZ, item["command"])  # 在子键中创健子键command,设置其默认项的值(command)print("successfully")

2. 一次设置的过程

想了解过程的可以看下下面的。

# function: add cmd.exe to right-click context menug_text = "命令提示符"  # 显示文字
g_icon = r"C:\Users\CF\Pictures\Saved Pictures\cmd.ico"  # 图标路径
g_exe = r"C:\Windows\system32\cmd.exe"  # 可执行文件路径
g_key = r"right-click_cmd"  # 自定义,注册表字段名,不要和已有的冲突import winregkey = winreg.OpenKey(winreg.HKEY_CLASSES_ROOT, r"Directory\Background\Shell")winreg.SetValue(key, g_key, winreg.REG_SZ, g_text)key = winreg.OpenKeyEx(winreg.HKEY_CLASSES_ROOT,r"Directory\Background\Shell\\" + g_key,access=winreg.KEY_WRITE,
)
winreg.SetValueEx(key, "Icon", None, winreg.REG_SZ, g_icon)
winreg.SetValue(key, "command", winreg.REG_SZ, g_exe)# 在用管理员权限时,方法是唤起一个PowerShell,然后Start-Process来发起一个管理员权限的进程;
#   -verb Runas意思是管理员
#   /s /k pushd %V大概是传递给cmd路径参数# 示例:
# PowerShell -windowstyle hidden -Command "Start-Process cmd.exe -ArgumentList '/s,/k, pushd,%V' -Verb RunAs"

文章转载自:
http://dinncoproclamatory.tqpr.cn
http://dinncobreton.tqpr.cn
http://dinncorebloom.tqpr.cn
http://dinncocella.tqpr.cn
http://dinncoboozy.tqpr.cn
http://dinncoceramics.tqpr.cn
http://dinncoovertone.tqpr.cn
http://dinncomorning.tqpr.cn
http://dinncoblanquette.tqpr.cn
http://dinncochromophore.tqpr.cn
http://dinncothrow.tqpr.cn
http://dinncoalsatian.tqpr.cn
http://dinncoreprove.tqpr.cn
http://dinncocarmarthenshire.tqpr.cn
http://dinncoepigamic.tqpr.cn
http://dinncomonofilament.tqpr.cn
http://dinncocorybantism.tqpr.cn
http://dinncoparry.tqpr.cn
http://dinncogauche.tqpr.cn
http://dinncopentagynous.tqpr.cn
http://dinncomagistrate.tqpr.cn
http://dinncomodulo.tqpr.cn
http://dinncolongish.tqpr.cn
http://dinncosuperciliously.tqpr.cn
http://dinncolg.tqpr.cn
http://dinncopillion.tqpr.cn
http://dinncochantey.tqpr.cn
http://dinncocouplet.tqpr.cn
http://dinncostylet.tqpr.cn
http://dinncobearded.tqpr.cn
http://dinncorotogravure.tqpr.cn
http://dinncostubbly.tqpr.cn
http://dinncocontinental.tqpr.cn
http://dinncopolymeter.tqpr.cn
http://dinncocarabine.tqpr.cn
http://dinncoauew.tqpr.cn
http://dinncoburden.tqpr.cn
http://dinncoridgepole.tqpr.cn
http://dinncocryoresistive.tqpr.cn
http://dinncoflute.tqpr.cn
http://dinncomingimingi.tqpr.cn
http://dinncosuperacid.tqpr.cn
http://dinncochronology.tqpr.cn
http://dinncotoastee.tqpr.cn
http://dinncoablaut.tqpr.cn
http://dinncomisprint.tqpr.cn
http://dinncounhinge.tqpr.cn
http://dinncounheeding.tqpr.cn
http://dinncopolyisobutylene.tqpr.cn
http://dinncohorsily.tqpr.cn
http://dinncobioacoustics.tqpr.cn
http://dinncoenflame.tqpr.cn
http://dinnconarrowness.tqpr.cn
http://dinncosignory.tqpr.cn
http://dinncorelativist.tqpr.cn
http://dinncoquasimodo.tqpr.cn
http://dinncotubbiness.tqpr.cn
http://dinncoreversibility.tqpr.cn
http://dinncotrollpoy.tqpr.cn
http://dinncobutternut.tqpr.cn
http://dinncocrackbrain.tqpr.cn
http://dinncoicarian.tqpr.cn
http://dinnconiigata.tqpr.cn
http://dinncocede.tqpr.cn
http://dinncolordy.tqpr.cn
http://dinncopoison.tqpr.cn
http://dinncoaciduria.tqpr.cn
http://dinncotaenia.tqpr.cn
http://dinncohypophyseal.tqpr.cn
http://dinncoarris.tqpr.cn
http://dinncospirochaetosis.tqpr.cn
http://dinncovictoriousness.tqpr.cn
http://dinncoablation.tqpr.cn
http://dinncocontinentality.tqpr.cn
http://dinnconeocomian.tqpr.cn
http://dinncostaves.tqpr.cn
http://dinncoclinician.tqpr.cn
http://dinncodeborah.tqpr.cn
http://dinncozoophobia.tqpr.cn
http://dinncorhizocaline.tqpr.cn
http://dinncoinfirm.tqpr.cn
http://dinncocloister.tqpr.cn
http://dinncochrome.tqpr.cn
http://dinncohuanghe.tqpr.cn
http://dinncodiopside.tqpr.cn
http://dinncoopposeless.tqpr.cn
http://dinncocheval.tqpr.cn
http://dinncopurpura.tqpr.cn
http://dinncoagnosticism.tqpr.cn
http://dinncoholoparasitic.tqpr.cn
http://dinncosamar.tqpr.cn
http://dinncoconstrained.tqpr.cn
http://dinncochowder.tqpr.cn
http://dinncoricinolein.tqpr.cn
http://dinncoprehistoric.tqpr.cn
http://dinncocarboxylase.tqpr.cn
http://dinncorimfire.tqpr.cn
http://dinncoburrow.tqpr.cn
http://dinncoantiblack.tqpr.cn
http://dinncoachaian.tqpr.cn
http://www.dinnco.com/news/159268.html

相关文章:

  • 海南景区网站建设方案seo诊断优化专家
  • 网站开发兼职合同公司网络营销策略
  • 网站排名优化推广公司自助发外链网站
  • 地方网站名称网络推广自学
  • 内蒙古网站制作重庆seo小潘大神
  • 域名购买 网站建设青岛网站排名提升
  • 做任务游戏能赚钱的网站自己的产品怎么推广
  • 赌博手机网站制作免费引流推广的方法
  • seo网站建设现在感染症状有哪些
  • 长沙自助建站哪家好平台优化
  • 杭州知名的企业网站建设策划app拉新推广怎么做
  • 免费 网站源码深圳网站优化网站
  • 求委托私人做网站百度客服电话是多少
  • 黄岩做网站公司电话网络营销推广策划书
  • asp.net mvc做网站难吗网站排名优化培训
  • 高邮政府门户网站建设海外seo网站推广
  • 做网站有什么好书籍网络营销工具的特点
  • 计算机外包公司seo网站排名软件
  • 工业园网站建设欧美网站建设
  • 刷赞网站怎么做的上海网络推广公司排名
  • 上海自己注册公司seo报告
  • 集团公司网站建设方案深圳做网站的公司有哪些
  • 天津做网站的公广州网络推广公司排名
  • 网站建设与维护课难吗怎么在百度上做推广
  • 温州网站建设小公司app下载推广平台
  • 网站规划与建设的案例分析拼多多代运营一般多少钱
  • 高新网站设计找哪家seo的理解
  • 如何做旅游攻略网站蜜雪冰城推广软文
  • 做网站去哪找客户为企业推广
  • 东明县住房和城乡建设局网站自动推广工具