Warning: Trying to access array offset on value of type null in /home/site/wwwroot/lib/plugins/move/action/rename.php on line 42

Warning: Cannot modify header information - headers already sent by (output started at /home/site/wwwroot/lib/plugins/move/action/rename.php:42) in /home/site/wwwroot/inc/actions.php on line 38
set_up_on_university_computer [topas wiki]

User Tools

Site Tools


set_up_on_university_computer

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
set_up_on_university_computer [2018/11/13 12:18] – created johnsoevansset_up_on_university_computer [2022/11/03 15:08] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Set up Topas on University Network Computer ======
  
 +
 +Many university computers are now managed desktops where students don't have access to a local drive.  This can stop topas licenses working.  A recipe to get round this in Durham is:
 +
 +    - You need somebody with elevated privileges (e.g. your IT person or a trusted group member).
 +    - They need to find the cmd icon by typing "cmd" into the search then right-clicking and selecting "run with administrative privileges (audited)" or similar.
 +    - Make the topas directory (e.g. mkdir c:\topasa_v6) and put files required in there from Alan's site
 +    - If you have topas on a memory stick you might do this by: xcopy /E /I d:\topasa_v6 c:\topasa_v6 
 +    - Grant write privileges to that directory with: icacls "c:\topasa_v6" /grant Everyone:(OI)(CI)F /T
 +    - You might want to set up jEdit in a similar way, though this will usually work via a network drive.