ユーザー権限アカウントがタスク スケジューラを起動しないようにするにはどうすればよいですか?

akifumi 0 Reputation points
2023-07-03T04:03:32.05+00:00

お世話になっております。

タスクスケジューラを起動するには管理者権限が必要にしたい。もしユーザー権限のアカウントがタスクスケジューラを起動しようとすると、UACで管理者アカウントの入力が必要だったり、そもそもエラーでタスクスケジューラが起動出来ない等、管理者権限を必須にしたい。

以下が環境です。

OS:Windows Server 2016 Datacenter Edition

よろしくお願い致します。

Windows Server 2016
Windows Server 2016
A Microsoft server operating system that supports enterprise-level management updated to data storage.
2,555 questions
Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
13,539 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Limitless Technology 44,551 Reputation points
    2023-07-03T12:24:36.62+00:00

    Hello there,

    To prevent user accounts with privileged access from launching the Task Scheduler in Windows, you can use the Group Policy Editor to apply restrictions. Here's how:

    Press the Windows key + R to open the Run dialog box. Type gpedit.msc and press Enter. This will open the Group Policy Editor.

    In the Group Policy Editor window, navigate to the following location:

    sql

    Copy code

    User Configuration > Administrative Templates > System

    On the right-hand side, find and double-click the policy named "Prevent access to the registry editor."

    In the policy settings window, select the "Enabled" option, and then click "Apply" and "OK" to save the changes.

    Next, navigate to the following location:

    mathematica

    Copy code

    User Configuration > Administrative Templates > System > Ctrl+Alt+Del Options

    Double-click the policy named "Remove Task Manager" and set it to "Enabled" as well. Click "Apply" and "OK."

    I used AI provided by ChatGPT to formulate part of this response. I have verified that the information is accurate before sharing it with you.

    Hope this resolves your Query !!

    --If the reply is helpful, please Upvote and Accept it as an answer--

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.