Removing start menu icons k1000
Hello,
we like a clean desktop in our environment which means we don't want icons in the start menu. We only access icons from the desktop.
Is there any way to clean/remove the icons from the start menu using K1000 in windows 7 64bit.
Below is the screen shot of what I am doing. Kace added the bat file to dependency.
we like a clean desktop in our environment which means we don't want icons in the start menu. We only access icons from the desktop.
Is there any way to clean/remove the icons from the start menu using K1000 in windows 7 64bit.
Below is the screen shot of what I am doing. Kace added the bat file to dependency.
1 Comment
[ + ] Show comment
Answers (5)
Answer Summary:
Please log in to answer
Posted by:
SMal.tmcc
8 years ago
Posted by:
SMal.tmcc
8 years ago
You probably do not have rights to rename that since at is a critical MS directory, have you tied to rename that via explorer and does that works? what you may have to do is move everything out of their to somewhere else. You may also just need to take ownership of that prior to the rmdir. Have you ever tried this I would think this may break windows all together.
you may want to search google for these
windows 7 disable start menu
windows 7 disable all programs
you may want to search google for these
windows 7 disable start menu
windows 7 disable all programs
Posted by:
SMal.tmcc
8 years ago
one error in your batch I noticed is there is a space in the dir name so you need double quotes around the path
rmdir "c:\programdata\microsoft\windows\stat menu" /s /q
rmdir "c:\programdata\microsoft\windows\stat menu" /s /q
Comments:
-
Here is the activity log.
I can do this manually without crashing windows. If a new program is installed it just adds the directory again.
Running as SYSTEM
Directory DOES exist: C:\ProgramData\Microsoft\windows\start menu\programs
C:\ProgramData\Dell\KACE\kbots_cache\packages\kbots\63>rmdir C:\ProgramData\Microsoft\windows\start menu\programs /S /Q
The system cannot find the file specified.
The system cannot find the path specified.
Creating process returned non-zero: C:\ProgramData\Dell\KACE\kbots_cache\packages\kbots\63\kace1356.bat : (0) The operation completed successfully.
Error Code: 0
Status Code: 3 - forzaazzurri 8 years ago
Posted by:
Drave
8 years ago
This sounds like something you should probably do from group policy. You could set a group policy setting to remove the All Programs/Programs menu. This doesn't delete anything, it just doesn't allow it to be displayed.
Otherwise, you could make sure that you're using a user account with admin rights to delete the file. If there are any files in use that could pose an issue as well.
Posted by:
SMal.tmcc
8 years ago
Top Answer
try it this way
use launch a program
use launch a program
Comments:
-
BINGO !!!! This worked. i thought I tried it this way before but I may have left out the quotes in parameters. Thank you very much and I hope this helps someone else. - forzaazzurri 8 years ago
https://support.software.dell.com/k1000-systems-management-appliance/kb/148142 - forzaazzurri 8 years ago