All posts by Andrius

Diary 60l: week 2

Week has passed for this tank and I can clearly see the new growth it is still not fast but I think it’s much better compared to last week.

The downside is that fuzzy brown algae started appearing in the middle of the week and is grwoing at larming rates, but I had this stuff before in the previouse setup and the only way to get rid of it is to keep water changes. The stuff does not attach itself very hard and is easy to remove. I would say it will be like that for a month.

Also green dust algae(GSA) started appearing on the glass but I clean it everytime I do water changes.

SSL Certificate add failed, Error: 1312

You are trying to bind SSL certificate ot a port number using the the following command:
netsh http add sslcert ipport=0.0.0.0:8000 certhash=0000000000003ed9cd0c315bbb6dc1c08da5e6 appid={00112233-4455-6677-8899-AABBCCDDEEFF}

The command failes with error:
SSL Certificate add failed, Error: 1312
A specified logon session does not exist. It may already have been terminated. Continue reading SSL Certificate add failed, Error: 1312

Change registry permissions

So lets say you need to change registry permissions and give all domain users full rights to a specific key HKEY_LOCAL_MACHINESOFTWAREMy_App.
You can use Group Policy but also you can use a batch file. Batch file can be setup to run on system startup or you could push it with SCCM if you have it installed.

To change registry permissions you can use regini.exe and it should be on every Windows host but I think there is a better and easier tool(well at least to me) and it is called SetACL. This tool can be used to manage not only registry permission but also File Permissions, Auditing etc.
First download SetACL and from the download package extract command line version as this is what will be used in the script to c:temp. There are 2 versions 32bit and 64bit, choose the one you need. Continue reading Change registry permissions