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...
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...
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...
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...
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...
access denied
cloud sync
filemanagementfile permissions
file server
file sharing
home users
local storage
mapped drive
network drive
onedrive
sharepoint
sync issues
tech support
user access
windows 11
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...
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.
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...
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...
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...
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...
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?
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?
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...
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.
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...
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...
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...
ccleaner
computer hardware
data recovery
disk cleanup
disk space
drive initialization
error resolution
filemanagement
fresh install
game folder
gaming setup
hard drive
ssd
steam
storage
system configuration
troubleshooting
windows 10
windows issues
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 (...