The Wiert Corner – irregular stream of stuff

Jeroen W. Pluimers on .NET, C#, Delphi, databases, and personal interests

  • My badges

  • Twitter Updates

  • My Flickr Stream

  • Pages

  • All categories

  • Enter your email address to subscribe to this blog and receive notifications of new posts by email.

    Join 1,839 other subscribers

Archive for the ‘Windows’ Category

StarTeam 2005 on Windows 2003 Server using MSDE: service dependencies

Posted by jpluimers on 2010/08/24

Recently, I had to restore StarTeam 2005 on a Windows 2003 Server.

An out-of-the-box install using MSDE 2000 does not want to run as a service.

This post shows you how I solved that problem. Read the rest of this entry »

Posted in Database Development, Development, MSDE 2000, Power User, Software Development, Source Code Management, SQL Server, SQL Server 2000, StarTeam, Windows, Windows Server 2003 | Leave a Comment »

RDP to VMware host running an XP guest: Invisible Mouse Cursor on Text Editors

Posted by jpluimers on 2010/08/06

Scenario is this;

  1. RDP into a host running VMware
  2. Use the VMware client to run XP as guest
  3. Hover the mouse over a text editor
  4. The mouse cursor becomes invisible

I have seen it happen under these circumstances: Read the rest of this entry »

Posted in Power User, VMware, Windows, Windows 7, Windows Vista, Windows XP | 7 Comments »

Solution: Can’t paste on a web-site with Ctrl-V

Posted by jpluimers on 2010/07/16

Quite a few web sites have fields where you cannot paste with Ctrl-V.
I don’t know why: pasting text input is a great way to speed up your work.

A solution for most of them: Read the rest of this entry »

Posted in Chrome, Firefox, Hardware, IBM SAA CUA, Internet Explorer, Keyboards and Keyboard Shortcuts, KVM keyboard/video/mouse, Power User, Web Browsers, Windows | 1 Comment »

Telnet for Windows Vista & Windows 7

Posted by jpluimers on 2010/05/20

I wrote about Telnet for Windows Vista & Windows 7.

These steps are even easier:

  1. Press the Windows key
  2. type “turn windows features on or off”
  3. choose “Telnet Client”
  4. press OK
  5. wait a few seconds for the install to complete

–jeroen

Posted in Power User, Windows, Windows 7, Windows Vista | 1 Comment »

Windows 7/Vista: How to access Administrative Shares (C$, IPC$, …) via PaulSpoerry.com

Posted by jpluimers on 2010/05/13

A while after installing a new copy of Vista or Windows 7, I usually want to be able to access the administrative shares (like C$, Admin$, IPC$, etc).

On Windows 7 and Vista, those are by default not enabled.

To enable them, import this enable-windows-7-vista-server-2008-administrative-shares.reg file into the registry:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]
"LocalAccountTokenFilterPolicy"=dword:00000001

You need to reboot your system once after this registry change.

Or from a batch file as Administrator:

reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System" /v "LocalAccountTokenFilterPolicy" /t REG_DWORD /d 0 /f

Later I name the files like this:

enable.windows-vista-and-up.administrative-shares.bat
enable.windows-vista-and-up.administrative-shares.reg

–jeroen

via [WayBack] How to access Administrative Shares on Vista C$ | PaulSpoerry.com

Posted in Power User, Windows, Windows 10, Windows 7, Windows 8, Windows 8.1 | Leave a Comment »

5 Alternatives to Keeping a Fax Machine

Posted by jpluimers on 2010/01/14

Like Thursday Bram, I can’t remember the last time I sent a FAX.
I still have a FAX: it is a multifunctional HP Color LaserJet 2840.
It was one of my biggest mistakes, see at the end of this blog article why.

Back to faxing: unlike Thursday, I live in The Netherlands, so I’ll explain how my FAX stuff works. Read the rest of this entry »

Posted in HP Printer Drivers, HP Scanjet, HP Scanjet 4600, Power User, Printer drivers, Printers | Leave a Comment »

Windows 7 has lots of ‘GodModes’ (exclusive) | Beyond Binary – CNET News

Posted by jpluimers on 2010/01/14

Some more GodModes in Windows 7.
Note that some might work in Vista too, but note that Vista-64 users have problems with the original ‘GodMode.{ED7BA470-8E54-465E-825C-99712043E01C}‘ folder name (in fact any name before the dot will work: ‘Thor.{ED7BA470-8E54-465E-825C-99712043E01C}‘ is fine too.

You can also run ‘explorer shell:::{ED7BA470-8E54-465E-825C-99712043E01C}‘ from the command-line or from a batch file (like thor.bat).

Via:

–jeroen

Posted in GodMode, Pingback, Power User, Windows, Windows 10, Windows 7, Windows 8, Windows 8.1, Windows Vista | Leave a Comment »

Reminder to self: what to do if RDP (MSTSC) or VMware clipboard sharing is broken

Posted by jpluimers on 2009/09/18

Some things to check when clipboard sharing for Remote Desktop (RDP/MSTSC) or VMware is broken. Read the rest of this entry »

Posted in Fusion, Power User, Remote Desktop Protocol/MSTSC/Terminal Services, View, VMware, VMware Workstation, Windows, Windows 7, Windows Server 2000, Windows Server 2003, Windows Server 2003 R2, Windows Server 2008, Windows Server 2008 R2, Windows Vista, Windows XP | Leave a Comment »