Windows 10 Deleting Locked .ttf files
I've got a few font files (.ttf) lying around from a directory I deleted, I've been trying to delete them but it's really not working, this is what I've tried so far and what the results were
Deleting in explorer:
Require Admin Permissions
Deleting in cmd
Access Denied
Deleting in explorer as admin
File is open in system
Deleting in cmd as admin
Access Denied
Killing explorer and deleting in cmd
Access Denied
Deleting with file assassin:
Corrupted File? I can't remove it, and notepad++ tells me the file doesn't exist, it is definitely different than the others, but I'm not sure how.
I really hate having these files stuck in my system, is there anything else that I should be trying to get rid of these files?
Thanks for your time.
windows command-line file-permissions
add a comment |
I've got a few font files (.ttf) lying around from a directory I deleted, I've been trying to delete them but it's really not working, this is what I've tried so far and what the results were
Deleting in explorer:
Require Admin Permissions
Deleting in cmd
Access Denied
Deleting in explorer as admin
File is open in system
Deleting in cmd as admin
Access Denied
Killing explorer and deleting in cmd
Access Denied
Deleting with file assassin:
Corrupted File? I can't remove it, and notepad++ tells me the file doesn't exist, it is definitely different than the others, but I'm not sure how.
I really hate having these files stuck in my system, is there anything else that I should be trying to get rid of these files?
Thanks for your time.
windows command-line file-permissions
add a comment |
I've got a few font files (.ttf) lying around from a directory I deleted, I've been trying to delete them but it's really not working, this is what I've tried so far and what the results were
Deleting in explorer:
Require Admin Permissions
Deleting in cmd
Access Denied
Deleting in explorer as admin
File is open in system
Deleting in cmd as admin
Access Denied
Killing explorer and deleting in cmd
Access Denied
Deleting with file assassin:
Corrupted File? I can't remove it, and notepad++ tells me the file doesn't exist, it is definitely different than the others, but I'm not sure how.
I really hate having these files stuck in my system, is there anything else that I should be trying to get rid of these files?
Thanks for your time.
windows command-line file-permissions
I've got a few font files (.ttf) lying around from a directory I deleted, I've been trying to delete them but it's really not working, this is what I've tried so far and what the results were
Deleting in explorer:
Require Admin Permissions
Deleting in cmd
Access Denied
Deleting in explorer as admin
File is open in system
Deleting in cmd as admin
Access Denied
Killing explorer and deleting in cmd
Access Denied
Deleting with file assassin:
Corrupted File? I can't remove it, and notepad++ tells me the file doesn't exist, it is definitely different than the others, but I'm not sure how.
I really hate having these files stuck in my system, is there anything else that I should be trying to get rid of these files?
Thanks for your time.
windows command-line file-permissions
windows command-line file-permissions
edited Apr 8 '17 at 18:31
djsmiley2k
4,96312335
4,96312335
asked Sep 22 '16 at 6:51
VelvacaineVelvacaine
111
111
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
Open the Fonts folder located at C:WindowsFonts
Right-click the font you want to remove, and click Delete
If that doesn't work, you may have to edit the registry to remove the font references before deleting the .TTF files (on next reboot)
Registry key:
HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionFonts
See "Uninstalling a Font Manually Using Regedit" @ How to Reset Default System Font Settings (to Segoe UI) in Windows?
This didn't work, to be clear these aren't fonts in the C:WindowsFonts, they came from an IDE called CrossCore Embedded Studio, I am trying to delete it and the font files cannot be removed. I did find the registry keys for the fonts, deleted them and rebooted, but I still cannot delete the fonts in explorer or cmd. I get "Open in System" in explorer and "Access Denied" in cmd
– Velvacaine
Sep 22 '16 at 14:16
It's possible that a service may be using the .ttf. Run Process Explorer and see which process is using the .ttf file.
– Win32Guy
Sep 22 '16 at 17:12
add a comment |
Have you tried MoveFile? It'll schedule the file to be deleted at the next reboot, before any process can get their claws in it.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1127012%2fwindows-10-deleting-locked-ttf-files%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Open the Fonts folder located at C:WindowsFonts
Right-click the font you want to remove, and click Delete
If that doesn't work, you may have to edit the registry to remove the font references before deleting the .TTF files (on next reboot)
Registry key:
HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionFonts
See "Uninstalling a Font Manually Using Regedit" @ How to Reset Default System Font Settings (to Segoe UI) in Windows?
This didn't work, to be clear these aren't fonts in the C:WindowsFonts, they came from an IDE called CrossCore Embedded Studio, I am trying to delete it and the font files cannot be removed. I did find the registry keys for the fonts, deleted them and rebooted, but I still cannot delete the fonts in explorer or cmd. I get "Open in System" in explorer and "Access Denied" in cmd
– Velvacaine
Sep 22 '16 at 14:16
It's possible that a service may be using the .ttf. Run Process Explorer and see which process is using the .ttf file.
– Win32Guy
Sep 22 '16 at 17:12
add a comment |
Open the Fonts folder located at C:WindowsFonts
Right-click the font you want to remove, and click Delete
If that doesn't work, you may have to edit the registry to remove the font references before deleting the .TTF files (on next reboot)
Registry key:
HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionFonts
See "Uninstalling a Font Manually Using Regedit" @ How to Reset Default System Font Settings (to Segoe UI) in Windows?
This didn't work, to be clear these aren't fonts in the C:WindowsFonts, they came from an IDE called CrossCore Embedded Studio, I am trying to delete it and the font files cannot be removed. I did find the registry keys for the fonts, deleted them and rebooted, but I still cannot delete the fonts in explorer or cmd. I get "Open in System" in explorer and "Access Denied" in cmd
– Velvacaine
Sep 22 '16 at 14:16
It's possible that a service may be using the .ttf. Run Process Explorer and see which process is using the .ttf file.
– Win32Guy
Sep 22 '16 at 17:12
add a comment |
Open the Fonts folder located at C:WindowsFonts
Right-click the font you want to remove, and click Delete
If that doesn't work, you may have to edit the registry to remove the font references before deleting the .TTF files (on next reboot)
Registry key:
HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionFonts
See "Uninstalling a Font Manually Using Regedit" @ How to Reset Default System Font Settings (to Segoe UI) in Windows?
Open the Fonts folder located at C:WindowsFonts
Right-click the font you want to remove, and click Delete
If that doesn't work, you may have to edit the registry to remove the font references before deleting the .TTF files (on next reboot)
Registry key:
HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionFonts
See "Uninstalling a Font Manually Using Regedit" @ How to Reset Default System Font Settings (to Segoe UI) in Windows?
answered Sep 22 '16 at 7:03
Win32GuyWin32Guy
7,29122434
7,29122434
This didn't work, to be clear these aren't fonts in the C:WindowsFonts, they came from an IDE called CrossCore Embedded Studio, I am trying to delete it and the font files cannot be removed. I did find the registry keys for the fonts, deleted them and rebooted, but I still cannot delete the fonts in explorer or cmd. I get "Open in System" in explorer and "Access Denied" in cmd
– Velvacaine
Sep 22 '16 at 14:16
It's possible that a service may be using the .ttf. Run Process Explorer and see which process is using the .ttf file.
– Win32Guy
Sep 22 '16 at 17:12
add a comment |
This didn't work, to be clear these aren't fonts in the C:WindowsFonts, they came from an IDE called CrossCore Embedded Studio, I am trying to delete it and the font files cannot be removed. I did find the registry keys for the fonts, deleted them and rebooted, but I still cannot delete the fonts in explorer or cmd. I get "Open in System" in explorer and "Access Denied" in cmd
– Velvacaine
Sep 22 '16 at 14:16
It's possible that a service may be using the .ttf. Run Process Explorer and see which process is using the .ttf file.
– Win32Guy
Sep 22 '16 at 17:12
This didn't work, to be clear these aren't fonts in the C:WindowsFonts, they came from an IDE called CrossCore Embedded Studio, I am trying to delete it and the font files cannot be removed. I did find the registry keys for the fonts, deleted them and rebooted, but I still cannot delete the fonts in explorer or cmd. I get "Open in System" in explorer and "Access Denied" in cmd
– Velvacaine
Sep 22 '16 at 14:16
This didn't work, to be clear these aren't fonts in the C:WindowsFonts, they came from an IDE called CrossCore Embedded Studio, I am trying to delete it and the font files cannot be removed. I did find the registry keys for the fonts, deleted them and rebooted, but I still cannot delete the fonts in explorer or cmd. I get "Open in System" in explorer and "Access Denied" in cmd
– Velvacaine
Sep 22 '16 at 14:16
It's possible that a service may be using the .ttf. Run Process Explorer and see which process is using the .ttf file.
– Win32Guy
Sep 22 '16 at 17:12
It's possible that a service may be using the .ttf. Run Process Explorer and see which process is using the .ttf file.
– Win32Guy
Sep 22 '16 at 17:12
add a comment |
Have you tried MoveFile? It'll schedule the file to be deleted at the next reboot, before any process can get their claws in it.
add a comment |
Have you tried MoveFile? It'll schedule the file to be deleted at the next reboot, before any process can get their claws in it.
add a comment |
Have you tried MoveFile? It'll schedule the file to be deleted at the next reboot, before any process can get their claws in it.
Have you tried MoveFile? It'll schedule the file to be deleted at the next reboot, before any process can get their claws in it.
answered Sep 22 '16 at 20:37
TofystedethTofystedeth
1011
1011
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1127012%2fwindows-10-deleting-locked-ttf-files%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown