473,396 Members | 2,016 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

How do I disable the clipboard in Windows XP

I need to disable the clipboard function in Windows XP. We are having a
problem with users using CTRL+C in one program, then using CTRL+V in another.
Specifically, they type their password into notepad, copy it to the
clipboard, then paste it in another program. The other program runs on
Windows XP. Obviously, the correct answer is to have the creators of the
other program to disable pasting in a password field, but they are reluctant
to change it.

Is there a registry key or a group policy setting that can disable the copy
and paste functionallity for Windows XP Pro? If we knew if this existed, we
could generate a script to run to disable the clipboard when the user logs
onto the computer.
Jan 31 '07 #1
6 17751
Michael 03 schreef:
I need to disable the clipboard function in Windows XP. We are having a
problem with users using CTRL+C in one program, then using CTRL+V in another.
Specifically, they type their password into notepad, copy it to the
clipboard, then paste it in another program. The other program runs on
Windows XP. Obviously, the correct answer is to have the creators of the
other program to disable pasting in a password field, but they are reluctant
to change it.

Is there a registry key or a group policy setting that can disable the copy
and paste functionallity for Windows XP Pro? If we knew if this existed, we
could generate a script to run to disable the clipboard when the user logs
onto the computer.
Why are they even entering their password this way. Why don't they type
their password directly into the password box? I haven't seen anyone do
this ever. Why is this even a problem for you? Disabling the clipboard
will probably cause a heap of problem since no copy/paste operations
will work anymore. Some programs use the clipboard internally to do stuff.

Rinze
Jan 31 '07 #2
They use the clipboard method to reduce their typing. The program is one
that requires a user id and password to confirm who is completing an action.
In a normal workday, a user would enter their id/password ~50-80 times. We
allow using a barcode and scanner for the username (since they are known to
everyone anyway). The password is used to confirm the user is actually who
they say they are (assuming they haven't shared their password).

Maybe a better question would be how could we disable CTRL+V functionallity.
That way the clipboard remains intact for programs to use internally, but
users would not be able to paste using CTRL+V. This would meet our needs.
These workstations are only running the one program.
"C-Services Holland b.v." wrote:
Michael 03 schreef:
I need to disable the clipboard function in Windows XP. We are having a
problem with users using CTRL+C in one program, then using CTRL+V in another.
Specifically, they type their password into notepad, copy it to the
clipboard, then paste it in another program. The other program runs on
Windows XP. Obviously, the correct answer is to have the creators of the
other program to disable pasting in a password field, but they are reluctant
to change it.

Is there a registry key or a group policy setting that can disable the copy
and paste functionallity for Windows XP Pro? If we knew if this existed, we
could generate a script to run to disable the clipboard when the user logs
onto the computer.

Why are they even entering their password this way. Why don't they type
their password directly into the password box? I haven't seen anyone do
this ever. Why is this even a problem for you? Disabling the clipboard
will probably cause a heap of problem since no copy/paste operations
will work anymore. Some programs use the clipboard internally to do stuff.

Rinze
Jan 31 '07 #3
Why are they even entering their password this way. Why don't they type
their password directly into the password box? I haven't seen anyone do
this ever. Why is this even a problem for you? Disabling the clipboard
will probably cause a heap of problem since no copy/paste operations will
work anymore. Some programs use the clipboard internally to do stuff.

Rinze
A lot of people use third-party applications such as PasswordSafe to hold
all their passwords in an encrypted store for which they need to remember
only a single strong password. Such applications offer the clipboard as an
easy means of entering difficult-to-type passwords into forms and other
places where passwords need to be entered. A well-behaved application of
this nature clears the clipboard after the operation has been completed.

These are very useful applications, since these days a person can have a
hundred or more sets of credentials for online shopping, user accounts at
other types of web sites, and so forth. It would be a shame for an
application developer to disable this.

PasswordSafe is on sourceforge.net, and is free for personal use. I
recommend it highly. Of course there are many others besides this one.

Tom Dacon
Dacon Software Consulting
Jan 31 '07 #4
As I replied to Rinze below, disabling this capability would be a real
disservice to a lot of people. As I said in that response, and I repeat to
you:

A lot of people use third-party applications such as PasswordSafe to hold
all their passwords in an encrypted store for which they need to remember
only a single strong password. Such applications offer the clipboard as an
easy means of entering difficult-to-type passwords into forms and other
places where passwords need to be entered. A well-behaved application of
this nature clears the clipboard after the operation has been completed.

These applications typically offer a feature that will randomly generate
extremely strong passwords. Naturally a password like that can be nearly
impossible to remember, and VERY difficult to enter via the keyboard. So
copy and paste is a very clean way to convey the password from the encrypted
store to the forum.

These are very useful applications, since these days a person can have a
hundred or more sets of credentials for online shopping, user accounts at
other types of web sites, and so forth (I personally have about 150 such
sets of credentials in my PasswordSafe database). It would be a shame for an
application developer to interfere with this. I urge you to consider this
issue carefully before you disable your user's access to such a helpful
means of managing credentials. They won't love you for it.

PasswordSafe is on sourceforge.net, and is free for personal use. I
recommend it highly. Of course there are many others besides this one.

Tom Dacon
Dacon Software Consulting

"Michael 03" <Michael 03@discussions.microsoft.comwrote in message
news:15**********************************@microsof t.com...
>I need to disable the clipboard function in Windows XP. We are having a
problem with users using CTRL+C in one program, then using CTRL+V in
another.
Specifically, they type their password into notepad, copy it to the
clipboard, then paste it in another program. The other program runs on
Windows XP. Obviously, the correct answer is to have the creators of the
other program to disable pasting in a password field, but they are
reluctant
to change it.

Is there a registry key or a group policy setting that can disable the
copy
and paste functionallity for Windows XP Pro? If we knew if this existed,
we
could generate a script to run to disable the clipboard when the user logs
onto the computer.

Jan 31 '07 #5
As a follow-up to my earlier comments, if your users are actually using a
clear-text repository such as text files for their credentials, I suggest
that you educate them about the security ramifications of that procedure,
and introduce them to one or more of the secure techniques that are
available through third-party applications designed to solve the problem.

Tom Dacon
Dacon Software Consulting

"Tom Dacon" <td****@community.nospamwrote in message
news:Oh**************@TK2MSFTNGP06.phx.gbl...
As I replied to Rinze below, disabling this capability would be a real
disservice to a lot of people. As I said in that response, and I repeat to
you:

A lot of people use third-party applications such as PasswordSafe to hold
all their passwords in an encrypted store for which they need to remember
only a single strong password. Such applications offer the clipboard as an
easy means of entering difficult-to-type passwords into forms and other
places where passwords need to be entered. A well-behaved application of
this nature clears the clipboard after the operation has been completed.

These applications typically offer a feature that will randomly generate
extremely strong passwords. Naturally a password like that can be nearly
impossible to remember, and VERY difficult to enter via the keyboard. So
copy and paste is a very clean way to convey the password from the
encrypted store to the forum.

These are very useful applications, since these days a person can have a
hundred or more sets of credentials for online shopping, user accounts at
other types of web sites, and so forth (I personally have about 150 such
sets of credentials in my PasswordSafe database). It would be a shame for
an application developer to interfere with this. I urge you to consider
this issue carefully before you disable your user's access to such a
helpful means of managing credentials. They won't love you for it.

PasswordSafe is on sourceforge.net, and is free for personal use. I
recommend it highly. Of course there are many others besides this one.

Tom Dacon
Dacon Software Consulting

"Michael 03" <Michael 03@discussions.microsoft.comwrote in message
news:15**********************************@microsof t.com...
>>I need to disable the clipboard function in Windows XP. We are having a
problem with users using CTRL+C in one program, then using CTRL+V in
another.
Specifically, they type their password into notepad, copy it to the
clipboard, then paste it in another program. The other program runs on
Windows XP. Obviously, the correct answer is to have the creators of the
other program to disable pasting in a password field, but they are
reluctant
to change it.

Is there a registry key or a group policy setting that can disable the
copy
and paste functionallity for Windows XP Pro? If we knew if this
existed, we
could generate a script to run to disable the clipboard when the user
logs
onto the computer.


Jan 31 '07 #6
Michael 03 schreef:
They use the clipboard method to reduce their typing. The program is one
that requires a user id and password to confirm who is completing an action.
In a normal workday, a user would enter their id/password ~50-80 times. We
allow using a barcode and scanner for the username (since they are known to
everyone anyway). The password is used to confirm the user is actually who
they say they are (assuming they haven't shared their password).

Maybe a better question would be how could we disable CTRL+V functionallity.
That way the clipboard remains intact for programs to use internally, but
users would not be able to paste using CTRL+V. This would meet our needs.
These workstations are only running the one program.
So the program is just badly designed. It's just insane that it would
ask for a password every time. In other words, the security is such a
nuisance that people start to find ways to bypass it. They should just
need to sign in once. But that's not your fault. But then I still don't
see the problem. So, the password is on the clipboard. If the user logs
out out of windows, the clipboard is cleared anyway.

Since you can't change the program, maybe there's a way to hookup a
fingerprint scanner, or swipecard thingie that goes between the keyboard
and computer? Ofcourse this will cost extra money, but I'm just trying
to come up with ideas here :)
Feb 1 '07 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

8
by: LG | last post by:
Just have a question with regards to the clipboard, and how to read what other applications (Adobe InDesignCS) place in the clipboard. I am currently in the process of creating a booklet from a...
2
by: Colleyville Alan | last post by:
I am using Access and have embedded the ActiveX control Formula One that came with Office 2000. (ver 3.04). I have created and formatted a spreadsheet and now I want to copy the info with...
3
by: Stilgar[bbs.isca.uiowa.edu] | last post by:
Here's my newbie question: I have several VB forms which are all inherit a standard template form that I made. In my template form, I added a menu bar with some generic cut, copy, and paste...
2
by: Steve | last post by:
Hi all, Is it possible to disable pasting from the clipboard into a textbox ?? I can't find a property for it but I guess it must be possible. thanks Steve
7
by: Newbie | last post by:
How do I clear the clipboard in VB.NET 2003? TIA Newbie
15
by: Peter Duniho | last post by:
I'm trying to use .NET and C# to draw a metafile copied to the clipboard by another application (Word 2003 in this case, but it shouldn't matter). I naively thought that I'd be able to use the...
8
by: active | last post by:
Guess I'm looking for someone who likes to work difficult puzzles. I can't seem to ever retrieve a palette handle from the clipboard. Below is a simple test program that demonstrates the...
5
by: Sin Jeong-hun | last post by:
class Engine { Thread Worker; public event ... EngineMessage; public void Start() { Worker=new Thread(new ThreadStart(Run)); Worker.Start(); } private Run()
23
by: Over | last post by:
Hi it's possible with language C, (Mingw or Djgpp) copying the clipboard of WinXp into file.txt? which function must be use. Thanks
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.