Eartrumpet: not starting up with windows

Created on 18 Sep 2019  路  24Comments  路  Source: File-New-Project/EarTrumpet

Since this is a windows 10 store program I can't find a .exe so I can't place it in shell:startup to autorun it, same goes with task scheduler, not possible since I don't know the file locations. Looked in settings and didn't find it anywhere in there.

This worked all the time and stopped working a few months ago.

can't reproduce

Most helpful comment

In Task Manager > Startup there is an EarTrumpet entry, however it always reverts back to "Disabled" as soon as I close Task Manager. This happens 2 of the W10 1903 installs I have.
2019-10-02_16-15-27

For now I am launching EarTrumpet using the previously mentioned command in a startup script.

All 24 comments

You can use this command to start EarTrumpet:
explorer.exe Shell:AppsFolder\40459File-New-Project.EarTrumpet_1sdd7yawvg6ne!EarTrumpet

EarTrumpet already registers a startup task. You should see EarTrumpet in Settings > Apps > Startup.

You can use this command to start EarTrumpet:
explorer.exe Shell:AppsFolder\40459File-New-Project.EarTrumpet_1sdd7yawvg6ne!EarTrumpet

Thanks!

In Task Manager > Startup there is an EarTrumpet entry, however it always reverts back to "Disabled" as soon as I close Task Manager. This happens 2 of the W10 1903 installs I have.
2019-10-02_16-15-27

For now I am launching EarTrumpet using the previously mentioned command in a startup script.

Strange, can you open the Registry Editor, navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion and cut/paste the BuildLabEx value here?

I'm also having the Task Manger close disabled issue on 1903.

My BuildLabEx value is 18362.1.amd64fre.19h1_release.190318-1202

Thanks @Snaacky; And you're on Windows 10 Pro? Can you take a look at HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\AppModel\SystemAppData\40459File-New-Project.EarTrumpet_1sdd7yawvg6ne\EarTrumpet for us? State should change to 1 when disabled via Task Manager (and 2 when enabled). Can you confirm?

XRCCh9OFnS

Windows 10 Pro Version 1903 (OS Build 18362.356)

State is set to 2 regardless of whether or not the application is listed as Enabled or Disabled under Task Manager > Startup and will always revert back to Disabled after closing Task Manager as shown in the GIF above.

The state is the same for me as well. Always "2" no matter what.

@Snaacky @tophattwaffle Are you still seeing this issue? Some steps we can try:

  1. Download and execute https://live.sysinternals.com/procmon.exe
  2. In the Process Monitor filter window, add a filter for [Path] [contains] [40459File-New-Project.EarTrumpet_1sdd7yawvg6ne] then click the Add button
  3. Open Task Manager and enable EarTrumpet to run at startup
  4. In Process Monitor, Click the magnifying glass 馃攳 (or type CTRL+E) to stop monitoring
  5. In Process Monitor, click File > Save and in the Save To File dialog, ensure All Events is selected. Change the path for the output PML as needed.
  6. Compress the PML output (zip, 7zip, rar, etc.) and email us a copy ([email protected]). If it's too large, we can provide a OneDrive upload location. Let us know in the email.

Thanks for helping us get to the bottom of this weird behavior!

@Snaacky @tophattwaffle Any updates?

Thanks @Snaacky; And you're on Windows 10 Pro? Can you take a look at HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\AppModel\SystemAppData\40459File-New-Project.EarTrumpet_1sdd7yawvg6ne\EarTrumpet for us? State should change to 1 when disabled via Task Manager (and 2 when enabled). Can you confirm?

Yes the state changes to 1
image
I close task manager, and it reverts back to disable and still has a 1 on the STATE value of reg

Only got this problem with the latest windows update

Same here: Windows 10 1909 (build 18363.535) (latest release) 馃檨 @riverar

@TheAresjej @bacitoto Hey, can you perform the steps listed above https://github.com/File-New-Project/EarTrumpet/issues/417#issuecomment-549112253? Haven't received anything yet, should help shed some light on this!

@riverar Just did, I jsut didn't have the time before to do so.
Hope it's helpful

@bacitoto Haven't received anything yet.

Hmm... I have a guess... In older versions of windows we have a startup options in settings (settings/apps/startup) but for some reason it was removed so maybe there is something left in the settings application and overwrites the selected settings? 馃槃

Done (I sent the logs by e-mail) @riverar

@bacitoto Haven't received anything yet.
Weird I just double-checked and I did send the email to the correct address...can I just post the link here s oyo ucan download the log? Or the .log as info I shouldn't display publicly or not

@TheAresjej Thanks, taking a look now!

@bacitoto Weird, send an email to the above address and I'll reply with a OneDrive area you can upload to. Sorry for the headache.

@TheAresjej @bacitoto Can you open Registry Editor, navigate to HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System and provide a screenshot or export?

Also, question from Microsoft -- are these work machines or machines on an Active Directory that could be receiving policies to block startup apps?

@bacitoto Weird, send an email to the above address and I'll reply with a OneDrive area you can upload to. Sorry for the headache.

I guess my emails aren't being received, weird stuff, anyway here's my log (got it, thanks -rafael)

@TheAresjej @bacitoto Can you open Registry Editor, navigate to HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System and provide a screenshot or export?

image

Also, question from Microsoft -- are these work machines or machines on an Active Directory that could be receiving policies to block startup apps?

This is my personal computer....I might have (a long time ago) blocked some w10 features such as store, xbox app and etc, BUT, everything was working fine untill the latest w10 update 18362.1.amd64fre.19h1_release.190318-1202

I use WPD but the only similar option to block "startup apps" is "background apps" setting... 馃 As for the registry screen, unfortunately I don't have access to this system anymore because there were still problems with it so I switched to Windows 8.1 馃槣

@bacitoto Yikes, that's not correct. Sounds like whatever you used to "block" those features wiped out important system policies. Can you share the software/guides you used?

In the meantime, try re-adding the startup policies via this script (save as .reg and double-click):

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]
"EnableFullTrustStartupTasks"=dword:00000002
"EnableUwpStartupTasks"=dword:00000002
"SupportFullTrustStartupTasks"=dword:00000001
"SupportUwpStartupTasks"=dword:00000001

Then try your Task Manager actions again.

Was this page helpful?
0 / 5 - 0 ratings