-
-
Notifications
You must be signed in to change notification settings - Fork 482
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: win32 component to redirect file activation to Notepads to open any file types (including restricted file types like .bat .cmd etc.) #755
Open
soumyamahunt
wants to merge
34
commits into
0x7c13:master
Choose a base branch
from
soumyamahunt:advanced-activation
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@Jasonstein Since Notepads doesn't need to launch this desktop component in any way, it is included as a file for user and no |
soumyamahunt
changed the title
ImplementedWin32 component to redirect activation to UWP app
Implemented Win32 component to redirect activation to UWP app
Jan 15, 2021
soumyamahunt
changed the title
Implemented Win32 component to redirect activation to UWP app
feat: Win32 component to redirect file activation to Notepads and allow opening any file types (including restricted file types like .bat .cmd etc.)
Mar 29, 2021
Bumps [Microsoft.Windows.CppWinRT](https://github.com/Microsoft/cppwinrt) from 2.0.210312.4 to 2.0.210329.4. - [Release notes](https://github.com/Microsoft/cppwinrt/releases) - [Commits](microsoft/cppwinrt@2.0.210312.4...2.0.210329.4) Signed-off-by: dependabot[bot] <[email protected]>
…/Microsoft.Windows.CppWinRT-2.0.210329.4
soumyamahunt
changed the title
feat: Win32 component to redirect file activation to Notepads and allow opening any file types (including restricted file types like .bat .cmd etc.)
feat: win32 component to redirect file activation to Notepads to open any file types (including restricted file types like .bat .cmd etc.)
Apr 18, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR implements Win32 component which redirects file activation to Notepads. User can use this .exe file to open unsupported files with Notepads.
PR Type
What kind of change does this PR introduce?
Other information
While for Windows 10 2004 and later version user can open any file types with Notepads, users in earlier version of Windows 10 can use this desktop component to open unsupported file types.
Also, UWP restricted file types like batch file(.bat, .cmd etc.), VB Script files(.vbe, .vbs etc.) and .reg files show "Edit" shell menu entries which opens these file types in Windows Notepad and edit them. User can use desktop component either by modifying registry or copying the desktop component to System32 directory to open these file types with Notepads instead.