question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Disabling first run welcome message?

See original GitHub issue

Is there a good way to completely disable the first time user notice when installing a new version of the SDK? Looking at the code, it seems that it can only be done by creating the appropriate dotnetFirstTimeUseSentinel file.

There should be an easier way to disable this, like setting an environment variable maybe. I work a lot with nightly builds of the sdk across multiple machines, so the message is a minor source of annoyance for me.

Issue Analytics

  • State:open
  • Created 4 years ago
  • Reactions:16
  • Comments:9 (3 by maintainers)

github_iconTop GitHub Comments

4reactions
jetersencommented, Dec 15, 2021

Solved by:

env:
  DOTNET_NOLOGO: true
  DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
2reactions
jetersencommented, Oct 31, 2019

Super annoying for CI (Travis, Appveyor, etc) and docker containers 😭 For some reason RUN dotnet help does not save properly and still shows the message. Especially when changing user scope. https://travis-ci.com/3shapeAS/dockerbuild-pwsh/builds/134341869#L328

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to block Welcome to Microsoft Edge first run questions ...
Open Group Policy Editor . Click User Configuration/Computer Configuration > Administrative Templates > Microsoft Edge. Double-click Hide the  ...
Read more >
For the love of god how do you disable first-run (welcome) ...
Hi I am looking for a way to disable the Firefox Welcome Page on first run, via script, or registry or config file,...
Read more >
How to disable Windows 10 setup first sign-in welcome ...
1] Registry Editor · Right-click the Winlogon key (folder) in the left pane and select New > DWORD (32-bit) Value. · Name the...
Read more >
How to disable Microsoft Edge's 'First Run' welcome page ...
You can stop Microsoft Edge from showing a welcome page when you launch the browser for the first time or after feature updates....
Read more >
Disable First User Sign-In Animation in Windows 10 and 11
Start the Local (gpedit.msc) or Domain ( gpmc. · Open the option Show first sign-in animation and change it to Disabled; · Save...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found