This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| REM start => run => cmd => iisreset /stop | |
| win10port80unbind.bat | |
| REM by default win10 auto starts and populates port 80 on both v4 and v6 interfaces | |
| REM with IIS things. This sucks. | |
| REM start bat file | |
| iisreset /stop | |
| REM end bat file |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| _gaq.push(['_setAccount', 'UA-12345-1']); | |
| _gaq.push(['_gat._forceSSL']); // Send all hits using SSL, even from insecure (HTTP) pages. | |
| _gaq.push(['_trackPageview']); |