Removing the annoying alert of "If you change a file name extension, the file may become unusable..." #4230
BengbuGuards
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
if you know how to remove it, then look at adding a module to windhawk (https://windhawk.net) that does this as this is beyond what EP is for I think. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
If you are an advance computer user, you would know what you are doing when changing a extension name. So I did a research on it. The alert dialog is related to the lib
windows.storage.dll
, in functionRenameItemHelper
. We can make an injection to it.Beta Was this translation helpful? Give feedback.
All reactions