microsoft / microsoft/WindowsDeveloperConfig

Need to check for admin permissions or fix UAC popups

Open
#57 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
PowerShell
Stars
2.2k
Forks
168
Avg merge
5h 14m
Merged PRs (30d)
5

Description

I tried to run in normal terminal thinking any elevation would happen automatically. Instead what I got was UAC prompt after UAC prompt with very little details of what it was running. It popped up every second or two, almost making the machine unusable interactivity wise. When I got back to terminal, I see that all the commands were erroring out in red and failing, and we were probably stuck in a loop. Anyways, we probably should be checking for admin access if we require that or fixing the UAC issue.

I was running - https://github.com/microsoft/WindowsDeveloperConfig#%EF%B8%8F-windows-dev-config

P.S. Also it's not clear you have to clone this repo to run the command. Might want to make that explicit.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the Windows Dev Config command linked in the issue and reproduce it from a normal terminal. Trace which operation triggers the repeated UAC prompts and failing commands; done means the command no longer loops through prompts and the required admin access and repository-cloning steps are clearly handled.

Written by the indexing model from the issue text.

Assessment

Tech stack
powershell
Domain
cli, operating-systems
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Quiet
Clarity
Needs clarification
Newbie friendliness
42/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.