- Download and unzip Memcached binaries.
- Press the Win key, type cmd, press Ctrl+Shift+Enter.
- Select yes from elevation prompt.
- A command window will open with administrative rights.
- Go to Memcached folder (mine is c:\memcached\)
- Type and run [ c:\>memcached -d install ], this will install Memcached as service.
- Now start the service with [ c:\>memcached -d start ]
- FIN
Now Memcached is installed and running.
Enjoy!!