I’ve writen this command line successfully:
c:\windows\system32\inetsrv\appcmd set config "Default Web Site" -section:requestFiltering -requestLimits.maxAllowedContentLength:157286400
I want to create a batch file to execute this line.
Any suggestions please?
Create a new text document
Rename it “mybatfile.bat”
Press yes when prompted “If you change a file name extension, the file might become unusable. Are you sure you want to change it?”
Right click on the bat file, “edit”
Put in your command: