• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Paul Clapham
  • Tim Cooke
  • Ron McLeod
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Junilu Lacar
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Stephan van Hulst
  • Peter Rooke
  • Mikalai Zaikin
Bartenders:
  • Himai Minh

Why Windows 11 does not ask me what I want to do with a repeated file when I paste it?

 
Ranch Hand
Posts: 87
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello g day, this PC is new and I want to know how to do that, so that there are not 2 times the same file and occupy more room.  How do I make this function appear?
Thanks
 
Marshal
Posts: 4218
555
Android Eclipse IDE TypeScript Redhat MicroProfile Quarkus Java Linux
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Can you give an example?  Which files; how to they get there?
 
Bruno Valdeolmillos
Ranch Hand
Posts: 87
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Ron McLeod wrote:Can you give an example?  Which files; how to they get there?


With .mp4.  Well in my previous windows 7, when pasting files that had the same name it asked me, what do you want to do? replace the file, overwrite it or do nothing, that's what I want to do in windows 11
 
Rancher
Posts: 4955
38
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What does Win11 do?  Replace or give new name?
Are there two files with the same name in the target folder after the paste?
Can you open a command prompt window, change to the target directory and enter the dir command to display the directory's contents?
 
Bruno Valdeolmillos
Ranch Hand
Posts: 87
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
in my case I simply paste the files keeping both files with the same name, size, format, etc. I don't know what exactly you mean with command prompt but I guess I can access, so I googled
 
Norm Radder
Rancher
Posts: 4955
38
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

keeping both files with the same name, size, format, etc


Interesting how an OS can keep two files with the same names in the same folder.  There must be something different about their names.
 
Rancher
Posts: 1082
29
Netbeans IDE Oracle MySQL Database Tomcat Server C++ Java
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Windows 11 puts an extension in the name of the file " - Copy" and if it be more than 1 copy it will sequentially number the copies as they are pasted into the folder, so:

test.txt
test - Copy.txt
test - Copy (2).txt
test - Copy (3).txt ... and etc
 
Bruno Valdeolmillos
Ranch Hand
Posts: 87
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Norm Radder wrote:

keeping both files with the same name, size, format, etc


Interesting how an OS can keep two files with the same names in the same folder.  There must be something different about their names.


Nope..is the same,the only difference is in the final name s file this >>>>(1)
 
Bruno Valdeolmillos
Ranch Hand
Posts: 87
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Les Morgan wrote:Windows 11 puts an extension in the name of the file " - Copy" and if it be more than 1 copy it will sequentially number the copies as they are pasted into the folder, so:

test.txt
test - Copy.txt
test - Copy (2).txt
test - Copy (3).txt ... and etc



Exactly. But this isnt my problem . O dont know how fix it
 
Saloon Keeper
Posts: 14844
334
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I think it only does this when you copy from a folder to the same folder.

Why would it ask you what you want to do? Either you want to copy the file but with a different name (which it does), or you don't want to copy at all, in which case... just don't copy the file.
 
Norm Radder
Rancher
Posts: 4955
38
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Have you tried asking on google?  I see several responses there on this topic.  One said to use the File Explorer's menu to Reset to Default for fileexplorer's options.
 
reply
    Bookmark Topic Watch Topic
  • New Topic