Opening a CHM file produces: “navigation to the webpage was canceled”?
I am trying to open a .chm file. I downloaded the source, extracted it, and double clicked on Waffle.chm and clicke...
Use forfiles to delete a folder and its contents?
I am attempting to purge a public directory, so when an item is older than 30 days it should be deleted. I have a ba...
Windows- Pyinstaller Error “failed to execute script ” When App Clicked?
I am having a tough time overcoming this error, I have searched everywhere for that error message and nothing seems ...
How to add more than one machine to the trusted hosts list using winrm?
To run powershell commands on a machine from a remote machine we have to add the remote machine to the trusted hosts...
VIsual Studio 2013 - Javascript?
I just got a Windows 8 PC and installed Visual Studio 2013 Pro and Visual Studio 2013 Express. Unfortunately I am no...
How to keep a Python script output window open??
I have just started with Python. When I execute a python script file on Windows, the output window appears but insta...
Cant get symbolic link to work (windows 7) cmd?
Am trying to create a symbolic hard link so that I can move chrome's cache to another harddrive, I have been trying...
How do you force SQL Server to release memory??
What's a good way of checking how much (actual) memory is currently being used vs. how much is SQL Server alloc...
Get Total Number of Cores from a computer WITHOUT HyperThreading?
This is a tough one. I need to use a command to output the exact number of cores from my servers. My tests: X: ...
Printing data to printer using PHP?
I have a question that has been troubling me for at least 3 weeks now. I need to print some data to a printer using ...
stop all instances of node.js server?
This is my first time working with Node.js and I ran into this problem: I have started a Node server through the pl...
How to use java code to open Windows file explorer and highlight the specified file??
I am now using java Desktop API to manipulate file explorer. I know how to open the file explorer but I don't know ...
Batch file encoding?
I would like to deal with filename containing strange characters, like the French é. Everything is working fine in...
How can I access the MySQL command line with XAMPP for Windows??
How can I access the MySQL command line with XAMPP for Windows? ...
Mongodb: Failed to connect to 127.0.0.1:27017, reason: errno:10061?
Here is my mongod.cfg file: bind_ip = 127.0.0.1 dbpath = C:\mongodb\data\db logpath = C:\mongodb\log\mongo-server.l...