• Welcome to TechPowerUp Forums, Guest! Please check out our forum guidelines for info related to our community.
  • The forums have been upgraded with support for dark mode. By default it will follow the setting on your system/browser. You may override it by scrolling to the end of the page and clicking the gears icon.

How do I remove a filecheck0000.chk

Raw

Joined
Mar 22, 2011
Messages
551 (0.11/day)
System Name it's a computer
Processor INTEL i5-2500K OC'ed @ 4.5GHz
Motherboard ASUS Z68-V DELUXE Gen3
Cooling NOCTURA NH-C14
Memory 16 GB CORSAIR Vengeance (4 x 4GB) 240-Pin DDR3 SDRAM DDR3 1600 (PC3 12800)
Video Card(s) EVGA GTX 970 SSC 4GB
Storage Intel® Solid-State Drive 730 Series SSDSC2BP240G4R5 2.5" 240GB SATA 6Gb/s MLC
Display(s) SAMSUNG 24HD Model # 2494 Sync Master
Case CM HAF 922
Audio Device(s) onboard
Power Supply CORSAIR Gold AX850 Full Modular
Software Windows 10
How do I remove a filecheck0000.chk file I found on my C:\ drive in Win 10?
Machine must have crashed and I never noticed and created the file.

I tried to delete it by changing attributes but you know... it won't let me.
I also tried changing the filename...it won't let me.
Tells me I need administrator permission. Of course I am administrator.
BUT this is Win 10 so am I really the administrator? Naw, I think not.
I did change the folder name, didn't help.
 
log with username "administrator"
 
Last edited:
windows always create account named administrator. no matter that you cant see it in account list.
if you type in username field administrator win will ask you to add and confirm administrator pass and then will log you in with account named "administrator". with it you will have a little more permisions then members of admin group (or at least in win xp there were difference).
 
  • Like
Reactions: Raw
Use an elevated command prompt and type what's in the code block below.

Code:
DEL /F /S /Q /A "full path of file you want to delete"
You don't have to use "" if there are no spaces, but I like to anyway.

Example:
Code:
Example: DEL /F /S /Q /A "C:\filecheck0000.chk"

If it still doesn't let you, then open task manager and then select explorer.exe then End Task. Then Try the what I put above again. Sometimes Explorer will stop you from deleting a file. Just remember to have the command prompt open. Once it's completed then do a restart or open Task manger again select "File" then new task then type Explorer.exe to start it back. :toast:
 
Use an elevated command prompt and type what's in the code block below.

Code:
DEL /F /S /Q /A "full path of file you want to delete"
You don't have to use "" if there are no spaces, but I like to anyway.

Example:
Code:
Example: DEL /F /S /Q /A "C:\filecheck0000.chk"

If it still doesn't let you, then open task manager and then select explorer.exe then End Task. Then Try the what I put above again. Sometimes Explorer will stop you from deleting a file. Just remember to have the command prompt open. Once it's completed then do a restart or open Task manger again select "File" then new task then type Explorer.exe to start it back. :toast:
Thank you so much Mindweaver. I dropped to DOS and your command did the trick.
It has been so many years since I used DOS I forget how much you can do with it.
I definitely owe you a bunch of beers.
 
As ordinary admin, Just right clicking on the drive, Properties, Clean diskspace and selecting all the possible options including these files, does not suffice?
 
Thank you so much Mindweaver. I dropped to DOS and your command did the trick.
It has been so many years since I used DOS I forget how much you can do with it.
I definitely owe you a bunch of beers.
No problem buddy! :toast:
 
Back
Top