11

Create an extended file in Windows with information

 3 years ago
source link: https://www.codesd.com/item/create-an-extended-file-in-windows-with-information.html
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client

Create an extended file in Windows with information

advertisements

Is it possible to create a huge file (320GB or bigger) to use as a wiping tool? I.E. a file that contains just binary 1's or a text file containing all jumbled up ASCII (the sort of stuff that gets churned out of the printer when there has been a spool error). Would it be possible to create it in Microsoft Notepad?


You can use fsutil like this to create an arbitrarily sized file:

fsutil file createnew C:\fatboy.tmp SIZE_IN_BYTES

FvDem.png

It will be binary zeroes, but they cover stuff just as well as ones - all bits are opaque really.

Another way is to put your unwanted disk in the freezer for a week, then to put it in boiling water for a few hours and finally put a high-speed steel drill bit through it in several places - makes them awfully hard to read and is quite therapeutic!!!

Related Articles

How do I create files on Windows with built-in bars, using Python?

After a half hour searching Google, I am surprised I cannot find any way to create a file on Windows with slashes in the name. The customer demands that file names have the following structure: 04/28/2012 04:07 PM 6,781 12Q1_C125_G_04-17.pdf So far I

AutoHotKey shortcut to create a new file in Windows 8

Some time back, I found a script online that provides a shortcut to create a new file. It works great for my computer running Windows 7: #IfWinActive, ahk_class CabinetWClass #n:: ;If Windows+N is pressed in Windows Explorer Send {Alt} ;Menu Send f ;

How to create a pdf file in java with alternate color lines and an image at the top

I am generating pdf file using com.itextpdf.text.* following is my code which creates the pdf file with title and header higlighted and rows, what i wanted to do is, create a pdf file with image on the top and rows with alternate color, how to do thi

Why not use & ldquo; R + & rdquo; Mode to create a new file in Python with open ()

In the docs of open() build in function of python,the meaning of "+" is as follows: open a disk file for updating(reading and writing) but when i use the open() build-in to create a new file with python 3.5 in win7,i got the "FileNotFoundEr

Create a Word File from ObservableCollection with C #

I have an observable collection with a class that has 2 string properties: Word and Translation. I want to create a word file in format: word = translation word = translation word = translation word = translation... The word document needs to be in 2

Creating CSV MAC files in windows for testing

I have a PHP program that uploads a CSV file and reads through it. We only have PC's in the office, but sometimes our clients have Macs. Is there a way to create a Mac CSV in Windows for testing purposes?Since CSV is a text-based format, the only dif

Dos creates a batch file and runs with several C ++ programs

Respected sirs, My name is @nimit. I want to create a batch file and run it in a DOS prompt. The batch file will execute a C++ program I've written. The output should be stored in a single text-file. How can I do this? The C++ program output should b

Create an extended file in / dev / shm in parallel: performance

I need to create a large file (several gbytes) in /dev/shm. which is a RAMdisk on Linux machines. This must be as fast as possible. I'm currently using 5 separate POSIX threads in C to create sequential 100 mbyte segments, then I have another thread

Transparently modify remote files on Windows, with ssh / Putty and netrw

Ok guys, maybe this one has been asked before, but I searched and ran threw nothing, so i'm taking a chance here. I'm using the latest vim (gvim 7.3), on Windows 7 64bits. I've got some remote files that I want to edit directly with vim, using netrw.

New browser window with information generated by the Java applet

I have a Java applet. After user inputs data into the Java applet controls he presses button in Java applet and Java applet performs some calculating and result is a table (for simplicity table can be considered as String[][]). I want to show new bro

Need to create a PDF file from C # with another PDF file as background watermark

I am looking for a solution that will allow me to create a PDF outfile from C# that also merges in a seperate, static PDF file as the background watermark. I'm working on a system that will allow users to create a PDF version of their invoice. Instea

How to list files in Windows with a full path

I'm trying to list files in a directory at sub-folder level I'm doing dir /s path Is there any way possible that we can list the file full path name like below M:\admin_view\GemBalancing\AllocationAndBalancing\AnalysisAndDesign\SUC\Report\BalancingSu

How to create a global shortcut on Windows with 3 arguments?

Just like Ctl, Alt + delete I want to write a program, which uses global hotkeys with 3 or more arguments in python. The assigned function should only perform when I press all three keys on my keyboard. For example alt, windows and F3. win32con.VK_F3

create a zip file in .net with password

I'm working on a project that I need to create zip with password protected from file content in c#. Before I've use System.IO.Compression.GZipStream for creating gzip content. Does .net have any functionality for create zip or rar password protected

Recommend

About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK