lunes, 13 de marzo de 2017

No abre el menú de inicio en Windows 10

Abrimos Windows PowerShell, para abrirlo, pulsamos con el botón derecho del ratón sobre el icono de Windows del Menú Inicio, seleccionamos Símbolo del sistema (administrador), escribimos Powershell y pulsamos sobre la tecla Enter.
 
Iniciando PowerShell mediante CMD

Ahora, tendremos que introducir el siguiente comando:

Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
 
PowerShell en línea de comandos

Espere a que PowerShell se ejecute y complete la instrucción ignorando los errores que puedan aparecer en color rojo. El proceso puede tomar unos 15 minutos. Una vez haya terminado reinicie el equipo, luego haga clic sobre el Menú Inicio, si abre entonces el problema se habrá solucionado. Si no, otra alternativa es crear una nueva cuenta de usuario en el dispositivo con Windows 10.

jueves, 2 de febrero de 2017

How to Install Windows 10 on External Hard Drive

Steps to install Windows 10 on external hard drive

Step1. Format the external hard drive with NTFS and connect it to your computer. Click Start button and input "CMD" in the search box, and then click "cmd.exe" to launch the Windows PowerShell prompt. Once the Command prompt window pops up, input "diskpart".
Launch PowerShell Prompt to install Windows 10 on external hard drive
Step2. Input the command line "disk list" then press Enter button, after that all the drives of the host computer will be listed. As you can see in the following picture, Disk 1 is the destination external hard drive for WTG in this example.
Find destination disk to install Windows 10 on external hard drive
Step3. Enter the command lines in the picture below. This will clean the partition first, then a primary partition will be created. After that, the rest of the command lines will format the external hard drive and activate the partition on it. The last step is to assign the drive letter, here we choose E as the drive letter.
Enter command Lines to install Windows 10 on external hard drive
Step4. Open "Dism.exe" to extract the install.wim file from drive F and move it to E drive (the destination USB hard drive), please refer to the command line in the picture below.
Open Dism.exe to install Windows 10 on external hard drive
Step5. Enter the final command line ”bcdboot e:\\windows /s e: /f ALL” to ensure the USB hard drive bootable. Here ends the whole process.

lunes, 28 de noviembre de 2016

This app has been blocked for your protection' error.

Windows 10 brings a host of security enhancements to prevent unauthorised intrusion into the operating system (OS) and user files. However, this mechanism could sometimes block or flag legitimate programs and apps from functioning properly.
Affected Windows 10 users may encounter interference with the execution of normal Windows programs in the form of persistent error messages such as: "This app has been blocked for your protection".
In other words, the issue can interfere with the execution of setup files of a program that you wish to install, wherein you cannot run the setup.exe file even after using elevated Administrator permissions with User Account Control (UAC).
At this moment, you will see an error message with the following subtext:
"An administrator has blocked you from running this app. For more information, contact the administrator."
Here are a few simple steps to bypass or circumvent the "protection error" in Windows 10, after enabling the hidden Administrator account:
Step 1: Launch Start Menu, search and select Command Prompt. Then right-click on it and choose Run as Administrator from the context menu.
Step 2: Type the following command without quotes at the Command Prompt and then hit Enter:
net user administrator /active:yes
You should see the message saying "command completed successfully".
Step 3: Launch Start Menu once again and right-click on user-account title at the top-left of the screen. Then click Sign-out.
Step 4: At the login screen, log into the Administrator account and you will return to the Desktop of that user profile.
Step 5: Locate and run the .exe file for the program which you want to install.
Step 6: As you have already logged into the Administrator account, the Smartscreen protection will be disabled and the installation should complete successfully.
Step 7: After you have completed the installation, just log back into your regular account after logging out of the Admin account.
Step 8: Finally, disable the Administrator account that was used earlier to prevent malicious access to your system files from external sources like hackers and cyber-criminals.
Just execute the following command (without quotes) to accomplish this feat from Command Prompt: "net user administrator /active:no"

miércoles, 13 de julio de 2016

lunes, 4 de julio de 2016

Arreglar POP3 y SMTP de Outlook.com

Cada vez que abres Outlook y comienza a hacer la sincronización de correo electrónico te aparece la ventana de Nombre de usuario y contraseña como si algún dato de esos estuviese mal?

Bueno, aquí viene la solución. Debido a que Outlook se actualizo, deshabilita el servidor POP por defecto, así que lo único que debemos hacer es lo siguiente:
1.      Entrar a Outlook.live.com y logearnos con nuestras credenciales
2.      Ir al engranaje e ir a "OPCIONES"


 
3. Ir a "Cuentas"   y luego a  "POP e IMAP"

4. En "Opciones de POP" darle "SI" en "Permitir que los dispositivos y las aplicaciones utilicen POP, dar click en "GUARDAR" y listo, abrimos nuestro Outlook y problema resuelto.