Category: windows
By Default, the item is missing from the right-click menu in Windows 10, but the following trick can bring this back. Simply save the below in notepad as the …
Windows 10 has rolled out in pace and it is said it is the last major Windows OS. The C:\ hard drive stores the previous OS installation file just …
The Chr Function takes a integer input and convert it to a character using ASCII table lookup. The basic ASCII table defines from 1 to 128 where the characters …
HTA (HTML Application) are designed to work on Windows only. The *.hta are interpreted by mshta.exe and *.vbs/*.js are interpreted by cscript.exe (Console Version) or wscript.exe (Windows Version). The …
NDependis a .NET static code analyzer. With this tool, developers can easily see the report of ‘bad’-written code and make the .NET code base beautiful and efficient. The NDepend …