Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
wiki:menu [2011/05/12 13:17] – [Remove Applications from the Menu and Wbar] Guy | wiki:menu [2011/07/14 13:16] (current) – Changed "man need" to "may need". wirelessben | ||
---|---|---|---|
Line 2: | Line 2: | ||
Most ordinary users have no need to remove applications or system tools from the menu or wbar. However, there may be some situations where this is desired. For example, to prevent access to certain applications when setting up a kiosk or when children use the computer. | Most ordinary users have no need to remove applications or system tools from the menu or wbar. However, there may be some situations where this is desired. For example, to prevent access to certain applications when setting up a kiosk or when children use the computer. | ||
- | |||
- | If you install additional apps, or remove apps, or make changes to On Boot or On Demand, you may need to set up the menu again. | ||
==== Remove Applications from the Menu ==== | ==== Remove Applications from the Menu ==== | ||
Line 11: | Line 9: | ||
Copy .wmx to another directory. For example, lets use / | Copy .wmx to another directory. For example, lets use / | ||
- | So you have a copy of the menu in / | + | In / |
- | + | ||
- | In / | + | |
Add the following to / | Add the following to / | ||
Line 19: | Line 15: | ||
< | < | ||
cp -r / | cp -r / | ||
+ | |||
+ | On some computers you may need to use | ||
+ | |||
+ | < | ||
+ | mv / | ||
+ | cp -r / | ||
+ | |||
+ | If neither of those methods work, try "sleep 2" or "sleep 3." | ||
When you start the computer, you will have the menu as you set it up in / | When you start the computer, you will have the menu as you set it up in / | ||
- | ==== Remove Applications | + | If, after removing applications |
- | To prevent access to certain applications, | + | ==== Remove Applications from the Wbar ==== |
+ | |||
+ | To prevent access to certain applications | ||
==== Perform Administrative Tasks ==== | ==== Perform Administrative Tasks ==== | ||
- | If you prevent access to certain applications, | + | If you prevent access to certain applications |
- | To perform administrative tasks, run Tiny Core from a USB drive or CD. Put hashes in front of the lines in / | + | To perform administrative tasks, run Tinycore |
< | < | ||
# cp -r / | # cp -r / | ||
- | |||
- | Delete the details of applications you want to use from / | ||
Restart the computer for this to take effect. | Restart the computer for this to take effect. | ||
+ | |||
+ | You can start the Control Panel from the menu, and put back applications and system tools in the wbar. | ||
After performing administrative tasks, set it up how it was again. | After performing administrative tasks, set it up how it was again. |