Eso es... no está el comando ese del botón derecho para crear archivos de texto con el bloc de notas... cómo hago para rehabilitarlo??? La verdad que me complica harto que no esté, no entiendo qué ocurrió para que se quitara :S
Página 1 de 1
¿No está el comando nuevo > archivo .txt? SOLUCIONADO. Eso!!! Ayúdenme porfa
#2
Posted 15 May 2009 - 09:16 PM
For example on the New menu there is usually an entry for "Text Document". This is visible because of the key: [HKEY_CLASSES_ROOT\.txt\ShellNew] If you were to rename the key so it no longer had a sub-key called 'ShellNew' by changing it to [HKEY_CLASSES_ROOT\.txt\ShellNewOld] it would disappear from the New menu.
Disculpen solo esta en ingles, pero dice que busques la extensión .txt en el registro de windows [HKEY_CLASSES_ROOT\.txt\ShellNew] y que no diga así [HKEY_CLASSES_ROOT\.txt\ShellNewOld porque no aparecera...
Disculpen solo esta en ingles, pero dice que busques la extensión .txt en el registro de windows [HKEY_CLASSES_ROOT\.txt\ShellNew] y que no diga así [HKEY_CLASSES_ROOT\.txt\ShellNewOld porque no aparecera...
#3
Posted 19 May 2009 - 06:13 PM
Rommel_A, on May 15 2009, 09:16 PM, said:
For example on the New menu there is usually an entry for "Text Document". This is visible because of the key: [HKEY_CLASSES_ROOT\.txt\ShellNew] If you were to rename the key so it no longer had a sub-key called 'ShellNew' by changing it to [HKEY_CLASSES_ROOT\.txt\ShellNewOld] it would disappear from the New menu.
Disculpen solo esta en ingles, pero dice que busques la extensión .txt en el registro de windows [HKEY_CLASSES_ROOT\.txt\ShellNew] y que no diga así [HKEY_CLASSES_ROOT\.txt\ShellNewOld porque no aparecera...
Disculpen solo esta en ingles, pero dice que busques la extensión .txt en el registro de windows [HKEY_CLASSES_ROOT\.txt\ShellNew] y que no diga así [HKEY_CLASSES_ROOT\.txt\ShellNewOld porque no aparecera...
Ya.... mira, uso el TuneUP Utilities 2009 con el registry editor para cambiar el acceso... pero está la ShellNew no la ShellNewOld, así k no hubo que cambiar ningún nombre.... ¿Qué otra cosa podría causar el error?? Te adjunto una screen de lo que me aparece con el editor:
http://cid-1c1c8c1fe...ry%20Editor.bmp
#5
Posted 20 May 2009 - 09:08 PM
Daaale, mira, en la carpeta .txt tuve que cambiar el valor predeterminado que estaba vacío por txtfile, fuera de eso nada... todo igual a las imágenes xD. Eso sí yo tengo dos carpetas en shell que no aparecen en lo tuyo, quizás tengan algo que ver, mira:
http://cid-1c1c8c1fe...0Editor%202.bmp
http://cid-1c1c8c1fe...0Editor%203.bmp
No c si borrarlas... por eso te pregunto primero. En todo caso por ahora no funciona... sigue lo mismo, tendrá algo k ver el hecho de k en Nuevo > tenga muchos programas diferentes???
http://cid-1c1c8c1fe...0Editor%202.bmp
http://cid-1c1c8c1fe...0Editor%203.bmp
No c si borrarlas... por eso te pregunto primero. En todo caso por ahora no funciona... sigue lo mismo, tendrá algo k ver el hecho de k en Nuevo > tenga muchos programas diferentes???
#6
Posted 20 May 2009 - 10:53 PM
Haz lo siguiente, en menú Inicio/Ejecutar... escribe 'notepad' y copia el siguiente código:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\.txt]
@="txtfile"
"PerceivedType"="text"
"Content Type"="text/plain"
[HKEY_CLASSES_ROOT\.txt\PersistentHandler]
@="{5e941d80-bf96-11cd-b579-08002b30bfeb}"
[HKEY_CLASSES_ROOT\.txt\ShellNew]
"NullFile"=""
[HKEY_CLASSES_ROOT\txtfile]
@="Documento de texto"
"FriendlyTypeName"=hex(2):40,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,\
00,6f,00,6f,00,74,00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,\
32,00,5c,00,6e,00,6f,00,74,00,65,00,70,00,61,00,64,00,2e,00,65,00,78,00,65,\
00,2c,00,2d,00,34,00,36,00,39,00,00,00
"EditFlags"=dword:00010000
[HKEY_CLASSES_ROOT\txtfile\DefaultIcon]
@=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\
00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,73,00,68,00,\
65,00,6c,00,6c,00,33,00,32,00,2e,00,64,00,6c,00,6c,00,2c,00,2d,00,31,00,35,\
00,32,00,00,00
[HKEY_CLASSES_ROOT\txtfile\shell]
[HKEY_CLASSES_ROOT\txtfile\shell\open]
[HKEY_CLASSES_ROOT\txtfile\shell\open\command]
@="Notepad.exe \"%1\""
[HKEY_CLASSES_ROOT\txtfile\shell\print]
[HKEY_CLASSES_ROOT\txtfile\shell\print\command]
@=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\
00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,4e,00,4f,00,\
54,00,45,00,50,00,41,00,44,00,2e,00,45,00,58,00,45,00,20,00,2f,00,70,00,20,\
00,25,00,31,00,00,00
[HKEY_CLASSES_ROOT\txtfile\shell\printto]
[HKEY_CLASSES_ROOT\txtfile\shell\printto\command]
@=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\
00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,6e,00,6f,00,\
74,00,65,00,70,00,61,00,64,00,2e,00,65,00,78,00,65,00,20,00,2f,00,70,00,74,\
00,20,00,22,00,25,00,31,00,22,00,20,00,22,00,25,00,32,00,22,00,20,00,22,00,\
25,00,33,00,22,00,20,00,22,00,25,00,34,00,22,00,00,00
Y guárdalo con algun nombre con extensión .REG, por ejemplo "txtfile.reg", las comillas dobles son necesarias para que notepad no agregue la extensión .TXT, luego busca el archivo guardado y dale doble clic, aceptar y listo.
110520052009
Página 1 de 1
| Topic | Started By | Stats | Last Post Info | |
|---|---|---|---|---|
|
ordenador nuevo y cargar windows 7 desde cero
como hacer instalacion nueva |
ANIUSKA |
|
|
|
imposible borrar archivo
no se encuentra el elemento |
West_CC |
|
|
|
Duda con el comando NET VIEW y problema con una pc en la red.... | emmchio |
|
|
|
adquirir nuevo reproductor de dvd | carschw |
|
|
|
Archivo Msimg32.dl.
ayuda |
ysrael roy |
|

Ingresar
Registrarme
Ayuda
Este tema está cerrado
MultiCita




