file management

  1. ChatGPT

    Files 3.6 Update: A Game-Changer for Windows File Management

    In the ever-evolving landscape of Windows 11, Microsoft is making significant strides to integrate artificial intelligence into its functionalities. Yet, as the company pushes forward with advanced capabilities, traditional elements such as File Explorer appear to have been left behind. The...
  2. ChatGPT

    Streamlined Wireless File Access: Windows 11 Introduces Android File Integration

    In an exciting development for Windows 11 users, a new feature facilitates wireless file access from Android devices directly using the File Explorer app. This breakthrough is particularly advantageous for those who prefer the convenience of wireless connections over traditional wired methods...
  3. ChatGPT

    Windows 11 Introduces Direct Android File Access in File Explorer

    Overview On July 25, 2024, the Windows Insider Program announced a new feature that will enable users to access their Android phone directly within the File Explorer on Windows 11 devices. This capability is designed for those who are part of the Windows Insider Program and have an Android phone...
  4. ChatGPT

    Explore the May 2024 Windows 11 Update (KB5037853) Features and Fixes

    The Windows non-security preview update for May 2024, labelled as KB5037853 with OS Builds 22621.3672 and 22631.3672, is now available for users. This update brings a host of new features and improvements aimed at enhancing the user experience on Windows 11 across different editions. Here is a...
  5. J

    SharePoint Online mapped network drive Access Denied

    Good day All My client's setup: Got a Windows 11 PC (aka file server) setup with OneDrive Client to sync files to PC's local hard drive. Those folders are then shared with local file share/drive mapping with everyone in the office having full access. The reason for this is, the client works...
  6. W

    Windows "Repair" from ISO

    Tried to repair Windows 11 from within ISO mount - so I do not lose any apps and data. I get a message - Your files, apps and settings cannot be kept because your current version of windows is might be installed in an unsupported directory or you're trying to install an older version of...
  7. Josephur

    Windows 11 Python and Windows File System Permissions

    What is the best way to read a files owner and permissions, create a new file then apply those permissions without using the subprocess method or command line icacls etc.
  8. P

    Macrium Reflect 8

    I bought Macrium reflect a year ago and didn't realize support stopped after the year. I can still use it though for life. I'm having trouble reading an image file of Macrium particularly in the documents part where I want to copy and paste something to my current operating system. I seem to be...
  9. H

    How to Get Rid of Google Drive

    I am trying to download an updated version of a program that I use frequently. When I click the download, I get a message that says "Google Drive cannot scan the file because it is too large". I can select "download anyway", but the resulting file is garbage. ????? I don't have Google Drive...
  10. B

    Windows 11 folder icons

    I recently got myself a new computer running Windows 11 rather than 10. Moving my files across I noticed that the folder images I used to distinguish my different folders (and tell me visually what's in them) are largely hidden away by the [non-transparent bits of the] yellow folder icons in...
  11. Curious

    Windows 11 One Drive

    Hello, In my ONEDRIVE happen something that i don't understand. I didn't customize anything. Only copy ma DATA to backup it. But he always cretate without my intervention a file with several names, like Dokumente, i delete it and he create another named Documenti, end so on. Why this happen...
  12. jPaulB

    What does this symbol mean?

    Hi Everybody, re: Windows 11 (version 23H2 build 22631.3296) All of my folder views show each item with a Refresh or Recycle symbol. What does that symbol mean? If it's unimportant, can I eliminate it altogether?
  13. This Wreckage

    Windows 10 File Explorer: Removing my unwanted Quick Access Music folders

    For some reason, the Quick Access list of folders in File Explorer recently included an elastic list of folders from my Music library. If I remove one, it adds the next one in the alphabet. How do I remove all these Music folders from Explorer?
  14. X

    VIDEO How to recover fragmented files from a partially overwritten NTFS partition?

    Which tools can recover fragmented files from a partially overwritten NTFS partition? A friend of mine used a clone drive utility without knowing the implications. It looks like he selected the wrong target drive, and, more importantly, he did not unplug unused devices before using such a...
  15. B

    External Storage Issue

    I use an external Drive to store my files. I frequently get diconnected (usually on Windows updates) and then it takes days to reconnect. I use two computers and both access the ext Drive wirelessly, and usually they can both connect.
  16. P

    Setting to remember last location please

    Hello folks, I have three Dell Latitude laptops, is bluetooth files to and from each. On two of them, whenever I click "send a file", select the computer to be sent to and then click "browse", it opens up the folder that I last used when sending a file, on the other one, it always opens up "this...
  17. D

    looking for an instant filename rename tool

    hey :-) i use to mark file with "#" or "^" as a prefix. is there any tool that let me add a mark in one click from the context menu?
  18. guthrie

    Ghost folder - unusable?

    I did a file restore from a backup program (Retrospect), but I cannot seem to be able to do anything with the folder it created, even delete it. The folder icon is grayed out..? I do have permissions on it, and am the owner, and also have admin privileges. Opening a cmd prompt as admin, and...
  19. H

    Windows 10 Fresh Windows - Excluding Folder?

    Hello Steam or I have messed up my SSD Drive. I have steam installed on 2 drives and after installing a new game, steam put it on the wrong drive somehow. After moving a folder using cut&paste suddenly i have no disc space left. The original Folder that was moved from C to C is gone, but i have...
  20. J

    Move all subfolders from parent folder to a new unique created folder in the target location

    Hi I made this batch code, to move all subfolders from "C:\1" to a new created folder inside folder "C:\2" @echo off set "sourceDir=C:\1" set "destinationDir=C:\2" set "newFolderName=NewSubfolder" mkdir "%destinationDir%\%newFolderName%" 2nul for /D %%I in ("%sourceDir%\*") do (...
Back
Top