Disable copy and move files/folders in windows xp

I want to warn the user domain to copy files or folders in windows xp

You can't avoid it.

There are other things you can do:

  • Enable auditing of file to their computers so that Windows saves which copy / move the files where on this computer.
  • Use NTFS permissions to prevent user access to folders and files, they do not have the authorization to do so.
  • Sticks to use Group Policy to prevent the use of USB.

Tags: Windows

Similar Questions

  • copy and move entire folders

    I have a macbook, el capitan, with two user accounts.  I want to move entire folders from one user to another.  How can I do this?

    Ether by copying the files using an external hard drive, or you can copy the file via the other drop box folder public users (user folder > audiences > drop-down list).

  • I want to map a drive of google as a network drive for copy and move files stored on a drive different server periodically. It is said

    invalid folder. How can I do this on Windows Explorer, longer aged and on my RT of Area2 8.1

    Hello Andrea,

    Thanks for posting your question on the Microsoft community.

    Thank you for details on the issue.

    This can happen due to some problems of synchronization with the disc you are trying to map.

    I suggest you use the "subst" command to map a folder as drive letter. Please follow these steps:

    a. type cmd in the start search box.

    b. right click on cmd in the search results, then click on run as administrator.

    c. type the following command at the command prompt and press ENTER.

    subst g: "c:\users\username\Google Drive".

    Additional information:
    https://support.Google.com/drive/answer/2565956?hl=en

    I hope this information helps.

    Please let us know if you need more help.

    Thank you

  • Create folders and move files by reading csv

    Hello guys,.

    That can create a script to read csv and create folders and move files into the folder.

    My csv will look like

    Screen Shot 2015-11-11 at 5.25.29 PM.png

    There the names of folders and file names, I kept my files (Mention in the 'File name' column) in the office. When I run the script it must read the csv file and create the folder (depending on the "folder names") and the correct file must move in the particular folder. Hope I have clear requirements.

    So we need 4 above csv files and the respective files must travel in their records. Need help!

    Thing may have changed as I've tested with CS6.

    Please try then.

    #target photoshop;
    main();
    function main(){
    var csv = File.openDialog("Please select CSV file.","CSV File:*.csv");
    if(csv == null) return;
    var sourceFolder = Folder.selectDialog( "Please select source folder");
    if(sourceFolder == null) return;
    var data=[];
    csv.open('r');
    while(!csv.eof){
    var InputLine = csv.readln();
    if(InputLine.length > 3) data.push(InputLine);
    }
    csv.close();
    for(var f in data){
    var dataLine = data[f].split(',');
    var folderName = dataLine[0].toString().replace(/^\s+|\s+$/g,'');
    var fileName = dataLine[1].toString().replace(/^\s+|\s+$/g,'');
    var file = File(sourceFolder + "/" + fileName);
    if(!file.exists) continue;
    var outputFolder = Folder(sourceFolder + "/" + folderName);
    if(!outputFolder.exists) outputFolder.create();
    if(file.copy(outputFolder + "/" + fileName)) file.remove();
        }
    alert("All Completed");
    };
    
  • What files I copy and paste to avoid reactivating Windows XP?

    What files I copy and paste to avoid reactivating Windows XP?

    What you mean? If you need to reinstall Windows XP, simply use the phone activation to reactivate.

    How to activate Windows XP releasing it's easy: with Windows | ActiveWin | Laptops | Microsoft MVP

  • I get the "are you sure you want to copy or move files to this folder.

    I get "Are you sure you want to copy or move files to this folder" when I try to mofiles on a file compressed... is there a way I can get rid of this warning that I'm moving hundreds of files (Yes its for a game lol) and it's such a pain to have to do this over and over

    Hi, Fayesegaran,

    Tools > Internet Options

    Click the Security tab

    Click the Local Intranet icon

    Under automatically detect Intranet network

    Ensure that all options are checked

    Include all local (Intranet) sites not included does not in other areas

    Include all sites that bypass the proxy server

    Include all network (UNC) paths

    Ensure that automatically detect Intranet network is not checked

    Click on the Advanced button

    Enter the site in the list and select Add, then OK. You can use a "web site" address as: file://192.172.10.44 when you use the IP address of the local server.

    Press ok

    Press ok

    Press on apply, ok

    http://www.faultwire.com/solutions-windows_xp/Windows-security-warning-* 1187.html

  • How can I move files/folders to iCloud back to their original finder folder

    I just updated to OS Sierra and noticed that my documents folder was empty. How can I move files/folders to iCloud back to their original finder folder?

    Thank you

    The Duke

    See it - Add your files, Desktop and Documents in iCloud Drive - Apple Support

  • Software encryption and locking files, folders or drives?

    Hello

    Anyone know of 1 or more encryption software and locking files, folders or drives?
    I tried some software encryption a few years ago, and they seemed to corrupt the files after decryption.

    Thanks in advance

    Hi, Win7User2,

    BitLocker Drive encryption is available in Windows Vista & Windows 7 Enterprise and Ultimate for client computers and in Windows Server 2008.

    http://Windows.Microsoft.com/en-us/Windows7/products/features/BitLocker

    Comparison list

    http://en.Wikipedia.org/wiki/Comparison_of_disk_encryption_software

    TrueCrypt - Free Open source...

    http://www.TrueCrypt.org/

  • I want to rename and move files from a shoot 5 d. I would like to use the functionality of the increment to count, but since I have to get out of each file to the following file, it starts again at 1. What is the best way to do it?

    I want to rename and move files from a shoot 5 d on a new drive. I would like to use the functionality of the increment to count, but since I have to get out of each file to the following file, it starts again at 1. What is the best way to do it?

    HI -.

    As a prelude to 2014.0, we have added a feature allowing you to choose what number to start the increment of.  Look in the section ingest Rename dialog and change your preset. When you click the button, you should see the option "Custom Auto Increment". This will allow you to choose what number to start on.  We've also added a few newspapers to try to remember where let prelude last successfully interfere the operation by using this option. So, in theory, to remember the number for you. But if it isn't (maybe you want multiple kickoff ingested at the same time) you can always manually set the number to start with.

    Check that out and let me know how it works for you.

    Kind regards

    Michael

  • {CS6} Copy and move a Bezier shape

    I created a Bezier shape by pen formatting mode, do not set no fill, set the stroke color and stroke. as described by posteer "Conroy" in a different thread.

    I have succedded by following an existing line (in a psd document) making a much heavier wavey using a Bezier shape which correspond with the above parameters.

    Now I want to copy and move this shape on another pale line make him much more visible in the same way.

    In the image Inline heavy wavy line on the viewers right is the Bezier shape made as described.  I want to copy and paste it on

    the other line corrugated on the viewers left... you can see how low it is... I could think of no better way to make them heavier and more visible.

    I'm not finding a convenient way to copy paste the shape/line heavy.  How this can be done.

    Is there a better way to do this from the beginning... that is, make these pale lines in document psd heavier and more visible.

    2_PipeTemplates_trimmed.jpg

    Target the the shape layer that contains your thick line.

    Activate the move (V) tool.

    Hold down the Option/Alt key, and then drag the shape on the thin line to create the desired duplicate form.

  • .mp4 and .mov files are just BIG

    Sorry, without posting the details of encoding, is there an obvious reason why my .mp4 and .mov files are ~ 10 x the size they should be after the SOUL? I'm talking about 300mb.mov and 30 MB .mp4 before later files. If you need details, I'll post. Thank you.

    File size is determined mainly by only two factors - length and bitrate.  The used codec, resolution, frame rate, etc. all have little or no effect on the size of the file.

    Length and bitrate.  If you want a smaller file, one or other of the people must be reduced.

  • How can I copy/move the files/folders to other files/folders in windows 7?

    Can you move or copy files or folders with the help of drag-and - drop in windows 7?  Can move or copy files/folders by right click Select copy/move files drop-down menu files, select the file and click ok in windows 7?  It's the easiest way to move/copy large files.  With fall and drag it moves only files unless it's external media then it will copy. What do you do if you need the same files in different folders?

    This is what you need:
    http://www.thewindowsclub.com/ultimate-Windows-Tweaker-v2-a-Tweak-UI-for-Windows-7-Vista

    Download and run as administrator and click "other settings"... If you find my answer helpful, please click the button "Vote as helpful"! Thank you! My Blog

  • HOW TO MOVE, COPY, AND DOWNLOAD FILES

    How to move a folder?  Unlike XP
    where you can manage files and folders to any location using the navigation bar on the side I can't find how to do this.
    Therefore, I can't copy something on my desk which is located in the document or image folder.
    I can also get the files on drive G which is my on my camera card reader. Using the card because the computer will not read my camera with the cord. Help please - I've been searching help - no success.

    Open Windows Explorer by clicking on computer, then through the directories until you find the folder that you are eager to move (or if you already - as it is on your desktop, simply follow the following procedures).

    Navigate to the folder you want to move and select a simple left click and then type CTRL-C (copy) and CTRL-X (cut).  Then, go to the location where you want the folder (the parent folder), and then type Ctrl + V (paste) and the file will be either be copied or moved (depending on the option you selected).

    This same process will work with your G-drive (just select the files/folders that you want to copy/move and navigate to the destination location and paste them there).

    I hope this helps.

    Good luck! Lorien - a - MCSE/MCSA/network + / A +.

  • I have copy and paste files and folders, but the size of the destination memory is high compared to the memory of the source

    I copy and paste some files and folders in windows server 2003 for my external USB HDD, but the size of the destination memory is high compared to the source of the memory size

    Hello

    The question you posted would be better suited in the TechNet Forums; We recommend that you post your question in the TechNet Forums to get help:

    http://social.technet.Microsoft.com/forums/en-us/category/WindowsServer

  • How to copy and paste files and folders to prevent power faliure

    want to copy paste a file and folder with pause and cancel the function

    Maybe these suggestions will help:

    http://www.techsupportalert.com/best-free-file-copy-utility.htm

    http://StackOverflow.com/questions/1329/what-is-a-better-file-copy-alternative-than-the-Windows-default

Maybe you are looking for