http://www.mathworks.com/help/techdoc/matlab_prog/brh72ex-49.html
Windows Vista and Windows 7 (32bit):
BCDEdit /set increaseuserva 3072
(In case of problem, you can revert it using:
BCDEdit /deletevalue increaseuserva)
You can run it as administrator using the "sudo cmd.exe". See the following post:
http://www.msfn.org/board/topic/142153-sudo-equivalent-for-windows-vista7/
----
Backup copy of sudo post above:
1. sudo.cmd:
@echo Set objShell = CreateObject("Shell.Application") > %temp%\sudo.tmp.vbs@echo args = Right("%*", (Len("%*") - Len("%1"))) >> %temp%\sudo.tmp.vbs@echo objShell.ShellExecute "%1", args, "", "runas" >> %temp%\sudo.tmp.vbs@cscript %temp%\sudo.tmp.vbs
2.
sudo cmd.exe
No comments:
Post a Comment