Hola he sobreescrito la ruta que tenia la variable PATH en mis variables de entorno ya hace unos dias. Ahora no puedo utilizar MySQL workbench porque da un error donde me manda a revisar si en efecto existe C:\windows\system32 dentro del contenido de path en las variables de entorno.
Cómo puedo recuperar la ruta que tenia? alguien tiene la ruta default para windows 8.1 (x64) ?
Es urgente por favor :-(
Cita de: Ivang4life en 1 Noviembre 2014, 22:53 PMalguien tiene la ruta default para windows 8.1 (x64)
Rutas por defecto contenidas en la variable de entorno PATH para Windows 8/8.1 X64...
Current User01) C:\Windows
02) C:\Windows\System32
03) C:\Windows\System32\wbem
04) C:\Windows\System32\WindowsPowerShell\v1.0
05) C:\Windows\SysWOW64
All Users01) C:\Windows
02) C:\Windows\System32
03) C:\Windows\System32\wbem
04) C:\Windows\System32\WindowsPowerShell\v1.0
05) C:\Windows\SysWOW64
El contenido literal del valor de registro...
Current User:
HKEY_CURRENT_USER\Environment PATHC:\Windows;C:\Windows\System32;C:\Windows\System32\wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Windows\SysWOW64
All Users:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Environment PATHC:\Windows;C:\Windows\System32;C:\Windows\System32\wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Windows\SysWOW64
Puedes llevar a cabo las operaciones de listado, limpieza, agregar/eliminar, o restaurar por defecto el PATH, usando mi aplicación:
[SOURCE] PATHS (Administra las entradas de las variables de entorno 'PATH' y...) (http://foro.elhacker.net/net/source_paths_administra_las_entradas_de_las_variables_de_entorno_path_y-t398347.0.html;msg1883825#msg1883825)
Cita de: http://foro.elhacker.net/net/source_paths_administra_las_entradas_de_las_variables_de_entorno_path_y-t398347.0.html;msg1883825#msg1883825(http://img607.imageshack.us/img607/3484/eyqs.png)
Saludos