Windows 10: Windows uses file paths the wrong way

Discus and support Windows uses file paths the wrong way in Windows 10 Gaming to solve the problem; When typing filepaths into, for example, the windows explorer, it automatically messes up the path by replacing the slashes with backward slashes. The... Discussion in 'Windows 10 Gaming' started by Cedric Hanebaum, Oct 25, 2023.

  1. Windows uses file paths the wrong way


    When typing filepaths into, for example, the windows explorer, it automatically messes up the path by replacing the slashes with backward slashes. The same applies to many other applications, like the command prompt. Where can I disable this behavior?

    :)
     
    Cedric Hanebaum, Oct 25, 2023
    #1

  2. Add a path to $PATH?

    Yeah, I think you're right. I think the purpose of the echo command was to check if ~/bin was in the $PATH file. My problem is that I can't decipher the output and I don't know how to add ~/bin to the $PATH file.

    Just for clarification, the snippet of instructions I gave is just a few steps in the installation process. Nothing is actually supposed to be installed with those steps.

    Thanks for the reply.
     
    angelkiller, Oct 25, 2023
    #2
  3. slozomby Win User
    Recent File List

    Remove-ItemProperty -Path "Registry::HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion
    \Applets\Paint\Recent File List" -name file1

    Remove-ItemProperty -Path "Registry::HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion
    \Applets\Paint\Recent File List" -name file2
    Remove-ItemProperty -Path "Registry::HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion
    \Applets\Paint\Recent File List" -name file3
    Remove-ItemProperty -Path "Registry::HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion
    \Applets\Paint\Recent File List" -name file4
    Remove-ItemProperty -Path "Registry::HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion
    \Applets\Paint\Recent File List" -name file5
    Remove-ItemProperty -Path "Registry::HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion
    \Applets\Paint\Recent File List" -name file6
    Remove-ItemProperty -Path "Registry::HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion
    \Applets\Paint\Recent File List" -name file7
    Remove-ItemProperty -Path "Registry::HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion
    \Applets\Paint\Recent File List" -name file8
    Remove-ItemProperty -Path "Registry::HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion
    \Applets\Paint\Recent File List" -name file9
    ...

    you get the idea. ( too lazy to put it in a for loop and test it.

    or just open regedit and remove all the fileX from that key.
     
    slozomby, Oct 25, 2023
    #3
  4. Windows uses file paths the wrong way

    Add a path to $PATH?

    what exactly do you need to decipher about that path line? also, what are you installing? perhaps i can help.
     
    Easy Rhino, Oct 25, 2023
    #4
Thema:

Windows uses file paths the wrong way

Loading...
  1. Windows uses file paths the wrong way - Similar Threads - uses file paths

  2. What is wrong with this way to change OneDrive Folder to physical path

    in Windows 10 Gaming
    What is wrong with this way to change OneDrive Folder to physical path: What I do is: 1. goto the onedrive folder I want to move2. Enter the wished for physical path into the edit box and confirm this with OK3. This brings up the Move Folder dialog, where I use the Yes button.As a result of this I always have the error dialog "The folder can't be...
  3. What is wrong with this way to change OneDrive Folder to physical path

    in Windows 10 Software and Apps
    What is wrong with this way to change OneDrive Folder to physical path: What I do is: 1. goto the onedrive folder I want to move2. Enter the wished for physical path into the edit box and confirm this with OK3. This brings up the Move Folder dialog, where I use the Yes button.As a result of this I always have the error dialog "The folder can't be...
  4. What is wrong with this way to change OneDrive Folder to physical path

    in Windows 10 Installation and Upgrade
    What is wrong with this way to change OneDrive Folder to physical path: What I do is: 1. goto the onedrive folder I want to move2. Enter the wished for physical path into the edit box and confirm this with OK3. This brings up the Move Folder dialog, where I use the Yes button.As a result of this I always have the error dialog "The folder can't be...
  5. Forfiles "del @file" using wrong path for delete

    in Windows 10 Gaming
    Forfiles "del @file" using wrong path for delete: I have a batch using forfiles command to regularly delete old files.forfiles /p C:\A\B\C\D\E\ /s /m *.abc /d -10 /c "cmd /c del @file"It works well so far on 5 PCs WIN7 and WIN10, but on one also Win7 doing it wrong:Finds the file, so echo @path is C:\A\B\C\D\E\file1.abc is...
  6. Forfiles "del @file" using wrong path for delete

    in Windows 10 Software and Apps
    Forfiles "del @file" using wrong path for delete: I have a batch using forfiles command to regularly delete old files.forfiles /p C:\A\B\C\D\E\ /s /m *.abc /d -10 /c "cmd /c del @file"It works well so far on 5 PCs WIN7 and WIN10, but on one also Win7 doing it wrong:Finds the file, so echo @path is C:\A\B\C\D\E\file1.abc is...
  7. C# Project File Uses Wrong Paths

    in Windows 10 Gaming
    C# Project File Uses Wrong Paths: In VS 2022 I am trying to create a C# Winforms project file that contains the references I frequently use ad links to files I regularly use.My base project directory is D:\Data\Visual Studio 2022\ProjectsWhen I create a new project based on the template the path of the linked...
  8. C# Project File Uses Wrong Paths

    in Windows 10 Software and Apps
    C# Project File Uses Wrong Paths: In VS 2022 I am trying to create a C# Winforms project file that contains the references I frequently use ad links to files I regularly use.My base project directory is D:\Data\Visual Studio 2022\ProjectsWhen I create a new project based on the template the path of the linked...
  9. Windows uses file paths the wrong way

    in Windows 10 Software and Apps
    Windows uses file paths the wrong way: When typing filepaths into, for example, the windows explorer, it automatically messes up the path by replacing the slashes with backward slashes. The same applies to many other applications, like the command prompt. Where can I disable this behavior?...
  10. Is there a way to shorten Network Drive file paths?

    in Windows 10 Network and Sharing
    Is there a way to shorten Network Drive file paths?: We are currently using Network Locations to access our company SharePoint files. We decided to use Network Location instead of OneDrive, because OneDrive has a delay of 5-15 between a person uploading a file and other people seeing the file on their file explorer.However, we...