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,854 other subscribers

Archive for the ‘Windows’ Category

NTUSER.INI – sets what parts of your Windows profile are roaming

Posted by jpluimers on 2014/02/14

Never noticed this file before until I got some trouble with several systems sharing parts of a roaming profile.

The content of my %USERPROFILE%\ntuser.ini file is this:
[General]
ExclusionList=AppData\Local;AppData\LocalLow;$Recycle.Bin;Tracing;PrivacIE
[ProfileLoadType]
LastUploadState=Complete

[[The ntuser.ini file is used to set up the user roaming profile components that are not copied to the server.]]

http://www.comptechdoc.org/os/windows/win2k/win2kusers.html

The ExclusionList is for excluding directories in roaming profiles.

The same info is also found here…

HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Winlogon
ExcludeProfileDirs

System tool may not correctly display the user profile size in Windows

Server 2003

http://support.microsoft.com/default.aspx?scid=kb;en-us;842212

–jeroen

via: NTUSER.INI.

Posted in Power User, Windows, Windows 7, Windows 8, Windows Vista, Windows XP | Leave a Comment »

How do you enlarge the font size in the address bar if you have a vision problem – Browsers – Windows 7

Posted by jpluimers on 2014/02/13

Here you can change the font (enlarge, bold, etc): How do you enlarge the font size in the address bar if you have a vision problem – Browsers – Windows 7.

–jeroen

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

Fixing Inverted Caps Lock on VMWare Fusion, Parallels, or Remote Desktop (RDP/MSTSC)

Posted by jpluimers on 2014/02/10

Every now and then my Mac RDP program will suddenly turn on the CAPS LOCK on the connected Windows terminal.

It happens on different OS X versions, and different Windows versions. I haven’t figured out the steps to reproduce yet. I will amend this post when I have (:

I also have it occasionally fail when I RDP from a physical Windows system to another Windows system, but far less than from Mac OS X.

You work around it using the On Screen Keyboard tool in Windows like Josh Adams explains:

  • launch the On-screen Keyboard application (generally this can be done by choosing Start ==> All Programs ==> Accessories ==> Accessibility ==> On-screen Keyboard; as noted by DrFooMod2 in a comment below, you can also bring up the On-screen Keyboard by typing “osk” without the quotes in the Windows Run… box) and
  • toggle Caps Lock by clicking on the virtual “lock” button in the application.
  • The On-screen Keyboard application shows–and can change–the state of Caps Lock

The easiest way to start the On Screen Keyboard is to create a shortcut to this:

%windir%\system32\osk.exe

–jeroen

via: Josh Adams’s Blog: Fixing Inverted Caps Lock on VMWare Fusion, Parallels, or Remote Desktop.

Posted in Apple, Keyboards and Keyboard Shortcuts, Mac, Mac OS X / OS X / MacOS, Mac OS X 10.4 Tiger, Mac OS X 10.5 Leopard, Mac OS X 10.6 Snow Leopard, Mac OS X 10.7 Lion, MacBook, MacBook-Air, MacBook-Pro, OS X 10.8 Mountain Lion, Power User, Remote Desktop Protocol/MSTSC/Terminal Services, Windows | 1 Comment »

Create a Bootable USB Key Thumb Drive in Windows Vista/7 with the Command Line

Posted by jpluimers on 2014/02/07

Open a command prompt with administrator rights and enter the following sequence of commands:

  • diskpart
  • list disk
  • select disk {number}
  • clean
  • create partition primary
  • select partition 1
  • active
  • format fs=fat32 quick
  • assign
  • exit

Which was for experimenting with a few of the entries in Top 5 Free Rescue Discs for Your Sys Admin Toolkit and Kaspersky Rescue Disk 10.

I think I like Download Hiren’s BootCD 15.2 | HBCD Fan & Discussion Platform most.

Another way to get it on a USB stick is through Launching Hiren’s BootCD from USB Flash Drive | HBCD Fan & Discussion Platform.

Wiping out the HPA and DCO stays difficult though: linux – Harddrive – wipe out “hidden areas” like HPA and DCO also after malware infection – Super User.

–jeroen

via: Create a Bootable USB Key Thumb Drive in Windows Vista/7 with the Command Line and Best Free Rootkit Scanner and Remover and Five free portable rootkit removers – TechRepublic and Utility Spotlight: Scan for Malware Outside of Windows | TechNet Magazine and What Is a Host Protected Area?.

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

Display Windows 8.x Edition & Build Version on Your Desktop (via: Team Windows 8)

Posted by jpluimers on 2014/02/04

Display Windows 8 Edition & Build Version on Your Desktop | Team Windows 8:

Two keys needed: one HKCU one HKLM. You need to be Administrative user with a CUA token to install the second one.


Windows Registry Editor Version 5.00
;http://teamwindows8.com/2013/03/display-windows-8-edition-build-version-on-your-desktop/
[HKEY_CURRENT_USER\Control Panel\Desktop]
"PaintDesktopVersion"=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Windows]
"DisplayVersion"=dword:00000001

–jeroen

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

To force-quit Mac Applications: the Mac equivalent of “Ctrl Alt Delete” (via: eHow.com): Option-Command-Esc

Posted by jpluimers on 2014/02/03

Once every while, a full screen app on your Mac hangs, and there is no way to Command-Tab to another application.

PC addicts then press Ctrl+Alt+Del, to either get to the Task Manager, or to logoff/reboot.

For a Mac, there are two:

  1. Force Quit Read the rest of this entry »

Posted in Apple, Keyboards and Keyboard Shortcuts, Mac, Mac OS X / OS X / MacOS, Mac OS X 10.4 Tiger, Mac OS X 10.5 Leopard, Mac OS X 10.6 Snow Leopard, Mac OS X 10.7 Lion, MacBook, MacBook-Air, MacBook-Pro, OS X 10.8 Mountain Lion, Power User, Windows, Windows 7, Windows 8, Windows Server 2000, Windows Server 2003, Windows Server 2003 R2, Windows Server 2008, Windows Server 2008 R2, Windows Vista, Windows XP | Leave a Comment »

Hanselman’s Newsletter of Wonderful Things: December 17th, 2013 – Scott Hanselman

Posted by jpluimers on 2014/02/03

Always an interesting read, and usually posted to his blog a while after the email blast gets out.

There is too much information to fully re-post here, so here is an abstract of the entries I already had benefits from, or have a high interest in:

(BTW: don’t you love the that the bug report about WordPress.com adding backslashes in the “Press This” functionality still got no official WordPress response after 3 months?)

–jeroen

via: Hanselman’s Newsletter of Wonderful Things: December 17th, 2013 – Scott Hanselman.

Posted in Development, Power User, Software Development, Windows | Leave a Comment »

Downloading https urls from the commandline through cURL for Windows

Posted by jpluimers on 2014/01/27

Lately I moved more and more away from wget, mainly because out of the box, wget (and also aria2, which I like for the bittorrent support) handle https downloads so badly: you need to manually setup your CA store on each and every installed system.

Not so with cURL, especially not on Windows any more, as “recently” (that is: since the last time I examined it, which is over a year ago now), there is a new kid in town: cURL for Windows: a Windows Installer for the Web Transfer Tool.

You don’t even need to download the installer. Grabbing the stuff from the bin directory in the zip download is enough: it contains a prepackaged CA certificate set that works splendid.

So now downloading https://dl.google.com/update2/installers/ChromeStandaloneSetup.exe to the current directory is as simple as Read the rest of this entry »

Posted in *nix, Batch-Files, Development, Power User, Scripting, Software Development, wget, Windows | Tagged: , | Leave a Comment »

Mac function keys (F1-F12) in remote desktop (Windows RDP/MSTSC) – MacRumors Forums

Posted by jpluimers on 2014/01/24

The F keys on a Mac still perform the Mac OS X specific function, even in a full screen RDP session, but you can get their Windows functionality back with ease as MacRumors user blindzombie shows:

I got it to work with fn – command – F9

or just command – F9 if you set your keyboard preferences to use F1, F2, etc as standard function key

–jeroen

via function keys (F1-F12) in remote desktop – MacRumors Forums.

Posted in Apple, Keyboards and Keyboard Shortcuts, Mac, Mac OS X / OS X / MacOS, Mac OS X 10.4 Tiger, Mac OS X 10.5 Leopard, Mac OS X 10.6 Snow Leopard, Mac OS X 10.7 Lion, MacBook, MacBook-Air, OS X 10.8 Mountain Lion, Power User, Remote Desktop Protocol/MSTSC/Terminal Services, Windows | Leave a Comment »

Reminder: find out which Windows 7 drivers work for ScanSnap S510 from Fujitsu

Posted by jpluimers on 2014/01/14

One of the few Windows XP machines left is main usage is for the Fujitsu ScanSnap S510 scanner that I have been using for years: it is small, does duplex scanning, emits searchable PDFs through an embedded Adobe Acrobat and Abby ScanSnap Edition OCR license. The Scan button on the scanner “just works” and allows for a “Scan Now, organize later” workflow.

Just Works: if a user is logged in on the Windows machine, which usually is the case.

Next to that, it is used for internet browsing and remote desktop access to VMs in the various clouds: it is more than adequate for that with dual Dell UltraSharp U2407WFP monitors at 1920×1200. The extra 120 pixels over “modern” 1080p do make a difference you know.

I never bothered to upgrade the machine, as it works so nicely and I have had bad experience replacing systems that include embedded licenses: it usually doesn’t work.

Of course I could buy a new ScanSnap iX500, but I don’t want to increase the electronic waste unless I’ve researched if it is possible to get the ScanSnap S510 working on Windows 7 or 8.x, or even on one of my Macs.

So here are some links for further research on a light-weight solution: Read the rest of this entry »

Posted in Apple, Fujitsu ScanSnap, Hardware, ix500, Mac, Mac OS X / OS X / MacOS, MacBook, MacBook Retina, MacBook-Air, MacBook-Pro, OS X 10.8 Mountain Lion, OS X 10.9 Mavericks, Power User, Scanners, Windows, Windows 7, Windows 8 | 1 Comment »