Skip to main content

Error : file .ps1 cannot be loaded because the execution of scripts is disabled on this system

Error : file .ps1 cannot be loaded because the execution of scripts is disabled on this system

During execution of  powershell script you may face the error "File .......ps1 cannot be loaded because the execution of scripts is disabled on this system."

This is because the script execution is by default disable. You will have to enable it to execute the powershell scripts.

To enable the script execution run following commandlet on powershell.

Set-ExecutionPolicy Unrestricted

OR

Set-ExecutionPolicy Unrestricted -Force

For more information please refer the here Running Windows PowerShell Scripts.

Comments

Popular posts from this blog

Nokia 105 (RM-908) FBUS Pinout

GND  - Ground TX  - Data send RX  - Data receive MBUS  - MBUS data exchange protocol Nokia 105 FBUS Pinout Diagram By Wajid.

iPod Shuffle Cable pin out

Ipod shuffle 2g cable pinout diagram, See picture below and trace points from usb tp 4 poling pin. iPod Shuffle Cable pin out

How To Recover Deleted Contacts And Messages From Android Mobiles

How To Recover Deleted Contacts And Messages From Android Mobiles s Android is most popular for its openness and features , there are many companies, such as Motorola, Htc, Samsung Sonyericsson are running android as operating system. There are many features available on android platform to free of use. We can easily backup our daily data with auto sync feature. However some time we feel depressed when accidently our contacts and messages are deleted due to wipe phone. There are many solutions to restore your data back, Like Android recovery tool, Android data recovery. With these tools you can recover contacts on mobile phone or sim card easily. Here i want to share some Android data recovery tools to recover data from android smartphones. Recovery-Android Recovery android is best software to recover contacts and messages from android phones. This software is provide trial version and premium version. Download software and install on pc, connect mobile with cable and ...