On Windows Server, I found that the schedule that is executed when the system boots up is registered in the task scheduler, so I used another method to register the startup program to clean the task scheduler.
It is a method to register in the startup program like a common PC without using the task scheduler. But I couldn't register startup program same way as the PC, so I had to directly add startup program in startup folder.
And, I found two way how to access the folder.
How to register the startup program easily:
There are the two ways.
(Administrator privileges will be required.)
1) Using Run(windows key + R)
'shell:startup'
2) file explorer
%appdata%\Microsoft\Windows\Start Menu\Programs\Startup
After that, just add the program or batch file you want to run at startup to the directory.
'IT > System' 카테고리의 다른 글
[Windows] 'Windows\Temp' directory is full of cab_xxxxx files (0) | 2020.08.12 |
---|---|
[vsftpd] chroot를 설정하는 4가지 방법 (0) | 2020.07.30 |
[Windows] TLS 1.0, TLS 1.1 비활성화 / TLS 1.2 활성화 (0) | 2020.07.28 |
[Windows] Event Log SChannel Event ID: 36887 (0) | 2020.06.24 |
[Exchange] Exchange 2010 SP3 RU 30 설치 시, Powershell 오류 (0) | 2020.03.17 |