Related:         
- Copy/paste without using explorer.exe?
- How to copy paste youtube link on android - Guide
- Explorer.exe download - Download - Diagnosis and monitoring
- Copy paste e with accent - Guide
- Explorer.exe the instruction at 0x referenced memory - Windows Vista Forum
- Pi copy paste - Guide
6 responses
                    
        
                    Jean-François Pillou
    
        
                    Posts
            
                
            19261
                
                            Registration date
            Monday February 15, 1999
                            Status
            Webmaster
                            Last seen
            February 16, 2023
            
         
                    
Mar 11, 2010 at 05:54 PM
    Mar 11, 2010 at 05:54 PM
                        
                    Did you try an antivirus / antimalware ?
                
                
            
            Anonymous User                    
Mar 11, 2010 at 06:58 PM
    Mar 11, 2010 at 06:58 PM
                        
                    it's a hardware/software problem. A hard object fell on my laptop and it cant boot in normal mode, only safe mode. In safe mode, explorer.exe is obviously corrupted. It had no problems in the past. I had an anti-virus that updated regularly.
                
                
            
                    
        
                    Jean-François Pillou
    
        
                    Posts
            
                
            19261
                
                            Registration date
            Monday February 15, 1999
                            Status
            Webmaster
                            Last seen
            February 16, 2023
            
         
                    
Mar 12, 2010 at 06:23 AM
    Mar 12, 2010 at 06:23 AM
                        
                    You might try with the keyboard only, if this turns to be a mouse issue.    
Press both Shift and F10 keys simultaneously to right-click or directly Ctrl-C / ctrl-V
If you are trying to move files, then you'd better try to open a prompt (Start / Execute / cmd) and use old goods copy / move commands.
Jeff
            Press both Shift and F10 keys simultaneously to right-click or directly Ctrl-C / ctrl-V
If you are trying to move files, then you'd better try to open a prompt (Start / Execute / cmd) and use old goods copy / move commands.
Jeff
                        
                    Well you can use Command Prompt, when windows begins, press Ctrl + Alt + Delete or Ctrl + Shift + Esc (basically open Task Manager) Goto File > New Task (Run...) and type cmd.exe
When command prompt begins, use XCOPY
For example if you want to copy "My Documents" and you have an external drive plugged in which would come up as E: for example. Simply do the following:
Windows XP
xcopy C:\Documents and Settings\*your username*\My Documents E:\
Windows Vista to 7
xcopy C:\users\*your username*\Documents\ E:
If you want to backup all your files then i would consider doing this:
xcopy C:\ E:\
My username is genu7ne and im running windows 7 so i would put:
xcopy C:\users\genu7ne\My Documents\ E:
To find out what folders you have simply type:
Windows 7/Vista: dir C:\users\*your username*\
Windows XP: dir C:\Documents and Settings\*your username*\
To find out your username simply type:
net user
Hope this helps
PLEASE CONSIDER DONATING
https://www.000webhost.com/migrate?static=true
            When command prompt begins, use XCOPY
For example if you want to copy "My Documents" and you have an external drive plugged in which would come up as E: for example. Simply do the following:
Windows XP
xcopy C:\Documents and Settings\*your username*\My Documents E:\
Windows Vista to 7
xcopy C:\users\*your username*\Documents\ E:
If you want to backup all your files then i would consider doing this:
xcopy C:\ E:\
My username is genu7ne and im running windows 7 so i would put:
xcopy C:\users\genu7ne\My Documents\ E:
To find out what folders you have simply type:
Windows 7/Vista: dir C:\users\*your username*\
Windows XP: dir C:\Documents and Settings\*your username*\
To find out your username simply type:
net user
Hope this helps
PLEASE CONSIDER DONATING
https://www.000webhost.com/migrate?static=true
                
        
                    Wickedsi
    
        
                    Posts
            
                
            5
                
                            Registration date
            Thursday March 11, 2010
                            Status
            Member
                            Last seen
            March 11, 2010
            
                    
Mar 11, 2010 at 05:43 PM
    Mar 11, 2010 at 05:43 PM
                        
                    Try the click and drag mode
                
                
            