Changes between Version 16 and Version 17 of AdvancedInstall
- Timestamp:
- 2010-09-20T00:42:40Z (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AdvancedInstall
v16 v17 221 221 222 222 http://agiletesting.blogspot.com/2005/09/running-python-script-as-windows.html 223 224 ==== How do I make it run under a different user account? == 225 226 1. Create the new user account if necessary. 227 228 2. Run tahoe through "runas": 229 {{{ 230 runas /user:Computer\Tahoeuser "bin\tahoe start C:\tahoe-basedir" 231 }}} 232 233 3. Adjust file system permissions as needed and possible (Home Editions of Windows lack user interfaces to modify permissions)