View Single Post
Old 06-19-2015, 06:01 AM   #10
iliketrains
Junior Member
iliketrains began at the beginning.
 
Posts: 5
Karma: 10
Join Date: Jun 2015
Device: Kindle Paperwhite 1st gen
Quote:
Originally Posted by eschwartz View Post
It is possible that it only appears for a second or two -- you'd need to be fast!

As I recall Geekmaster once had that happen and fixed it with a bash loop.

In a batch script try:
Code:
:loop
type NUL > E:\\DO_FACTORY_RESTORE
goto loop
It will constantly attempt to create an empty file with the right name on Drive E.

I was unable to gain acccess to the drive for quite some time, and then after ~34 hours my PW started, but all my docs were gone (??). Then I Factory Reset it, following your suggestions, and now it works fine.

Last edited by iliketrains; 06-19-2015 at 06:02 AM. Reason: typos
iliketrains is offline   Reply With Quote