Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,9 @@ Create a scheduled task to run the PowerShell script at startup. To do this, fol
1. Review the summary on the **Finish** tab and select **Finish** to create the task:

:::image type="content" source="media/tempdb-ephemeral-storage/create-sql-start-task.png" alt-text="Screenshot of the Task Scheduler, Create a Basic Task window, showing where to enter the script path.":::
---- Whenever you finish the creation of the task, be sure to manaully start to test run. If you are using normal user to create the task schedule, be sure to configure Security options as below.
Copy link

Copilot AI Dec 18, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Corrected spelling of 'manaully' to 'manually'.

Suggested change
---- Whenever you finish the creation of the task, be sure to manaully start to test run. If you are using normal user to create the task schedule, be sure to configure Security options as below.
---- Whenever you finish the creation of the task, be sure to manually start to test run. If you are using normal user to create the task schedule, be sure to configure Security options as below.

Copilot uses AI. Check for mistakes.
Copy link

Copilot AI Dec 18, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The line begins with four hyphens (----), which is invalid Markdown syntax. Use three hyphens (---) for a horizontal rule, or remove the hyphens if they're unintended.

Suggested change
---- Whenever you finish the creation of the task, be sure to manaully start to test run. If you are using normal user to create the task schedule, be sure to configure Security options as below.
Whenever you finish the creation of the task, be sure to manaully start to test run. If you are using normal user to create the task schedule, be sure to configure Security options as below.

Copilot uses AI. Check for mistakes.
Copy link

Copilot AI Dec 18, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The sentence structure is unclear. Consider revising to: 'After you finish creating the task, manually start it to test. If you're creating the task schedule as a normal user, configure the Security options as shown below.'

Suggested change
---- Whenever you finish the creation of the task, be sure to manaully start to test run. If you are using normal user to create the task schedule, be sure to configure Security options as below.
After you finish creating the task, manually start it to test. If you're creating the task schedule as a normal user, configure the **Security options** as shown below.

Copilot uses AI. Check for mistakes.
<img width="1224" height="925" alt="image" src="https://github.com/user-attachments/assets/d7f6d37d-5177-4a82-a35d-de5ac76b04f5" />
Copy link

Copilot AI Dec 18, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use the standard Learn Markdown image syntax with :::image::: instead of HTML tags to maintain consistency with the rest of the documentation. The alt text should also be more descriptive than 'image'. Example: ':::image type="content" source="path/to/image.png" alt-text="Screenshot of Task Scheduler security options configuration":::'

Copilot uses AI. Check for mistakes.
Copy link

Copilot AI Dec 18, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The alt text 'image' is not descriptive enough for accessibility. Replace with descriptive text such as 'Screenshot showing Task Scheduler security options for configuring user permissions'.

Suggested change
<img width="1224" height="925" alt="image" src="https://github.com/user-attachments/assets/d7f6d37d-5177-4a82-a35d-de5ac76b04f5" />
<img width="1224" height="925" alt="Screenshot of the Task Scheduler Security options dialog showing configuration for running the task with the highest privileges and a specific user account." src="https://github.com/user-attachments/assets/d7f6d37d-5177-4a82-a35d-de5ac76b04f5" />

Copilot uses AI. Check for mistakes.


### Test the script

Expand Down