Tag Archives: windows

Powershell: Function Pointer

Hi,

Powershell provides also the ability to use function pointers such as C or C++.

Define your functions
Continue reading Powershell: Function Pointer

Windows: Clipboard not working

Hi,

when have opened a Remote Desktop Connection it sometimes happened that the clipboard stops working.

When you closing and reestablish the Remote Desktop Connection the clipboard functionally comes back.

But its also possible without closing the RDP Session:
Continue reading Windows: Clipboard not working

Windows: Open Registry Editor regedit.exe at a given key

Hi,

regedit.exe does not accept any command line parameters for opening a given key.
Continue reading Windows: Open Registry Editor regedit.exe at a given key

Windows: Locate the CA in your Active Directory Infrastructure

Hi,

there are two ways to determine the Certitification Authority in your Active Directory environment.
Continue reading Windows: Locate the CA in your Active Directory Infrastructure

Windows: Open search index option GUI

Hi,

search index GUI is not an exe file. The GUI resides in an DLL. To open it you have to call it by rundll32

Continue reading Windows: Open search index option GUI