Solved Need permission to delete folder and file


GerryPeters

Well-known member
Member
Local time
12:55 PM
Posts
168
OS
WIN 11 PRO
The file is in Programdata folder/backblaze. I was able to delete all the files except 1 deep into several subfolders
 

My Computers

System One System Two

  • OS
    WIN 11 PRO
    Computer type
    PC/Desktop
    Manufacturer/Model
    Custom built - WIN 11 PRO 64-bit ,
    CPU
    Intel(R) Core(TM) i5-14400 2.50 Ghz,
    Motherboard
    ACER Z790 motherboard
    Memory
    32 Gigs
    Hard Drives
    256 gig M2 SSD boot HD, 3 internal HD's, 2 USB
  • Operating System
    Win 10 PRO
    Computer type
    PC/Desktop
    Manufacturer/Model
    CUSTOM
    CPU
    Haswell CPU 4790k @ 4.4GHz,
    Motherboard
    AsRock Z97 motherboard,
    Memory
    16 Gigs
    Hard Drives
    OS drive 250GB SSD,
How did you remove that app Backblaze. In the usual Windows settings or by Revo uninstaller?
If it was not with Revo, shortest way seems to me re-installing Backblaze and then removing it by Revo, whilst letting it remove all traces in registry and in (sub-)folders as well.

Another option is to display the name of the file here in the forum. Maybe someone has experienced the same problem before.

PS. Did you already try if a restart would help?
 

My Computer

System One

  • OS
    Windows 11 Pro 25H2 26200.8457
    Computer type
    PC/Desktop
    Manufacturer/Model
    Build by vendor to my specs
    CPU
    AMD Ryzen 7 5700G
    Motherboard
    MSI PRO B550M-P Gen3
    Memory
    Kingston FURY Beast 2x16GB DIMM DDR4 2666 CL16
    Graphics Card(s)
    MSI GeForce GT 730 2GB LP V1
    Sound Card
    Creative Sound Blaster Audigy FX
    Monitor(s) Displays
    Samsung S24E450F 24"
    Screen Resolution
    1920 x 1080
    Hard Drives
    1. SSD Crucial P5 Plus 500GB PCIe M.2
    2. SSD-SATA Crucial MX500-2TB
    PSU
    Corsair CV650W
    Case
    Cooler Master Silencio S400
    Cooling
    Cooler Master Hyper H412R with Be Quiet Pure Wings 2 PWM BL038 fan
    Keyboard
    Cherry Stream (wired, scissor keys)
    Mouse
    Asus WT465 (wireless)
    Internet Speed
    70 Mbps down / 80 Mbps up
    Browser
    Firefox 130.0
    Antivirus
    F-Secure (Internetprovider version)
    Other Info
    Router: FRITZBox 7490
    Oracle VirtualBox 7 for testing software on Win 10 or 11
Backblaze won't reinstall, because of that log file that I can't delete and the uninstall didn't delete it. . I've never used Revo

file name - bzrestore_20260428_16.log

Lots of reboots - didn't help
 

My Computers

System One System Two

  • OS
    WIN 11 PRO
    Computer type
    PC/Desktop
    Manufacturer/Model
    Custom built - WIN 11 PRO 64-bit ,
    CPU
    Intel(R) Core(TM) i5-14400 2.50 Ghz,
    Motherboard
    ACER Z790 motherboard
    Memory
    32 Gigs
    Hard Drives
    256 gig M2 SSD boot HD, 3 internal HD's, 2 USB
  • Operating System
    Win 10 PRO
    Computer type
    PC/Desktop
    Manufacturer/Model
    CUSTOM
    CPU
    Haswell CPU 4790k @ 4.4GHz,
    Motherboard
    AsRock Z97 motherboard,
    Memory
    16 Gigs
    Hard Drives
    OS drive 250GB SSD,
You might try to use 'ThisIsMyFile' (download it from here), a file-unlocking program.

I use it on my system, needed it rather frquently in the past, but nowadays seldomly.
It can be used as portable app (you'll have to install it that way, instructions included in the ZIP file) or it can be installed.
 

My Computer

System One

  • OS
    Windows 11 Pro 25H2 26200.8457
    Computer type
    PC/Desktop
    Manufacturer/Model
    Build by vendor to my specs
    CPU
    AMD Ryzen 7 5700G
    Motherboard
    MSI PRO B550M-P Gen3
    Memory
    Kingston FURY Beast 2x16GB DIMM DDR4 2666 CL16
    Graphics Card(s)
    MSI GeForce GT 730 2GB LP V1
    Sound Card
    Creative Sound Blaster Audigy FX
    Monitor(s) Displays
    Samsung S24E450F 24"
    Screen Resolution
    1920 x 1080
    Hard Drives
    1. SSD Crucial P5 Plus 500GB PCIe M.2
    2. SSD-SATA Crucial MX500-2TB
    PSU
    Corsair CV650W
    Case
    Cooler Master Silencio S400
    Cooling
    Cooler Master Hyper H412R with Be Quiet Pure Wings 2 PWM BL038 fan
    Keyboard
    Cherry Stream (wired, scissor keys)
    Mouse
    Asus WT465 (wireless)
    Internet Speed
    70 Mbps down / 80 Mbps up
    Browser
    Firefox 130.0
    Antivirus
    F-Secure (Internetprovider version)
    Other Info
    Router: FRITZBox 7490
    Oracle VirtualBox 7 for testing software on Win 10 or 11
i tried this is my file and I couldn't unlock the file or delete it. i didn't have permission. I'm using remote desktop on that computer
 

My Computers

System One System Two

  • OS
    WIN 11 PRO
    Computer type
    PC/Desktop
    Manufacturer/Model
    Custom built - WIN 11 PRO 64-bit ,
    CPU
    Intel(R) Core(TM) i5-14400 2.50 Ghz,
    Motherboard
    ACER Z790 motherboard
    Memory
    32 Gigs
    Hard Drives
    256 gig M2 SSD boot HD, 3 internal HD's, 2 USB
  • Operating System
    Win 10 PRO
    Computer type
    PC/Desktop
    Manufacturer/Model
    CUSTOM
    CPU
    Haswell CPU 4790k @ 4.4GHz,
    Motherboard
    AsRock Z97 motherboard,
    Memory
    16 Gigs
    Hard Drives
    OS drive 250GB SSD,
If the log file is opened by a "hidden" service, it can not be removed. It could be possibly removed via safe mode, but that is not really an option via a remote desktop. Maybe try autoruns and search for backblaze?
i didn't have permission.
Have you tried changing permissions via CMD or GUI? Make sure to remove inheritance and then replace all child object...
Code:
takeown /s %computername% /u %username% /f E:\Steam /r /d y
icacls E:\Steam /inheritance:r
icacls E:\Steam /grant:r %username%:(OI)(CI)F /t /l /q /c

capture_04292026_153732.webp
 

My Computer

System One

  • OS
    Home26H2Can
    Computer type
    PC/Desktop
    CPU
    AMD Ryzen 5 8600G (07/24)
    Motherboard
    ASROCK B650M-HDV/M.2 (07/24) BIOS 4.21 AGESA ComboAM5 1.3.0.1 (04/26)
    Memory
    2x32GB Kingston FURY DDR5 5600 MHz CL36 @5200 CL36 (07/24)
    Graphics Card(s)
    ASROCK Radeon RX 6600 Challenger D 8G @48FPS (08/24)
    Sound Card
    Creative Sound BlasterX AE-5 Plus (05/24)
    Monitor(s) Displays
    24" Philips 24M1N3200ZS/00 (05/24)
    Screen Resolution
    1920×1080@165Hz via DP1.4
    Hard Drives
    Kingston KC3000 NVMe 2TB (05/24)
    ADATA XPG GAMMIX S11 Pro 512GB (07/19)
    PSU
    Seasonic Core GM 550 Gold (04/24)
    Case
    Fractal Design Define 7 Mini with 3x Noctua NF-P14s/12@555rpm (04/24)
    Cooling
    Noctua NH-U12S with Noctua NF-P12 (04/24)
    Keyboard
    HP Pavilion Wired Keyboard 300 (07/24) + Rabalux 76017 Parker (01/24)
    Mouse
    Logitech M330 Silent Plus (01/26)
    Internet Speed
    500/100 Mbps via RouterOS (05/21) & TCP Optimizer
    Browser
    Edge, Brave for YouTube, LibreWolf for FB
    Antivirus
    NextDNS blocking 1/3 Traffic
    Other Info
    Phone: Motorola Moto G86 (02/26)
    Backup: Hasleo Backup Suite (PreOS)
    Headphones: Sennheiser RS170 (09/10)
    Chair: Huzaro Force 4.4 Grey Mesh (05/24)
    Notifier: Xiaomi Mi Band 9 Milanese (10/24)
    FlexCore USB-C 3.2 Gen 1 (M) to LAN (F) (08/25)
Hi, get yourself a copy of Emco Unlockit (free).
(Assuming that using remote access you can install a program).

That's not just an unlocker- it will also set up a task for you to delete items on restart - when- yes- no permisssion restrictions exist.
Done.

Neat program - I've recommended it a number of times on tenforums.
 

My Computer

System One

  • OS
    Windows 11 Pro
    Computer type
    Laptop
    Manufacturer/Model
    Lenovo t480s
    CPU
    i7-8650U
    Memory
    16GB
    Graphics Card(s)
    Intel UHD 620
    Screen Resolution
    1920x1080
    Hard Drives
    C SN810 SDCPNRY-512G-1006
    Browser
    Edge, Firefox
    Antivirus
    Defender
Unlockit worked. So easy to use, love the right clcik menu - brilliant program

Thanks
 

My Computers

System One System Two

  • OS
    WIN 11 PRO
    Computer type
    PC/Desktop
    Manufacturer/Model
    Custom built - WIN 11 PRO 64-bit ,
    CPU
    Intel(R) Core(TM) i5-14400 2.50 Ghz,
    Motherboard
    ACER Z790 motherboard
    Memory
    32 Gigs
    Hard Drives
    256 gig M2 SSD boot HD, 3 internal HD's, 2 USB
  • Operating System
    Win 10 PRO
    Computer type
    PC/Desktop
    Manufacturer/Model
    CUSTOM
    CPU
    Haswell CPU 4790k @ 4.4GHz,
    Motherboard
    AsRock Z97 motherboard,
    Memory
    16 Gigs
    Hard Drives
    OS drive 250GB SSD,
:thumbsup:
 

My Computer

System One

  • OS
    Windows 11 Pro
    Computer type
    Laptop
    Manufacturer/Model
    Lenovo t480s
    CPU
    i7-8650U
    Memory
    16GB
    Graphics Card(s)
    Intel UHD 620
    Screen Resolution
    1920x1080
    Hard Drives
    C SN810 SDCPNRY-512G-1006
    Browser
    Edge, Firefox
    Antivirus
    Defender
How did you remove that app Backblaze. In the usual Windows settings or by Revo uninstaller?
If it was not with Revo, shortest way seems to me re-installing Backblaze and then removing it by Revo, whilst letting it remove all traces in registry and in (sub-)folders as well.
I have to agree Revo may not be able to remove that file, However it will remove it on reboot.
 

My Computer

System One

  • OS
    Win 10 Pro 19045.6937 Win 11 25H2 VM
    Computer type
    Laptop
    Manufacturer/Model
    Dell Precicion 15 Workstation
    CPU
    Xeon W-10885M
    Motherboard
    Dell
    Memory
    64GB ECC DDR4 128GB max
    Graphics Card(s)
    Intel 1080p + Quadro RTX 5000 Max-Q 16GB 4K
    Sound Card
    onboard Realtec
    Monitor(s) Displays
    NA
    Screen Resolution
    1080p to 4k
    Hard Drives
    1 TB Samsung 9100 M2 SSD main
    2 TB Samsung 9100 M2 SSD storage
    500 GB Corsair T500 storage M2 SSD (6 TB max)
    PSU
    NA
    Case
    NA
    Cooling
    NA
    Keyboard
    backlit
    Mouse
    Logitec M720 Bluetooth Free scroll
    Internet Speed
    slow
    Browser
    Pale Moon 33.9.x.x - x64 AVX2 build
    Antivirus
    Windows Defender

Latest Support Threads

Back
Top Bottom