Showing posts with label Windows. Show all posts
Showing posts with label Windows. Show all posts

Friday, January 20, 2017

Robocopy FTW

recently i having issues to copy files to remote location where the network is slow.

It keep fails midway. i found a pretty need solution provided by MS in every PC. Below are the syntax i wrote in the cmd

Robocopy "C:\UserFolder" "C:\FolderBackup" /e /Z /log+: logcopy.txt
 
first syntax is source address
second is destination
/e is for copy all contents including empty directories of SourceFolder to DestinationFolder:
/Z is to re-do/continue on error/network fails 
last one is log location.

Monday, August 1, 2016

Offscreen Application

I have been experiencing off-screen with my firefox, many times since i start using Surface Pro 4 (yeah, Surface Pro 4 baby! ).

So here a tips to get my application ( or any application ) on screen back.

You just need to press ALT + Spacebar at your keyboard, and below popup will show.



Choose Move. and use the keyboard arrow to navigate it back to your screen. Boom!