![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
| Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks. |
| |||||||
![]() |
| |
| | #1 (permalink) |
| | Disable copy or cut and paste completely 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. |
My System Specs![]() |
| | #2 (permalink) |
| | Re: Disable copy or cut and paste completely 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" <kendbeledm@discussions.microsoft.com> wrote in message news:608A7ECE-F449-4CAA-8240-2EB654A30E75@microsoft.com... > 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. > |
My System Specs![]() |
| | #3 (permalink) |
| | Re: Disable copy or cut and paste completely 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! CarGodZeroOne@hotmail.com Change Alpha to Numeric to reply "Ian" <igb123@talktalk.net> wrote in message news:B2991FA8-AB1D-4589-8333-7E867D3DDF98@microsoft.com... > 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" <kendbeledm@discussions.microsoft.com> wrote in message > news:608A7ECE-F449-4CAA-8240-2EB654A30E75@microsoft.com... >> 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. >> > |
My System Specs![]() |
| | #4 (permalink) |
| | Re: Disable copy or cut and paste completely What a strange idea, you have a computer use by more than one person and you want to stop one minor function? "NotMe" <cargodZeroOne@hotmail.com> wrote in message news:u$WsQsWzHHA.5380@TK2MSFTNGP04.phx.gbl... > 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! > CarGodZeroOne@hotmail.com > Change Alpha to Numeric to reply > "Ian" <igb123@talktalk.net> wrote in message > news:B2991FA8-AB1D-4589-8333-7E867D3DDF98@microsoft.com... >> 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" <kendbeledm@discussions.microsoft.com> wrote in message >> news:608A7ECE-F449-4CAA-8240-2EB654A30E75@microsoft.com... >>> 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. >>> >> > > > |
My System Specs![]() |
| | #5 (permalink) |
| | Re: Disable copy or cut and paste completely "kend_beledm" <kendbeledm@discussions.microsoft.com> 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 |
My System Specs![]() |
| | #6 (permalink) |
| | Re: Disable copy or cut and paste completely Wow thanks Andrew. -- Ian "Andrew McLaren" <andrew@fakeaddress.com> wrote in message news:E1E5865E-0458-4F7D-847F-85D619025073@microsoft.com... > "kend_beledm" <kendbeledm@discussions.microsoft.com> 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 > > |
My System Specs![]() |
| | #7 (permalink) |
| | Re: Disable copy or cut and paste completely 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" <kendbeledm@discussions.microsoft.com> 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 > > |
My System Specs![]() |
| | #8 (permalink) |
| | Re: Disable copy or cut and paste completely 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" <kendbeledm@discussions.microsoft.com> wrote in message > news:608A7ECE-F449-4CAA-8240-2EB654A30E75@microsoft.com... > > 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. > > > > |
My System Specs![]() |
| | #9 (permalink) |
| | Re: Disable copy or cut and paste completely 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! > CarGodZeroOne@hotmail.com > Change Alpha to Numeric to reply > "Ian" <igb123@talktalk.net> wrote in message > news:B2991FA8-AB1D-4589-8333-7E867D3DDF98@microsoft.com... > > 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" <kendbeledm@discussions.microsoft.com> wrote in message > > news:608A7ECE-F449-4CAA-8240-2EB654A30E75@microsoft.com... > >> 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. > >> > > > > > |
My System Specs![]() |
| | #10 (permalink) |
| | Re: Disable copy or cut and paste completely 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" <cargodZeroOne@hotmail.com> wrote in message > news:u$WsQsWzHHA.5380@TK2MSFTNGP04.phx.gbl... > > 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! > > CarGodZeroOne@hotmail.com > > Change Alpha to Numeric to reply > > "Ian" <igb123@talktalk.net> wrote in message > > news:B2991FA8-AB1D-4589-8333-7E867D3DDF98@microsoft.com... > >> 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" <kendbeledm@discussions.microsoft.com> wrote in message > >> news:608A7ECE-F449-4CAA-8240-2EB654A30E75@microsoft.com... > >>> 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. > >>> > >> > > > > > > > > |
My System Specs![]() |
![]() |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Forum | |||
| Copy / paste doesn't copy pictures | Vista General | |||
| Is there a way to completely disable the bitlocker options through | Vista account administration | |||
| How to completely disable UAC? | Vista security | |||
| Disable Completely Copy and Paste function | Vista security | |||
| How to completely disable UAC? | Vista General | |||