Advertisement
Guest User

Untitled

a guest
Aug 23rd, 2019
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.52 KB | None | 0 0
  1. ملاحظة(1). في حال كنت من مستخدمي ويندوز 10 فلست بحاجة إلى هذا الشرح
  2. ملاحظة(2). هذا الشرح وكافة الشروحات التالية باللغة الإنجليزية نظراً لعدم دعم الموقع الكتابة من اليمين إلى اليسار
  3. ================================================================
  4. *Use your PC or your mobile in horizontal mode to see the full command.
  5. First, press Windows+R to open Run window and type powershell, after that press enter.
  6. In powershell, type the following command and press enter:
  7. Get-Host | Select-Object Version
  8. Your version should be 5.1.XXXXX.XXX (X means variable)
  9. If else, download and install the following program:
  10. https://www.microsoft.com/en-us/download/details.aspx?id=54616
  11. After install, press Windows+R to open Run window and type powershell, after that press ctrl+shift+enter. (If the User Account Control dialog box appears click Yes)
  12. In powershell, type the following command and press enter:
  13. Set-ExecutionPolicy RemoteSigned -Force
  14. To verify that everything done correctly, type the following command and press enter:
  15. Get-ExecutionPolicy
  16. If you get back the following value, then everything has been configured correctly:
  17. RemoteSigned
  18. ================================================================
  19. For more information, please visit the following website:
  20. https://docs.microsoft.com/en-us/skypeforbusiness/set-up-your-computer-for-windows-powershell/download-and-install-windows-powershell-5-1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement