Windows 10: Bizarre USB Drive issue - cannot create or write files, unless they are shortcut files...

Discus and support Bizarre USB Drive issue - cannot create or write files, unless they are shortcut files... in Windows 10 Network and Sharing to solve the problem; It's even weirder than the title suggests - if I format the USB memory card to NTFS, everything works fine. I have to format as FAT32 unfortunately -... Discussion in 'Windows 10 Network and Sharing' started by HailVectron, Jul 30, 2020.

  1. Bizarre USB Drive issue - cannot create or write files, unless they are shortcut files...


    It's even weirder than the title suggests - if I format the USB memory card to NTFS, everything works fine. I have to format as FAT32 unfortunately - for a 3D printer, and that's where the problem starts.


    Starting with a newly formatted, totally empty card, which is only 64MB in size. Copy a 2 KB txt file, and it pops up "Destination Folder Access Denied" - "You'll need to provide administrator permission to copy to this folder". I am administrator, I'm the only one, I've checked.


    Pressing the UAC Continue button with Shield, it then fails with "You need permission to perform this action".


    However, I can right click, Create Folder fine - I can also copy across a 3KB shortcut file from my desktop - that writes fine! I can copy across an empty folder, but if there is a file in the folder, then I get prompted again, and it fails.


    This has been going on for months - and I've tried every solution I've been able to find. Nothing has worked.

    :)
     
    HailVectron, Jul 30, 2020
    #1
  2. Flava0ne Win User

    Creating Shortcuts with Batch File

    Tried both of the VB Scripts that you provided and adding the 9 switch to the batch file but neither was able to create a shortcut to my desktop.
     
    Flava0ne, Jul 30, 2020
    #2
  3. Flava0ne Win User
    Creating Shortcuts with Batch File

    I've created a Batch file which calls on the following VB Script to be able to create a shortcut to my desktop:

    VB Script (named createLink.vbs):
    Code: set objWSHShell = CreateObject("WScript.Shell") set objFso = CreateObject("Scripting.FileSystemObject") ' command line arguments ' TODO: error checking sShortcut = objWSHShell.ExpandEnvironmentStrings(WScript.Arguments.Item(0)) sTargetPath = objWSHShell.ExpandEnvironmentStrings(WScript.Arguments.Item(1)) sWorkingDirectory = objFso.GetAbsolutePathName(sShortcut) set objSC = objWSHShell.CreateShortcut(sShortcut) objSC.TargetPath = sTargetPath objSC.WorkingDirectory = sWorkingDirectory objSC.Save[/quote] Batch File Example (for Windows Notepad):
    Code: @Echo off cscript createLink.vbs "C:\Users\Administrator\Desktop\Notepad.lnk" "C:\Windows\System32\notepad.exe"[/quote] But after creating the shortcut using this method, I'm not able to assign a custom icon for the shortcut. I get the following error message when trying to do so:


    Bizarre USB Drive issue - cannot create or write files, unless they are shortcut files... Error503.jpg


    Any help and ideas on what I need to put into the VB Script and/or Batch File to be able to do this would be greatly appreciated! *Big Grin Bizarre USB Drive issue - cannot create or write files, unless they are shortcut files... :D

    Also, I know that I can simply do this by going to Start Menu\All Programs\Accessories\ right-clicking on Notepad and selecting Send to\Desktop (create shortcut). Easy enough for creating a single shortcut. But I need to create several multiple shortcuts and using this Batch/VBS method would really save me a lot of time in doing so.
     
    Flava0ne, Jul 30, 2020
    #3
  4. Bizarre USB Drive issue - cannot create or write files, unless they are shortcut files...

    Creating Shortcuts with Batch File

    Hmm, I just tried it and it worked fine. Maybe try running the batch as administrator? Also, right click on the desktop after the shortcut is created and click Refresh.

    If the file in the third parameter doesn't exist, it assumes the icon is in the application.
     
    FordGT90Concept, Jul 30, 2020
    #4
Thema:

Bizarre USB Drive issue - cannot create or write files, unless they are shortcut files...

Loading...
  1. Bizarre USB Drive issue - cannot create or write files, unless they are shortcut files... - Similar Threads - Bizarre USB Drive

  2. My usb drive keeps creating a shortcut to a hidden file in the ubs drive

    in Windows 10 Gaming
    My usb drive keeps creating a shortcut to a hidden file in the ubs drive: My usb drive keeps creating a shortcut to a hidden file in the ubs drive; all files i put to the usb drive keep going to that hidden folder. When i delete the shortcut after i put the disk in and the shortcut is back there....
  3. My usb drive keeps creating a shortcut to a hidden file in the ubs drive

    in Windows 10 Software and Apps
    My usb drive keeps creating a shortcut to a hidden file in the ubs drive: My usb drive keeps creating a shortcut to a hidden file in the ubs drive; all files i put to the usb drive keep going to that hidden folder. When i delete the shortcut after i put the disk in and the shortcut is back there....
  4. My usb drive keeps creating a shortcut to a hidden file in the ubs drive

    in Windows 10 Drivers and Hardware
    My usb drive keeps creating a shortcut to a hidden file in the ubs drive: My usb drive keeps creating a shortcut to a hidden file in the ubs drive; all files i put to the usb drive keep going to that hidden folder. When i delete the shortcut after i put the disk in and the shortcut is back there....
  5. 2T USB Thumb Drive write issues

    in Windows 10 Support
    2T USB Thumb Drive write issues: I bought a 2T Thumb Drive from China (I know but US wasnt making them at the time) so anyway on my first initial write to the drive lots of info was passed to it. Time passed not sure how much, but on my second attempt to write to the drive I created a new folder on the drive...
  6. Creating a reg file or shortcut.

    in Windows 10 Ask Insider
    Creating a reg file or shortcut.: Is there any way I can create shortcut or reg file to enable/disable a rule of Inbound and Outbound of Windows Defender Firewall with Advanced Security? submitted by /u/npc73 [link] [comments]...
  7. Will not write to USB drive

    in Windows 10 Drivers and Hardware
    Will not write to USB drive: My Windows 10 OS has decided it does not like USB flash drives any more. It knows one is plugged in, there is a bleep when it's plugged in, File Manager shows it as "USB Drive H:", Device Manager shows it as a mass storage device and it is present as a hidden icon on the...
  8. Creating a shortcut to a programme on a usb drive.

    in Windows 10 Support
    Creating a shortcut to a programme on a usb drive.: hey folks, I want to be able to create a shortcut to launch a programme that is stored in a folder on a usb drive and have that shortcut on the actual usb drive itself, not on windows desktop as that way is easy enough to do, just send to desktop. I use a few different...
  9. cannot write on USB hard drive

    in Windows 10 Drivers and Hardware
    cannot write on USB hard drive: hello my problem is kinda strange and very annoying this problem started a month ago when i try to access , copy or read data from my HDD there is no problem at all but when i try to copy or move new data to my External hard drive copying speed drops from 30-60 Mb/s to...
  10. cannot create a file on c drive

    in Windows 10 Support
    cannot create a file on c drive: Hi, Anywhere on the c drive, I cannot create files. I can only create folders. How can I change this ? Where in Windows 10 can I set myself as the power user ? 61559