home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / p / progman!.txt < prev    next >
Text File  |  1993-03-16  |  3KB  |  58 lines

  1. Adding the [Restrictions] Section to the PROGMAN.INI file allows you to restrict
  2. users from messing up the Program Manager and Windows in several ways...
  3.  
  4. ================================================================================
  5. [Restrictions]
  6. NoSaveSettings=0
  7. NoFileMenu=0
  8. NoClose=0
  9. NoRun=0
  10. EditLevel=0
  11.  
  12. ================================================================================
  13. NoSaveSettings=1
  14.  
  15. This will dim the "Save Settings on Exit" command in the Program Manager
  16. Options menu, preventing the desktop from being permanently rearranged.
  17.  
  18. ================================================================================
  19. NoFileMenu=1
  20.  
  21. This will remove the entire File menu from the Program Manager.  This does pose
  22. a small problem in that exiting Windows will not be possible using the menus.
  23. However, ALT-F4 still works, and the Program Manager window can also be closed,
  24. thereby leaving two alternative ways to exit Windows.
  25.  
  26. ================================================================================
  27. NoClose=1
  28.  
  29. This will dim the "Exit Windows..." command in the Program Manager File menu,
  30. preventing a user from exiting Windows.  Alt-F4 and the "Close" command in the
  31. Program Manager's Control Box are also disabled.  Windows can still be exited
  32. by third party utilities which bypass the Program Manager.
  33.  
  34. ================================================================================
  35. NoRun=1
  36.  
  37. This will dim the "Run..." command in the File menu, thus preventing a user
  38. from starting a program not already present as an icon in Program Manager.
  39.  
  40. ================================================================================
  41. EditLevel=(1-4)
  42.  
  43. A value of 1 will prevent the creation of new Program Manager Groups, or the
  44. deletion of current Groups (except empty ones).
  45.  
  46. A value of 2 will provide additional protection by also preventing the creation
  47. and deletion of Program Manager Items.  Items (icons) are also fixed in their
  48. place and cannot be dragged (moved) around within Program Manager Groups.
  49. If the "Auto Arrange" command, in the Program Manager Options menu, is turned
  50. on, the icons may change position within the groups, but the effect is not
  51. permanent unless the "Save Settings on Exit" command is enabled.
  52.  
  53. A value of 3 will provide additional protection by also preventing modifications
  54. to the command line entry in the Properties dialog box.
  55.  
  56. A value of 4 will provide additional protection by also preventing modifications
  57. to all entries in the Properties dialog box.
  58.