Hello --
The recent update wiped out my preference of Textpad for .txt files (it is my Win 10 "default app by file type")
Can someone remind me how to set my preference again?
Thanks for any help,
Stephen Mehl
default editor for txt files
Re: default editor for txt files
Hello,
press Windows key + i -> Apps -> Select default apps by file type -> press the '+' Select standard key ...
(translated from german language)
press Windows key + i -> Apps -> Select default apps by file type -> press the '+' Select standard key ...
(translated from german language)
Re: default editor for txt files
... and if that didn't help: you might be running Everything as administrator instead of running as a regular user (the default program is a per-user setting)
In that case:
- Enable Everything Service
- Disable Run as administrator
Both settings can e found under Menu:Tools > Options > General
In that case:
- Enable Everything Service
- Disable Run as administrator
Both settings can e found under Menu:Tools > Options > General
Re: default editor for txt files
tuska and NotNull --
Thank you.
.txt files were already set to open with TextPad.
I enabled Everything Service and Disabled Run as administrator.
It now works the way I want.
Thank you.
.txt files were already set to open with TextPad.
I enabled Everything Service and Disabled Run as administrator.
It now works the way I want.
Re: default editor for txt files
Help is needed again.
Something happened that changed the app that opens when a *.txt file is double-clicked to
Notepad.
Double-clicking a *.txt file in Explorer correctly opens in in TextPad.
Can anyone suggest other places to look in Everything or Windows or somewhere else to set Everything to open a *.txt file with TextPad?
Thanks in advance for any help.
Stephen Mehl
Something happened that changed the app that opens when a *.txt file is double-clicked to
Notepad.
Double-clicking a *.txt file in Explorer correctly opens in in TextPad.
Can anyone suggest other places to look in Everything or Windows or somewhere else to set Everything to open a *.txt file with TextPad?
Thanks in advance for any help.
Stephen Mehl
Re: default editor for txt files
Maybe you start Everything with a shortcut that forces Everything to start as administrator.
First steps to check if you are running as admnistrator:
First steps to check if you are running as admnistrator:
- In Everything's search bar, type and press ENTER
/debug
A new "DOS window" will open. This is Everything's debug console - Press keyboard shortcut CTRL+M in this window
- Scroll to the top
Here you can find lines similar to these:Code: Select all
Everything Version 1.4.1.988 (x64) Windows NT 6.2 Processors 2 IsAdmin 0 AppData 0 Service 1 cmdline "C:\Tools\Everything\Everything.exe"
- Post your lines here.
( Especially the IsAdmin line is important; If you are somehow running as administrator, that line will read IsAdmin 1 - Press escape in the debug window
- Go back to Everything
- Close the debug window:
In Everything's search bar, typeand press ENTER/debug
Re: default editor for txt files
Double check that you are still using the Everything Service & not running "As Administrator".
Re: default editor for txt files
Hello NotNull and therube --
Thanks for responding.
My first lines in /debug are
Everything
Version 1.4.1.992 (x64)
Windows NT 6.2
Processors 4
IsAdmin 1
AppData 1
Service 1
cmdline "C:\Program Files\Everything\Everything.exe" -isrunas -startup
WM_ACTIVATE 0000000000000000 0000000000000000, lastfocus 00000000001a1b80, current focus 00000000001a1b80
update index C:
IsAdmin, AppData and cmdline don't match your example.
In Everything Options
- Run as administrator is not checked
- Store settings and data in %APPDATA%\Everything is checked
- are -isrunas and -startup set wrong?
In Windows > Services > Services (Local)
Everything has no description; Status is "Running", Startup Type is "Automatic", Log On As is "Local System"
Thanks in advance for your continued help.
Stephen Mehl
Thanks for responding.
My first lines in /debug are
Everything
Version 1.4.1.992 (x64)
Windows NT 6.2
Processors 4
IsAdmin 1
AppData 1
Service 1
cmdline "C:\Program Files\Everything\Everything.exe" -isrunas -startup
WM_ACTIVATE 0000000000000000 0000000000000000, lastfocus 00000000001a1b80, current focus 00000000001a1b80
update index C:
IsAdmin, AppData and cmdline don't match your example.
In Everything Options
- Run as administrator is not checked
- Store settings and data in %APPDATA%\Everything is checked
- are -isrunas and -startup set wrong?
In Windows > Services > Services (Local)
Everything has no description; Status is "Running", Startup Type is "Automatic", Log On As is "Local System"
Thanks in advance for your continued help.
Stephen Mehl
Re: default editor for txt files
After doing nothing except the commands you suggested ...
it works now.
Thank you
Stephen
it works now.
Thank you
Stephen
Re: default editor for txt files
Your IsAdmin 1 tells us that you are indeed running as administrator.
That is caused by the -isrunas in cmdline "C:\Program Files\Everything\Everything.exe" -isrunas -startup
I'm a bit surprised that all is OK now.
If you reopen the debug console, does it now tell you IsAdmin 0 ?
That is caused by the -isrunas in cmdline "C:\Program Files\Everything\Everything.exe" -isrunas -startup
I'm a bit surprised that all is OK now.
If you reopen the debug console, does it now tell you IsAdmin 0 ?