Beginning from Windows Vista and Windows Server 2008 it is possible to encrypt Windows paging file. Paging file can contain your credentials, passwords, session data, temporary data from database, etc. To check if encryption is enabled use the following command in cmd window: fsutil behavior query encryptpagingfile To enable encryption: fsutil behavior set encryptpagingfile 1 …
Category Archives: Computers
All ISO files from Microsoft shows CRC32 FFFFFFFF (0xffffffff)
Playing with Freeware Hash & CRC I noticed that CRC32 for all ISO files that comes from Microsoft (MSDN and Technet) are the same – FFFF FFFF. At first I thought that there is some bug in CRC implementation. But after taking look at the file ending in hex, I found, that all files have …
Continue reading “All ISO files from Microsoft shows CRC32 FFFFFFFF (0xffffffff)”
Opening tab separated file in Excel: Excel has detected that ‘file.txt’ is a SYLK file, but cannot load it
You try to open a tab separated file in Excel and get error ‘Excel has detected that ‘test.txt’ is a SYLK file, but cannot load it. Either the file has errors or it is not a SYLK file format. Click OK to try to open the file in a different format.’ The file looks something …