The Computer Oracle

Windows, disable rich-text copy

--------------------------------------------------
Hire the world's top talent on demand or became one of them at Toptal: https://topt.al/25cXVn
--------------------------------------------------

Music by Eric Matyas
https://www.soundimage.org
Track title: The World Wide Mind

--

Chapters
00:00 Windows, Disable Rich-Text Copy
01:03 Accepted Answer Score 7
01:33 Answer 2 Score 2
01:43 Answer 3 Score 2
02:00 Answer 4 Score 1
02:23 Thank you

--

Full question
https://superuser.com/questions/238256/w...

--

Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...

--

Tags
#windows #clipboard #rtf

#avk47



ACCEPTED ANSWER

Score 7


Take a look at PureText. I don't think there is a specific "OS-level setting" for disabling rich text in the clipboard, but the goal of PureText is to do exactly that.

It also gives you the flexibility of setting custom hotkeys for converting text to plain text format. By changing the hotkey to Ctrl-v, you can paste and convert the text in one shot.

enter image description here

Compatible with Windows 95 and up. PureText is freeware.




ANSWER 2

Score 2


Press Ctrl+Alt+V in Word to Paste Special, i.e. paste without formatting.




ANSWER 3

Score 2


I use Notepad to drop all the formatting

  1. Copy (Ctrl-C) the stuff you want
  2. Open Notepad
  3. Paste (Ctrl-V) into Notepad
  4. Select all (Ctrl-A) from Notepad
  5. Paste (Ctrl-V) into destination



ANSWER 4

Score 1


Use auto hot key, put a hook on clipboadrd change, get clipboard contents to a var, clear the clipboard and then set it back to clipboard. so the RTF will be lost.

Downside - looks like wont be able to copy files too. but can switch off script when you need to do that

see http://www.autohotkey.com/docs/misc/Clipboard.htm