"No one is harder on a talented person than the person themselves" - Linda Wilkinson ; "Trust your guts and don't follow the herd" ; "Validate direction not destination" ;
Showing posts with label Tips. Show all posts
Showing posts with label Tips. Show all posts

December 05, 2013

Create Dummy Files to consume diskspace - fsutil command

This post is about creating dummy files to consume disk space and mimic scenarios with reduced disk space. On windows server 2008 fsutil command was useful to create files to consume disk space

Example Usage

C:\Users\Administrator>fsutil file createnew c:\dummydata5.bat 1240171806

File c:\dummydata5.bat is created

Happy Learning!!!


December 29, 2011

Command Prompt Disappears in Win7

I had this issue for last 6 months. Command prompt window used to disappear immediately after launch. This link was very useful to solve the issue.

As suggested in the answer, You have to delete the AutoRun value set as Exit in the Registry (HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Command Processor).

Happy Learning!!