Create the new destination folder (this example = k:\1folder).
This command copies all files found in c:\test to k:\1folder.
Bring up elevated cmd/DOS prompt - START | type cmd.exe | RIGHT-click on cmd.exe above under "Programs" | select "Run as Administrator | Paste this command -
for /f "tokens=*" %a in ('dir /b /s /a-d "c:\test"') do @copy "%a" "k:\1folder"
Fonte: TechSupport
Showing posts with label Windows. Show all posts
Showing posts with label Windows. Show all posts
Thursday, April 9, 2015
Monday, September 5, 2011
Recuperar o boot (MBR) do Windows 7
- Boot com o DVD do Windows 7;
- Selecione o idioma, formato de hora e layout de teclado de acordo com suas preferências;
- Reparar o computador;
- Avançar;
- Prompt de comando;
- cd \windows\system32
- BootRec.exe /fixboot e BootRec.exe /fixmbr
- Reinicie;
Saturday, June 28, 2008
Histórico XP
HCU\Software\Microsoft\Windows\ CurrentVersion\Policies\Explorer
Criar a Chave DWORD
NoRecentDocsHistory
Com o Valor 1
Criar a Chave DWORD
NoRecentDocsHistory
Com o Valor 1
Subscribe to:
Posts (Atom)