window启动

window启动详细

最常见的6个启动文件夹 
代码:

1. windir\Start Menu\Programs\Startup\ 
2. User\Startup\ 
3. All Users\Startup\ 
4. windir\system\iosubsys\ 
5. windir\system\vmm32\ 
6. windir\Tasks\

12个可能的自启动文件位置 
代码:

1. c:\explorer.exe 
2. c:\autoexec.bat 
3. c:\config.sys 
4. windir\wininit.ini 
5. windir\winstart.bat 
6. windir\win.ini - [windows] “load” 
7. windir\win.ini - [windows] “run” 
8. windir\system.ini - [boot] “shell” 
9. windir\system.ini - [boot] “scrnsave.exe” 
10. windir\dosstart.bat 
11. windir\system\autoexec.nt 
12. windir\system\config.nt 
13. gpedit.msc 本地计算机策略→用户配置→管理模板→系统→登录

35个注册表的自启动位置 
代码:

1. HKEY_LOCAL_MACHINE\Software\Microsoft \Windows\CurrentVersion\Run\ 
All values in this key are executed. 
2. HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunOnce\ 
All values in this key are executed, and then their autostart reference is deleted. 
3. HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunServices\ 
All values in this key are executed as services. 
4. HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunServicesOnce\ 
All values in this key are executed as services, and then their autostart reference is deleted. 
5. HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run\ 
All values in this key are executed. 
6. HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\RunOnce\ 
All values in this key are executed, and then their autostart reference is deleted. 
7. HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\RunOnce\Setup\ 
Used only by Setup. Displays a progress dialog box as the keys are run one at a time. 
8. HKEY_USERS\.Default\Software\Microsoft\Windows\CurrentVersion\Run\ 
Similar to the Run key from HKEY_CURRENT_USER. 
9. HKEY_USERS\.Default\Software\Microsoft\Windows\CurrentVersion\RunOnce\ 
Similar to the RunOnce key from HKEY_CURRENT_USER. 
10. HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Winlogon 
The “Shell” value is monitored. This value is executed after you log in. 
11. HKEY_LOCAL_MACHINE\Software\Microsoft\Active Setup\Installed Components\ 
All subkeys are monitored, with special attention paid to the “StubPath” value in each subkey. 
12. HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\VxD\ 
All subkeys are monitored, with special attention paid to the “StaticVXD” value in each subkey. 
13. HKEY_CURRENT_USER\Control Panel\Desktop 
The “SCRNSAVE.EXE” value is monitored. This value is launched when your screen saver activates. 
14. HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session Manager 
The “BootExecute” value is monitored. Files listed here are Native Applications that are executed before Windows starts. 
15. HKEY_CLASSES_ROOT\vbsfile\shell\open\command\ 
Executed whenever a .VBS file (Visual Basic Script) is run. 
16. HKEY_CLASSES_ROOT\vbefile\shell\open\command\ 
Executed whenever a .VBE file (Encoded Visual Basic Script) is run. 
17. HKEY_CLASSES_ROOT\jsfile\shell\open\command\ 
Executed whenever a .JS file (Javascript) is run. 
18. HKEY_CLASSES_ROOT\jsefile\shell\open\command\ 
Executed whenever a .JSE file (Encoded Javascript) is run. 
19. HKEY_CLASSES_ROOT\wshfile\shell\open\command\ 
Executed whenever a .WSH file (Windows Scripting Host) is run. 
20. HKEY_CLASSES_ROOT\wsffile\shell\open\command\ 
Executed whenever a .WSF file (Windows Scripting File) is run. 
21. HKEY_CLASSES_ROOT\exefile\shell\open\command\ 
Executed whenever a .EXE file (Executable) is run. 
22. HKEY_CLASSES_ROOT\comfile\shell\open\command\ 
Executed whenever a .COM file (Command) is run. 
23. HKEY_CLASSES_ROOT\batfile\shell\open\command\ 
Executed whenever a .BAT file (Batch Command) is run. 
24. HKEY_CLASSES_ROOT\scrfile\shell\open\command\ 
Executed whenever a .SCR file (Screen Saver) is run. 
25. HKEY_CLASSES_ROOT\piffile\shell\open\command\ 
Executed whenever a .PIF file (Portable Interchange Format) is run. 
26. HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\ 
Services marked to startup automatically are executed before user login. 
27. HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Winsock2\Parameters\Protocol_Catalog\Catalog_En tries\ 
Layered Service Providers, executed before user login. 
28. HKEY_LOCAL_MACHINE\System\Control\WOW\cmdline 
Executed when a 16-bit Windows executable is executed. 
29. HKEY_LOCAL_MACHINE\System\Control\WOW\wowcmdline 
Executed when a 16-bit DOS application is executed. 
30. HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Winlogon\Userinit 
Executed when a user logs in. 
31. HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\ShellServiceObjectDelayLoad\ 
Executed by explorer.exe as soon as it has loaded. 
32. HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Windows\run 
Executed when the user logs in. 
33. HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Windows\load 
Executed when the user logs in. 
34. HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\run\ 
Subvalues are executed when Explorer initialises. 
35. HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\run\ 
Subvalues are executed when Explorer initialises. 
36.HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Group Policy Objects\Local User\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\Run

(0)

相关推荐

  • window启动

    window启动详细 最常见的6个启动文件夹  代码: 1. windir\Start Menu\Programs\Startup\  2. User\Startup\  3. All Users\Startup\  4. windir\system\iosubsys\  5. windir\system\vmm32\  6. windir\Tasks\ 12个可能的自启动文件位置  代码: 1. c:\explorer.exe  2. c:\autoexec.bat  3. c:\config

  • 详解window启动webpack打包的三种方法

    什么是Webpack WebPack可以看做是模块打包机:它做的事情是,分析你的项目结构,找到JavaScript模块以及其它的一些浏览器不能直接运行的拓展语言(Scss,TypeScript等),并将其打包为合适的格式以供浏览器使用. 1.在cmd终端执行 npx webpack命令 2.在package.json文件同级建立webpack.config.js文件,内容如下: const path = require('path'); module.exports = { entry: './

  • Linux X Window应用问答(上)

    对桌面应用而言,X Window视窗系统是Linux中极具魅力的部分,充分挖掘其潜能会给我们的应用带来许多益处.下面就以流行的TurboLinux中文版为例,对应用中的常见问题做解答. 如何快速启动X Window图形登录界面? 在超级用户命令提示符#后键入init 5 指令. 说明∶Linux分为多个运行态(级别),默认的是3号多用户网络态,为字符界面:5号是X Window态,提供类xdm图形登录界面.init 5指令是将当前的运行态转到5号态,启动X Window图形登录界面. 怎样快速切

  • php版交通银行网银支付接口开发入门教程

    本文实例讲述了php版交通银行网银支付接口实现方法.分享给大家供大家参考,具体如下: 概述:网银支付接口 和支付宝接口大体上差不多,主要的区别是 交通银行提供的 接口核心的比如,加密等是通过java实现的,所以,要想办法使php和java能正常的通信,为此,官方也提供了两套实现方法,一个是通过 socket 进行通信,另一个方法是通过 java 桥接,下面演示的是 socket方法. 1. 配置运行环境 1.1  安装java,自行到oracle官网下载 java,然后安装,并配置正确的 环境变

  • PhpStorm 如何优雅的调试Hyperf的方法步骤

    前言: 我也是昨晚看了黄岛主的直播后学会的这个方法,今天中午趁着休息时间,把这个技巧分享给大家.就是大家在调试 Hyperf 的时候,可能总需要做一些服务的重启,重新点击 postman 的接口请求按钮,查看调试的结果是否正常,这篇文章就是教大家如何在 PhpStorm 中完成这一系列的操作. 一.Hyperf快速重启 第一步: 点击 PhpStorm 右上角的按钮,如图所示: 第二步: 点击弹框中左上角的添加按钮,然后再点击 PHP Script,如图所示: 第三步: 填写PHP脚本的信息:

  • Python使用pywebview开发桌面应用的全过程

    目录 前言 最简单应用上手 高阶应用 在HTML前端界面中调用Python中的函数 打包成单个EXE文件 判断页面中pywebview.api对象是否加载成功 总结 前言 之前用过Eel做的桌面应用觉得已经够屌了,不过由于Eel是调用Chrome,时常出现各种小问题,比如窗口大小设置后有时候不管用,鼠标右键菜单无法禁用(一眼就能看出来是个web).而且尝试了用pyinstaller打包后文件好大,昨天晚上闲逛又发现了个比Eel更好的解决方案pywebview,更轻量,可自定义的设置更多. 由于p

  • 教你1秒将本地SpringBoot项目jar包部署到Linux环境(超详细!)

    目录 目标 迭代步骤 一.前提: 1.使用Maven的package命令打出一个携带依赖的jar包 2.Window启动jar包 二.linux环境启动jar包 1.先将jar包扔到linux环境 2.测试是否可以启动(需要有Java环境) 3.优化启动脚本,改为后台启动,并将日志输出到springboot.log 4.完善脚本,启动时,如果存在已经启动的服务,先关闭,再启动 三.分离依赖部署 1.上传依赖jar包Linux服务器 2.改造项目的pom.xml文件 3.重新package 4.上

  • window下mongodb在dos下服务器启动及连接

    1.  配置环境变量 将MongoDB的安装目录(如:D:\Program Files\mongodb\Server\3.4\bin) 添加到 path 2. 启动 mongodb服务 (在dos中操作,前提:环境变量已配置,如果没有配置环境变量,需要进入到bin目录下操作) (1) 启动本地服务 mongod.exe --dbpath mongodb的数据库路径 // 如:mongodb --dbpath D:\mongodb\db ("mongodb的数据库路径"是自定义目录) 注

  • Angularjs的启动过程分析

    本文介绍了Angularjs的启动过程分析,分享给大家 启动过程(v1.3.9) 步骤一 用自执行函数的形式让整个代码在加载完成之后立即执行 in angular.js Line6 (function(window, document, undefined) 在window上暴露一个唯一的全局对象angular,Line250 angular = window.angular || (window.angular = {}) 获得其它工具模块 Line 2129 function publish

  • window下注册服务的命令小结

    1. 描述:     SC 是用于与服务控制管理器通信的命令行程序 .    用法:  sc <server> [command] [service name] <option1> <option2>... 选项 <server> 的格式为 可以键入 "sc [command]"以获得命令的进一步帮助 命令: query---------------查询服务的状态,或枚举服务类型的状态.           queryex--------

随机推荐