Windows 7 & XP Question....

Page 2 of 3 FirstFirst 123 LastLast

  1. Posts : 27
    Windows Xp And Windows 7 Ultimate (Partitioned)
    Thread Starter
       #11

    Barman58 said:
    Ok,

    You could try a boot into safe mode and see if that will allow you to perform the copy.

    If not then I'm afraid it's the long way
    Select the root folder of the files you wish to copy
    Right click select security.
    Add your user name to the list of permissions
    give yourself "Full Access"
    Go to the advanced section and make sure that you set it to apply the permissions of this folder to the files and folders beneath the current folder.

    You may get errors applying some permissions - if this happens you will need to apply the permissions at the level causing the problem, and may even have to take ownership of the files and folders

    Thanks for your Help mate awfully long tried it still geting same message! i guess il wait untill someone else find the problem or something....do you know why i might be getting this white line when im at the Windows 7 Start up screen?

    thanks again!
      My Computer


  2. Posts : 31,250
    Windows 11 Pro x64 [Latest Release and Release Preview]
       #12

    Just thought of another possible solution - as this issue is caused by the use of NTFS file system - if you copied the files onto a usb stick formatted with FAT (normally the default for sticks) and then copied them back to the required location it should strip out the permissions.

    As for the white line - check your graphics drivers as the start-up screens run at a basic resolution and glitches that appear there may not appear when the system has finished loading
      My Computers


  3. Posts : 27
    Windows Xp And Windows 7 Ultimate (Partitioned)
    Thread Starter
       #13

    Barman58 said:
    Just thought of another possible solution - as this issue is caused by the use of NTFS file system - if you copied the files onto a usb stick formatted with FAT (normally the default for sticks) and then copied them back to the required location it should strip out the permissions.

    As for the white line - check your graphics drivers as the start-up screens run at a basic resolution and glitches that appear there may not appear when the system has finished loading

    Thanks a lot for all your suggestions mate i will give this a go tommorow morning! what OS are you running then?....After the startup screen everything else appears fine! should i mess with the reolution then mate?

    Thanks aain for your helpful suggestions! REP added!
      My Computer


  4. Posts : 31,250
    Windows 11 Pro x64 [Latest Release and Release Preview]
       #14

    Hi what it is is that when you are booting into windows the system sets a basic graphics mode irrelevant of what your actual resolution is set to once you are fully loaded into windows.

    What I have seen is that a particular driver that works perfectly in the mode used for normal use has issues with the start-up mode that windows sets. updating your drivers to the latest can sometimes solve this issue.

    If it's possible could you upload an image of the actual problem you are seeing (you may have to use a camera as print-screen doesn't work) - it may help to diagnose the fault.

    I'm running the RC 7100 build but the actual build shouln't make a difference to this type of issue, although of course there are sometimes driver issues with specific builds
      My Computers


  5. Posts : 27
    Windows Xp And Windows 7 Ultimate (Partitioned)
    Thread Starter
       #15

    Take a look and tell me what you think

    Thanks
    Attached Thumbnails Attached Thumbnails Windows 7 & XP Question....-dsc_0004.jpg  
      My Computer


  6. Posts : 31,250
    Windows 11 Pro x64 [Latest Release and Release Preview]
       #16

    Definitely looks like some sort of driver glitch, all I can suggest is to have a look for updated drivers for your video - as it doesn't happen once the loading is completed It must be resolution dependent - you could try changing the resolution when you are fully loaded up to see if you can duplicate the issue but you may have to wait for a revision to the driver to become available
      My Computers


  7. Posts : 1,179
       #17

    I was going to suggest using the old DOS method (CMD) run as admin.
    works for me.
      My Computer


  8. Posts : 27
    Windows Xp And Windows 7 Ultimate (Partitioned)
    Thread Starter
       #18

    Snuffy said:
    I was going to suggest using the old DOS method (CMD) run as admin.
    works for me.
    Hi how would i peform that then mate?

    Thanks[/QUOTE]

    Barman58 said:
    Definitely looks like some sort of driver glitch, all I can suggest is to have a look for updated drivers for your video - as it doesn't happen once the loading is completed It must be resolution dependent - you could try changing the resolution when you are fully loaded up to see if you can duplicate the issue but you may have to wait for a revision to the driver to become available

    Thanks mate for the advice guess il have to wait then!
      My Computer


  9. Posts : 27
    Windows Xp And Windows 7 Ultimate (Partitioned)
    Thread Starter
       #19

    Barman58 said:
    Definitely looks like some sort of driver glitch, all I can suggest is to have a look for updated drivers for your video - as it doesn't happen once the loading is completed It must be resolution dependent - you could try changing the resolution when you are fully loaded up to see if you can duplicate the issue but you may have to wait for a revision to the driver to become available
    Do you know anything about WinTv by haupage mate? everytime i scan for channels computer restarts and gives a blue screen for some reason?

    Thanks
      My Computer


  10. Posts : 1,179
       #20

    andel90 said:
    Hi how would i peform that then mate?

    Thanks



    Thanks mate for the advice guess il have to wait then![/QUOTE]

    start --> cmd (right click-run as admin) wait for the popup.
    this makes sure you have all the control possible.
    type copy /? all the commands are there or like
    del /? del is same as delete
    move /?
    ren /a? ren is same as rename

    this is actually what the mouse& click allows you to do, but maybe not exactly the way you want....

    Format D: /fs:ntfs /v:Volume-2

    to find the commands type Format /? or Copy /?
    sample:
    FORMAT volume [/FS:file-system] [/V:label] [/Q] [/A:size] [/C] [/X] [/Passes]
    [/S:state]
    FORMAT volume [/V:label] [/Q] [/F:size] [/Passes]
    FORMAT volume [/V:label] [/Q] [/T:tracks /N:sectors] [/Passes]
    FORMAT volume [/V:label] [/Q] [/Passes]
    FORMAT volume [/Q]
    volume Specifies the drive letter (followed by a colon),
    mount point, or volume name.
    /FS:filesystem Specifies the type of the file system (FAT, FAT32, exFAT, NTFS
    ,
    or UDF).
    /V:label Specifies the volume label.
    /Q Performs a quick format. Note that this switch overrides /P.
    /C NTFS only: Files created on the new volume will be compressed
    by default.
    /X Forces the volume to dismount first if necessary. All opened
    handles to the volume would no longer be valid.
    /R:revision UDF only: Forces the format to a specific UDF version
    (1.02, 1.50, 2.00, 2.01, 2.50). The default
    revision is 2.01.
    C:\Windows\system32>copy /?
    Copies one or more files to another location.
    COPY [/D] [/V] [/N] [/Y | /-Y] [/Z] [/L] [/A | /B ] source [/A | /B]
    [+ source [/A | /B] [+ ...]] [destination [/A | /B]]
    source Specifies the file or files to be copied.
    /A Indicates an ASCII text file.
    /B Indicates a binary file.
    /D Allow the destination file to be created decrypted
    destination Specifies the directory and/or filename for the new fil
    /V Verifies that new files are written correctly.
    /N Uses short filename, if available, when copying a file
    non-8dot3 name.
    /Y Suppresses prompting to confirm you want to overwrite a
    existing destination file.
    /-Y Causes prompting to confirm you want to overwrite an
    existing destination file.
    /Z Copies networked files in restartable mode.
    /L If the source is a symbolic link, copy the link to the
    instead of the actual file the source link points to.
      My Computer


 
Page 2 of 3 FirstFirst 123 LastLast

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 12:55.
Find Us