473,748 Members | 7,590 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 17790
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******** *************** ***********@mic rosoft.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****@communi ty.nospamwrote in message
news:Oh******** ******@TK2MSFTN GP06.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******** *************** ***********@mic rosoft.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
11477
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 database, and I need the data to be laid out in a tabular format, and set out in a specific way. At the current point in time, I am copy/pasting the raw text from the database into a table layout in InDesign. What I was thinking is that if I could...
2
1945
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 formatting to another program. The help file reads: "Formula One maintains its own internal clipboard and also supports text on the Windows clipboard. The internal clipboard is more flexible than the Windows clipboard. The internal clipboard...
3
6688
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 functionality. I'd like to have the paste button disabled when the clipboard is empty, but I'm not sure how I should do this. Ideally, I suppose I'd like to constantly monitor the clipboard for data, (in a thread?) but I'm not even sure how I'd...
2
2960
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
3851
by: Newbie | last post by:
How do I clear the clipboard in VB.NET 2003? TIA Newbie
15
12303
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 Clipboard class to get an EnhancedMetafile or MetafilePict object from the Clipboard, use that to create a new Metafile object, and then draw that Metafile object using Graphics.DrawImage. It doesn't seem to be that simple.
8
2504
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 problem. The program uses windows api to get a handle to a palette from the clipboard. The palette needs to be put there by another program - maybe Photoshop.
5
4184
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
6293
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
8831
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9548
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9249
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8244
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6796
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6076
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4876
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3315
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2215
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.