home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / os / mswindo / apps / 2103 < prev    next >
Encoding:
Internet Message Format  |  1992-08-19  |  1.7 KB

  1. Path: sparky!uunet!mcsun!uknet!bradford.ac.uk!R.M.Hepworth
  2. From: R.M.Hepworth@bradford.ac.uk (RM HEPWORTH)
  3. Newsgroups: comp.os.ms-windows.apps
  4. Subject: Making Progman Secure
  5. Message-ID: <1992Aug20.080805.7335@bradford.ac.uk>
  6. Date: 20 Aug 92 08:08:05 GMT
  7. Organization: University of Bradford, UK
  8. Lines: 37
  9. Originator: 91609717@muser
  10. Nntp-Posting-Host: muser
  11.  
  12. First of all I apologise to the bloke who actually brought up the
  13. subject of secure shells in the first place - I emailed you and then
  14. lost your address so I have had to find the time to post this instead.
  15.  
  16. Anyway, on with the show. It is not necessary in Windows 3.1 to trwal
  17. around for a secure shell. Progman can be fortified very easily by
  18. simply making an addition to progman.ini.
  19.  
  20. To make your copy of progman free of dangerous edges simply add a
  21. section in progman.ini headed [Restrictions].
  22. The following security features are available:
  23.  
  24. NoRun=<number> -value 1 prevents use of File-Run command
  25. NoClose=<number> -value 1 prevents exiting Windows from the Program
  26. Manager
  27. NoSaveSettings=<number> -value 1 prevents use of Options-Save Settings
  28. NoFileMenu=<number> -value 1 removes File Menu completely
  29. Edit Level=<number>
  30.  
  31. The following numbers are available for EditLevel:
  32. 1 prevents creation, deletion and renaming groups.
  33. 2 as 1 but also restricts the creation, deletion and renaming of program
  34. items
  35. 3 as 2 but also stops the user from changing the command line for a
  36. program item
  37. 4 prevents the user changing any program item information
  38.  
  39. Any features you don't want, simply set to 0 or don't enter in the ini
  40. file.
  41.  
  42. Hope this is of use to someone.
  43.  
  44. Gratitudes to Mike Hardaker, contibutor to PCW and Windows USer, whose
  45. booklet I gleaned this from.
  46.  
  47. RiK
  48.