Call Us At: 701.866.2098

Tag: troubleshooting


How to Create Dummy Files with Windows Command Line

Fsutil.exe is a built in filesystem tool that is useful to do file system related operations from command line. We can create a file of required size using this tool. fsutil file createnew filename length (length is in bytes) For example, to create a dummy file test.txt, with size as 50MB: Note: The above command…

Fill a Column with a Series of Numbers in Excel

Select the first cell in the range that you want to fill. Type the starting value for the series. Type a value in the next cell to establish a pattern. Tip: For example, if you want the series 1, 2, 3, 4, 5…, type 1 and 2 in the first two cells. If you want the series 2, 4, 6,…