PDA

View Full Version : سوال: اجرا شدن برنامه قبل از log in شدن و نمایش پنجره welcome ویندوز



amin_sltny
شنبه 19 بهمن 1392, 11:57 صبح
سلام دوستان من می خوام برنامه ام را قبل از نمایش پنجره welcome ویندوز راه اندازی کنم و به کاربر اجازه ورود به سیستم را ندهم

در موردش یه جست و جو زدم:


If you want it to start before the user logs on, you will have to start it as a service.

Here is the startup sequence of the major registry keys, starting immediately after bootmgr has been read and ending with the program shortcut entries in the two Startup folders.

1. HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\BootExecute. This can include instructions to schedule the running of chkdsk but not user programs.
2. Services start next, followed by the RunServicesOnce and RunServices registry keys (if present)
3. User then logs on to the system
4. HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\UserInit. This points to the program C:\WINDOWS\system32\userinit.exe and the entry ends with a comma. Other programs can be started from this key by appending them and separating them with a comma.
5. HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\Shell. This should contain just one entry, explorer.exe.
6. Program entries in these 2 registry keys for ALL USERS start next:
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run and \RunOnce
7. Program entries in these 2 registry keys for CURRENT USER start next:
HKCU\Software\Microsoft\Windows\CurrentVersion\Run and \RunOnce
8. Programs in the Startup Folders of All Users and Current User are started last of all.

Important programs like antivirus and firewall start early in the sequence as Services. The icons that appear in the Notification Area (bottom right of the screen) are just their user interfaces, i.e. options and preferences.

The additional location for 32-bit software in a 64-bit computer is HKLM\SOFTWARE\Wow6432Node and HKCU.

توی سایتی این ها را پیدا کردم حالا می خواستم کمکم کنید تک تک این کار ها انجام بدم چه طوری باید یه سرویس بسازیم و چه طوری به ویندوز لوگ کنم موارد 2 و 3