Jump to content

aromo

Member
  • Posts

    2
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Mexico

Everything posted by aromo

  1. Thanks for the info DL., I manage to delete the icons from the desktop. Now I want to move some Start Menu items, my problem is that I'm using the spanish version of Windows and when I try to execute the followin command: MOVE "%AllUsersProfile%\Menú Inicio\Programas\7-Zip" "%AllUsersProfile%\Menú Inicio\Programas\Accesorios\7-Zip" I get en error message telling me that the system cannot find the path. The environmental variable %AllUsersProfile% is returning the correct path, the problem is that Windows uses an accented char in the Start Menu path (Menú Inicio in Spanish). Windows is converting Menú in Men· The actual command as displayed from the command line: C:\WINDOWS\system32>MOVE "C:\Documents and Settings\Administrador\Men· Inicio\Programas \7-Zip" "C:\Documents and Settings\Administrador\Men· Inicio\Programas \Accesorios\7-Zip" What can I do to correct this? Thanks
  2. I want to delete some shortcuts from the desktop, so I tried to use the information in this post. I created the cleanup.cmd and placed it in the system32 directory of the source files, the file ended up in the ISO image that I generated, but it never got to the target machine when I tested the install, so when the command put in the WINNT.SIF file gets executed and error appears telling that the file cleanup.cmd cannot be found. where do I need to place cleanup.cmd for it to by copied to the target machine? Thanks, Alfredo
×
×
  • Create New...