Sometimes it is needed to find out the maximal packet size on a windows network.
ping
Continue reading
Monthly Archives: December 2016
How to convert C to Delphi / Object Pascal / Free Pascal
If you’re a Delphi or Freepascal programmer, this is a nice way to convert C code and header files to Delphi.
It is able to convert functions, arguments, procedures, for loops, case statements, enums, structs, 2 and 1 dimensional arrays, and many common functions like (srcpy, strcat, strlen, printf, argv, argc and many more…) and Classes.
Continue reading
Cleanup old Windows Install files from your harddisk
These days most of us use a SSD and these drives tend to be really small or we have normal disks that get filles no matter how well we manage our files.
To remove several Gigabytes of data, you could remove all old windows install files with this command:
Continue reading
Where to download Windows 10 ISO files?
Here is the official page where you can download the Windows 10 ISO files for all languages in both x86 or x64.
Continue reading
How to Import and Export Windows Drivers
Everybody encountered it… windows got corrupted and isn’t bootable anymore, and after reinstalling, you to search all the required most recent drivers from all over the web and many wheren’t available anymore or you got infected with a virus that you downloaded instead of a driver.
To backup the drivers you could do this command:
Continue reading