Search found 7995 matches
- Sun May 08, 2022 12:29 pm
- Forum: PowerShell GUIs
- Topic: Bring cursor to top in richtextbox after enter then
- Replies: 17
- Views: 1162
Re: Bring cursor to top in richtextbox after enter then
I know. But there also seemed confusion as to how to place the caret.
- Sun May 08, 2022 7:42 am
- Forum: PowerShell Studio
- Topic: Bypassing scheduled task creation during install
- Replies: 3
- Views: 1739
Re: Bypassing scheduled task creation during install
I am not aware of any scheduled tasks created by our installer. Which specific task do you see created?
- Sun May 08, 2022 7:39 am
- Forum: PowerShell GUIs
- Topic: Bring cursor to top in richtextbox after enter then
- Replies: 17
- Views: 1162
Re: Bring cursor to top in richtextbox after enter then
Place caret in RTB:
https://social.msdn.microsoft.com/Forum ... ?forum=wpf
Place caret in a TextBox
https://www.c-sharpcorner.com/UploadFil ... n-textbox/
https://social.msdn.microsoft.com/Forum ... ?forum=wpf
Place caret in a TextBox
https://www.c-sharpcorner.com/UploadFil ... n-textbox/
- Fri May 06, 2022 7:38 pm
- Forum: PowerShell Studio
- Topic: Intellisense not working/cache not building
- Replies: 33
- Views: 5545
Re: Intellisense not working/cache not building
The reason I am asking, this indicates that PowerShell can get the meta data of a module and it can see it existence. But loading it and getting exported cmdlets etc fails. That is usually an indication of missing runtimes or other pre-requisites. To determine dependencies it would be easiest if I c...
- Fri May 06, 2022 12:16 pm
- Forum: PowerShell Studio
- Topic: Intellisense not working/cache not building
- Replies: 33
- Views: 5545
Re: Intellisense not working/cache not building
Interesting. Tell me one module I might have or can download.
- Fri May 06, 2022 6:16 am
- Forum: PowerShell Studio
- Topic: Intellisense not working/cache not building
- Replies: 33
- Views: 5545
Re: Intellisense not working/cache not building
Go to this folder: C:\ProgramData\SAPIEN\PresetCache 2.1\ModuleCacheV5 Look at the files for a module name and version that does not work and note down the sizes or make a copy of the files elsewhere. Then delete the .alias, .syntax, .cmdlets files for that module. Rebuild the cache. See if the file...
- Fri May 06, 2022 5:42 am
- Forum: PowerShell Studio
- Topic: Intellisense not working/cache not building
- Replies: 33
- Views: 5545
Re: Intellisense not working/cache not building
Ok, thanks. First thing we need to find out if this is a module specific problem or a general problem, a.k.a. a condition called cache fubared. So the first question is, does the Bitlocker module show cmdlets in the object browser and is the intellisense for that working? Second one is, this Dental-...
- Fri May 06, 2022 5:11 am
- Forum: PowerShell Studio
- Topic: Intellisense not working/cache not building
- Replies: 33
- Views: 5545
Re: Intellisense not working/cache not building
Vi guy here. What do you have selected in the platform selector and what does the object browser show? Feel free to post screenshots.
- Wed May 04, 2022 12:28 am
- Forum: PowerShell Studio
- Topic: How to submit bug report
- Replies: 6
- Views: 2335
Re: How to submit bug report
We have reproduced the problem and are testing a fix.
- Wed May 04, 2022 12:27 am
- Forum: PowerShell Studio
- Topic: impersonate user make .exe pop-up user and password
- Replies: 1
- Views: 1749
Re: impersonate user make .exe pop-up user and password
Thanks, we are aware and working on it. At the moment we have no idea yet what happened. Stay tuned please.