Related:
- Copy/paste without using explorer.exe?
- How to copy paste youtube link on android - Guide
- Pi copy paste - Guide
- E with accent copy paste - Guide
- Explorer.exe disabled ✓ - Viruses & Security Forum
- Copy and paste macro - Excel Forum
6 responses
Jean-François Pillou
Posts
18961
Registration date
Monday 15 February 1999
Status
Webmaster
Last seen
16 February 2023
11 Mar 2010 à 17:54
11 Mar 2010 à 17:54
Did you try an antivirus / antimalware ?
Anonymous User
11 Mar 2010 à 18:58
11 Mar 2010 à 18:58
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
18961
Registration date
Monday 15 February 1999
Status
Webmaster
Last seen
16 February 2023
12 Mar 2010 à 06:23
12 Mar 2010 à 06:23
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 11 March 2010
Status
Member
Last seen
11 March 2010
11 Mar 2010 à 17:43
11 Mar 2010 à 17:43
Try the click and drag mode