Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista General Discussion > Disable copy or cut and paste completely

Reply
Thread Tools Display Modes

Disable copy or cut and paste completely

 
 
kend_beledm
Guest
Posts: n/a

 
      07-23-2007
Is it possible on a windows based systems to turn off or disable completely
the copy and paste function, no matter what program is being displayed on the
screen.
 
Reply With Quote
 
 
 
 
Ian
Guest
Posts: n/a

 
      07-23-2007
Why turn it off, if you don't use it, it does nothing. Your are in charge of
the computer not the other way round
..

"kend_beledm" <> wrote in message
news:608A7ECE-F449-4CAA-8240-...
> Is it possible on a windows based systems to turn off or disable
> completely
> the copy and paste function, no matter what program is being displayed on
> the
> screen.
>


 
Reply With Quote
 
NotMe
Guest
Posts: n/a

 
      07-23-2007
maybe other people use it and the owner isn't over their shoulder every
minute...

--
A Professional Amateur...If anyone knew it all, none of would be here!

Change Alpha to Numeric to reply
"Ian" <> wrote in message
news:B2991FA8-AB1D-4589-8333-...
> Why turn it off, if you don't use it, it does nothing. Your are in charge
> of the computer not the other way round
> .
>
> "kend_beledm" <> wrote in message
> news:608A7ECE-F449-4CAA-8240-...
>> Is it possible on a windows based systems to turn off or disable
>> completely
>> the copy and paste function, no matter what program is being displayed on
>> the
>> screen.
>>

>



 
Reply With Quote
 
Ian
Guest
Posts: n/a

 
      07-23-2007
What a strange idea, you have a computer use by more than one person and you
want to stop one minor function?


"NotMe" <> wrote in message
news:u$...
> maybe other people use it and the owner isn't over their shoulder every
> minute...
>
> --
> A Professional Amateur...If anyone knew it all, none of would be here!
>
> Change Alpha to Numeric to reply
> "Ian" <> wrote in message
> news:B2991FA8-AB1D-4589-8333-...
>> Why turn it off, if you don't use it, it does nothing. Your are in charge
>> of the computer not the other way round
>> .
>>
>> "kend_beledm" <> wrote in message
>> news:608A7ECE-F449-4CAA-8240-...
>>> Is it possible on a windows based systems to turn off or disable
>>> completely
>>> the copy and paste function, no matter what program is being displayed
>>> on the
>>> screen.
>>>

>>

>
>
>


 
Reply With Quote
 
Andrew McLaren
Guest
Posts: n/a

 
      07-23-2007
"kend_beledm" <> wrote...
> Is it possible on a windows based systems to turn off or disable
> completely
> the copy and paste function, no matter what program is being displayed on
> the


You cannot do this for Windows as a whole (and even if you did, users could
just use a Print-Screen instead, to pass on restricted data). But you can do
it for specific applications: the key technology is Windows Rights
Management Services ("RMS"). See
http://www.microsoft.com/windowsserv...t/default.mspx

If you have an application which can take part in an RMS infrastructure,
then you can indeed configure policies to selectively permit or prevent
cut-n-paste, etc, to specific users and groups; or disallow cut-n-paste
altogether, in that application.

Microsoft Office is the most common app which can plug into RMS. Once it is
all set up, it is extremely effective ... you really want to cut-n-paste
confidential info from that juicy email or Word document; but dammit, you
just can't! You also cannot forward protected emails, etc.

There is a public SDK, so anyone can write an application which subscribes
to RMS and restrict access to the app's data. However if you have a legacy
application (ie, an already-existing application) which you cannot
re-engineer, then I think you are kind of stuck. You may need to approach
the security question from a non-computer perspective, such as HR policies,
etc.

You might also take a look at Software Restriction Policies ("SRP"), a
similar security feature in Windows. SRP won't stop users from cutting and
pasting, as such; but it does let you create a very controlled environment.
You can stop users from doing many things you don't want them to. See:
http://technet2.microsoft.com/Window....mspx?mfr=true

Hope it helps,
--
Andrew McLaren
amclar (at) optusnet dot com dot au


 
Reply With Quote
 
Ian Betts
Guest
Posts: n/a

 
      07-24-2007
Wow thanks Andrew.



--
Ian

"Andrew McLaren" <> wrote in message
news:E1E5865E-0458-4F7D-847F-...
> "kend_beledm" <> wrote...
>> Is it possible on a windows based systems to turn off or disable
>> completely
>> the copy and paste function, no matter what program is being displayed on
>> the

>
> You cannot do this for Windows as a whole (and even if you did, users
> could just use a Print-Screen instead, to pass on restricted data). But
> you can do it for specific applications: the key technology is Windows
> Rights Management Services ("RMS"). See
> http://www.microsoft.com/windowsserv...t/default.mspx
>
> If you have an application which can take part in an RMS infrastructure,
> then you can indeed configure policies to selectively permit or prevent
> cut-n-paste, etc, to specific users and groups; or disallow cut-n-paste
> altogether, in that application.
>
> Microsoft Office is the most common app which can plug into RMS. Once it
> is all set up, it is extremely effective ... you really want to
> cut-n-paste confidential info from that juicy email or Word document; but
> dammit, you just can't! You also cannot forward protected emails, etc.
>
> There is a public SDK, so anyone can write an application which subscribes
> to RMS and restrict access to the app's data. However if you have a legacy
> application (ie, an already-existing application) which you cannot
> re-engineer, then I think you are kind of stuck. You may need to approach
> the security question from a non-computer perspective, such as HR
> policies, etc.
>
> You might also take a look at Software Restriction Policies ("SRP"), a
> similar security feature in Windows. SRP won't stop users from cutting and
> pasting, as such; but it does let you create a very controlled
> environment. You can stop users from doing many things you don't want them
> to. See:
>
> http://technet2.microsoft.com/Window....mspx?mfr=true
>
> Hope it helps,
> --
> Andrew McLaren
> amclar (at) optusnet dot com dot au
>
>

 
Reply With Quote
 
kend_beledm
Guest
Posts: n/a

 
      07-30-2007
Thanks that helps, because i do need to stop as much of it as I can. I do
have print auditing software to capture screen prints that are ouputed to a
printer or other devices. Thanks again!

"Andrew McLaren" wrote:

> "kend_beledm" <> wrote...
> > Is it possible on a windows based systems to turn off or disable
> > completely
> > the copy and paste function, no matter what program is being displayed on
> > the

>
> You cannot do this for Windows as a whole (and even if you did, users could
> just use a Print-Screen instead, to pass on restricted data). But you can do
> it for specific applications: the key technology is Windows Rights
> Management Services ("RMS"). See
> http://www.microsoft.com/windowsserv...t/default.mspx
>
> If you have an application which can take part in an RMS infrastructure,
> then you can indeed configure policies to selectively permit or prevent
> cut-n-paste, etc, to specific users and groups; or disallow cut-n-paste
> altogether, in that application.
>
> Microsoft Office is the most common app which can plug into RMS. Once it is
> all set up, it is extremely effective ... you really want to cut-n-paste
> confidential info from that juicy email or Word document; but dammit, you
> just can't! You also cannot forward protected emails, etc.
>
> There is a public SDK, so anyone can write an application which subscribes
> to RMS and restrict access to the app's data. However if you have a legacy
> application (ie, an already-existing application) which you cannot
> re-engineer, then I think you are kind of stuck. You may need to approach
> the security question from a non-computer perspective, such as HR policies,
> etc.
>
> You might also take a look at Software Restriction Policies ("SRP"), a
> similar security feature in Windows. SRP won't stop users from cutting and
> pasting, as such; but it does let you create a very controlled environment.
> You can stop users from doing many things you don't want them to. See:
> http://technet2.microsoft.com/Window....mspx?mfr=true
>
> Hope it helps,
> --
> Andrew McLaren
> amclar (at) optusnet dot com dot au
>
>

 
Reply With Quote
 
kend_beledm
Guest
Posts: n/a

 
      07-30-2007
for security reasons

"Ian" wrote:

> Why turn it off, if you don't use it, it does nothing. Your are in charge of
> the computer not the other way round
> ..
>
> "kend_beledm" <> wrote in message
> news:608A7ECE-F449-4CAA-8240-...
> > Is it possible on a windows based systems to turn off or disable
> > completely
> > the copy and paste function, no matter what program is being displayed on
> > the
> > screen.
> >

>
>

 
Reply With Quote
 
kend_beledm
Guest
Posts: n/a

 
      07-30-2007
thats correct

"NotMe" wrote:

> maybe other people use it and the owner isn't over their shoulder every
> minute...
>
> --
> A Professional Amateur...If anyone knew it all, none of would be here!
>
> Change Alpha to Numeric to reply
> "Ian" <> wrote in message
> news:B2991FA8-AB1D-4589-8333-...
> > Why turn it off, if you don't use it, it does nothing. Your are in charge
> > of the computer not the other way round
> > .
> >
> > "kend_beledm" <> wrote in message
> > news:608A7ECE-F449-4CAA-8240-...
> >> Is it possible on a windows based systems to turn off or disable
> >> completely
> >> the copy and paste function, no matter what program is being displayed on
> >> the
> >> screen.
> >>

> >

>
>
>

 
Reply With Quote
 
kend_beledm
Guest
Posts: n/a

 
      07-30-2007
yes for security reasons

"Ian" wrote:

> What a strange idea, you have a computer use by more than one person and you
> want to stop one minor function?
>
>
> "NotMe" <> wrote in message
> news:u$...
> > maybe other people use it and the owner isn't over their shoulder every
> > minute...
> >
> > --
> > A Professional Amateur...If anyone knew it all, none of would be here!
> >
> > Change Alpha to Numeric to reply
> > "Ian" <> wrote in message
> > news:B2991FA8-AB1D-4589-8333-...
> >> Why turn it off, if you don't use it, it does nothing. Your are in charge
> >> of the computer not the other way round
> >> .
> >>
> >> "kend_beledm" <> wrote in message
> >> news:608A7ECE-F449-4CAA-8240-...
> >>> Is it possible on a windows based systems to turn off or disable
> >>> completely
> >>> the copy and paste function, no matter what program is being displayed
> >>> on the
> >>> screen.
> >>>
> >>

> >
> >
> >

>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How can I completely disable error reporting in Vista? WB Windows Vista General Discussion 19 01-26-2008 12:21 AM
Is there a way to completely disable the bitlocker options through Whitefearn Windows Vista Administration 6 09-27-2007 05:47 PM
How to completely disable UAC? J Windows Vista Security 8 08-30-2007 09:09 PM
Disable Completely Copy and Paste function kend_beledm Windows Vista Security 2 07-30-2007 05:44 PM
How to completely disable UAC? Brett Windows Vista General Discussion 3 12-24-2006 02:25 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59