Keyboard Shortcuts
ctrl + shift + ? :
Show all keyboard shortcuts
ctrl + g :
Navigate to a group
ctrl + shift + f :
Find
ctrl + / :
Quick actions
esc to dismiss
Likes
- UI-View
- Messages
Search
Re: Before You Install Windows 10 (Or even if you don't want to) Read This
Has anyone vetted these steps?
toggle quoted message
Show quoted text
Jim wb4gcs@... On 9/10/2015 4:51 PM, 'Pat Thompson' tylert113@... [ui-view] wrote:
|
Re: Before You Install Windows 10 (Or even if you don't want to) Read This
Thank-you for this information. Much appreciated!!!
Pat Thompson KA7ETU From: mailto:ui-view@... Sent: Thursday, September 10, 2015 1:13 PM To: Stephen Smith Subject: [UI-View] Before You Install Windows 10 (Or even if you don't want to) Read This As most of you know, Microsoft is currently engaged in an unprecedented hard-sell campaign to push rapid adoption of Windows 10 by existing users of Win 7 and 8.This includes a series of nagware popups urging you to ¡°Get Windows 10¡± being stealth installed on Window 7 and 8 devices in the guise of bug fixes and security updates by Windows Update. 1)Win 10 is the last discrete version of Windows ever. From now on out, it will be continually and endlessly changing with silent FORCED updates without your consent or knowledge. Unlike previous versions of Windows, where Window Update would present a list of patches and let you pick and choose which ones to apply, Win 10 just silently forces changes into your system. This would be great --IF-- MS didn't have such a horrible record of botched updates. In just the FIRST week of Win 10 release, there have been three major screwups that have bricked just-installed Win 10 installations. One driver update for certain video chips locked machines into endless reboots, and one totally killed many machines rendering them unable to boot at all. This continual unannounced changing of Win 10 means you are dealing with an endlessly moving unknown target. Just because programs and device drivers worked today, there is no assurance they will work tomorrow, next week or next month, due to the endless stealth updates. This is going to be especially significant with ham software because much of it hasn't changed significantly since the XP era of the mid-to late 2000's. Sooner or later some secret update will start breaking these elderly programs, with no recourse to uninstall the offending patch (if you can even identify it). 2)Win 10 has escalated invasion of privacy to an unprecedented level. Win 10 is far more "cloud-oriented" than previous versions of Windows. As part of this, it's embedded "telemetry" reports practically everything you do, every program you run, every file you open back to the MS mother ship for analysis and marketing purposes. It shares your WiFi passwords with friends on your contact list. It contains hooks to pop up ads in the middle of LOCALLY RUNNING programs. It attempts to default file saves of local programs to Microsoft's cloud, rather than to your own hard disk. It tries to thwart downloads of browsers other than Edge;i.e. that can run adblocker and popup-blocker plug-ins. It ignores entries in the Windows HOSTS file aimed at blocking unwanted communications to specific URLs.MS has taken it upon itself to scan your local files to determine which of your BitTorrent downloads and installed programs are "illegal". 3)*MS is now attempting to stealth-load the same telemetry "spyware" into Win 7 and Win 8 systems under the guise of "important Customer Experience Improvement¡± patches by Windows Update. However, at least with Win7 and 8 you can see the list of proposed downloads BEFORE they download, and uncheck them. Further, there are simple third-party batch file tools that can scan and uninstall this unwanted invasive crapware, including the "Get Windows 10" nagware popups campaign.*) 4)MS is now stealth-downloading the ENTIRE Win 10 setup image (i.e. multi-gigabyte DVD image) into Win 7 & 8 systems, whether or not you asked for it, "just in case you decide to upgrade". It's stealing gigabytes of your disk space and blowing through wireless device data quotas. From <> <> (Please note this is a British IT news site and NOT the American ¡°±·²¹³Ù¾±´Ç²Ô²¹±ô Enquirer¡± scandal sheet weekly paper): "*Microsoft is downloading Windows 10 to your machine 'just in case*' MICROSOFT HAS CONFIRMED that Windows 10 <> is being downloaded to computers whether or not users have opted in.A reader has pointed out to us that, despite not having 'reserved' a copy of Windows 10, he had found that the ~BT folder, which has been the home of images of the new operating system since before rollout began, had appeared on his system. He had no plans to upgrade and had not put in a reservation request." The trojan horse ¡°patch¡± to Windows 7 and 8 that starts this assault is Windows Update ¡°KB3035583¡±a.k.a.¡°GWX¡± (Get Windows X a.k.a. Windows 10) . The first sign you have been hit with this unwanted crapware is the appearance of a white Windows logo in the system tray in the lower-right corner of the Windows desktop on Win 7 and 8 systems.An incessant series of popups urging you to update will follow. You can head off this download with the following registry entry: Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\GWX] "DisableGWX"=dword:00000001 Open Notepad or another text editor.Copy/paste the three lines above into the blank document.Save as "NoWin10.reg¡± .Note that this file must have the extension ¡°.REG¡± rather than the default¡°.TXT¡±.Exit the editor.Locate the this file in the Windows Explorer, RIGHT-click it and choose ¡°Merge¡±.After a couple of¡°Are you really sure?¡± type prompts, it will add this value to the Windows registry. If you have already been hit with the GWX nagware and possible installs ofWin10-style ¡°telemetry¡±, you can un-install them with the following .CMD file (i.e. Windows version of a classic DOS ¡°batch file¡±.) Open a blank document in Windows Notepad or similar text editor.Copy/paste the following lines into it.Save the file as ¡°NukeWin10.CMD¡± or some such. Note the file extension ¡°.CMD¡± rather than the default¡°.TXT¡±.After the save, locate this file in the Windows Explorer. RIGHT-click it and ¡°Run As Administrator¡±. After a couple of UAC "Are you sure?" prompts, a black "DOS Box" window will open. You will be repeatedly asked to "Hit any key to continue". Just keep entering <ENTER> until the black window closes; then reboot. @ECHO off ECHO . ECHO This batch file removes several Windows 10-inspired ECHO spyware a.k.a. "telemetry" components stealth- ECHO installed into Windows 7 and 8 systems under the ECHO guise of Windows security patches by Windows Update. ECHO . ECHO It also removes the "Upgrade to Windows 10 "nagware" ECHO KB 3035583. ECHO . ECHO Hit ENTER to continue after each pause. ECHO . ECHO This batch file must be run with administator ECHO privileges; i.e. right-click this file and ECHO "Run As Administrator".Reboot system after final ECHO uninstall runs and black command window closes. ECHO . ECHO on pause wusa /uninstall /kb:3035583 /norestart pause wusa /uninstall /kb:2990214 /norestart pause wusa /uninstall /kb:2952664 /norestart pause wusa /uninstall /kb:3022345 /norestart pause wusa /uninstall /kb:3068708 /norestart pause wusa /uninstall /kb:3075249 /norestart pause wusa /uninstall /kb:3080149 /norestart pause wusa /uninstall /kb:3044374 /norestart pause ECHOLast Uninstall, Reboot Now! Pause After the uninstalls complete, look for the subdirectory (i.e. ¡°folder¡±) located beneath the main Windows directory called\$Windows.~BT .You will need to have ¡°Show Hidden Files¡± enabled in the Explorer to see it.If found,delete it and its contents.(This is the location where the stealth download of the entire Windows 10 installer is being placed, eating up gigabytes of your disk space.) ---------------------------------------------------------- Stephen H. Smith wa8lmf (at) aol.com Skype: WA8LMF EchoLink: Node # 14400 [Think bottom of the 2-meter band] Home Page: Live Off-The-Air APRS Activity Maps <> Long-Range APRS on 30 Meters HF <> [Non-text portions of this message have been removed] |
Before You Install Windows 10 (Or even if you don't want to) Read This
As most of you know, Microsoft is currently engaged in an unprecedented
hard-sell campaign to push rapid adoption of Windows 10 by existing users of Win 7 and 8.This includes a series of nagware popups urging you to ¡°Get Windows 10¡± being stealth installed on Window 7 and 8 devices in the guise of bug fixes and security updates by Windows Update. 1)Win 10 is the last discrete version of Windows ever. From now on out, it will be continually and endlessly changing with silent FORCED updates without your consent or knowledge. Unlike previous versions of Windows, where Window Update would present a list of patches and let you pick and choose which ones to apply, Win 10 just silently forces changes into your system. This would be great --IF-- MS didn't have such a horrible record of botched updates. In just the FIRST week of Win 10 release, there have been three major screwups that have bricked just-installed Win 10 installations. One driver update for certain video chips locked machines into endless reboots, and one totally killed many machines rendering them unable to boot at all. This continual unannounced changing of Win 10 means you are dealing with an endlessly moving unknown target. Just because programs and device drivers worked today, there is no assurance they will work tomorrow, next week or next month, due to the endless stealth updates. This is going to be especially significant with ham software because much of it hasn't changed significantly since the XP era of the mid-to late 2000's. Sooner or later some secret update will start breaking these elderly programs, with no recourse to uninstall the offending patch (if you can even identify it). 2)Win 10 has escalated invasion of privacy to an unprecedented level. Win 10 is far more "cloud-oriented" than previous versions of Windows. As part of this, it's embedded "telemetry" reports practically everything you do, every program you run, every file you open back to the MS mother ship for analysis and marketing purposes. It shares your WiFi passwords with friends on your contact list. It contains hooks to pop up ads in the middle of LOCALLY RUNNING programs. It attempts to default file saves of local programs to Microsoft's cloud, rather than to your own hard disk. It tries to thwart downloads of browsers other than Edge;i.e. that can run adblocker and popup-blocker plug-ins. It ignores entries in the Windows HOSTS file aimed at blocking unwanted communications to specific URLs.MS has taken it upon itself to scan your local files to determine which of your BitTorrent downloads and installed programs are "illegal". 3)*MS is now attempting to stealth-load the same telemetry "spyware" into Win 7 and Win 8 systems under the guise of "important Customer Experience Improvement¡± patches by Windows Update. However, at least with Win7 and 8 you can see the list of proposed downloads BEFORE they download, and uncheck them. Further, there are simple third-party batch file tools that can scan and uninstall this unwanted invasive crapware, including the "Get Windows 10" nagware popups campaign.*) 4)MS is now stealth-downloading the ENTIRE Win 10 setup image (i.e. multi-gigabyte DVD image) into Win 7 & 8 systems, whether or not you asked for it, "just in case you decide to upgrade". It's stealing gigabytes of your disk space and blowing through wireless device data quotas. From <> <> (Please note this is a British IT news site and NOT the American ¡°±·²¹³Ù¾±´Ç²Ô²¹±ô Enquirer¡± scandal sheet weekly paper): "*Microsoft is downloading Windows 10 to your machine 'just in case*' MICROSOFT HAS CONFIRMED that Windows 10 <> is being downloaded to computers whether or not users have opted in.A reader has pointed out to us that, despite not having 'reserved' a copy of Windows 10, he had found that the ~BT folder, which has been the home of images of the new operating system since before rollout began, had appeared on his system. He had no plans to upgrade and had not put in a reservation request." The trojan horse ¡°patch¡± to Windows 7 and 8 that starts this assault is Windows Update ¡°KB3035583¡±a.k.a.¡°GWX¡± (Get Windows X a.k.a. Windows 10) . The first sign you have been hit with this unwanted crapware is the appearance of a white Windows logo in the system tray in the lower-right corner of the Windows desktop on Win 7 and 8 systems.An incessant series of popups urging you to update will follow. You can head off this download with the following registry entry: Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\GWX] "DisableGWX"=dword:00000001 Open Notepad or another text editor.Copy/paste the three lines above into the blank document.Save as "NoWin10.reg¡± .Note that this file must have the extension ¡°.REG¡± rather than the default¡°.TXT¡±.Exit the editor.Locate the this file in the Windows Explorer, RIGHT-click it and choose ¡°Merge¡±.After a couple of¡°Are you really sure?¡± type prompts, it will add this value to the Windows registry. If you have already been hit with the GWX nagware and possible installs ofWin10-style ¡°telemetry¡±, you can un-install them with the following .CMD file (i.e. Windows version of a classic DOS ¡°batch file¡±.) Open a blank document in Windows Notepad or similar text editor.Copy/paste the following lines into it.Save the file as ¡°NukeWin10.CMD¡± or some such. Note the file extension ¡°.CMD¡± rather than the default¡°.TXT¡±.After the save, locate this file in the Windows Explorer. RIGHT-click it and ¡°Run As Administrator¡±. After a couple of UAC "Are you sure?" prompts, a black "DOS Box" window will open. You will be repeatedly asked to "Hit any key to continue". Just keep entering <ENTER> until the black window closes; then reboot. @ECHO off ECHO . ECHO This batch file removes several Windows 10-inspired ECHO spyware a.k.a. "telemetry" components stealth- ECHO installed into Windows 7 and 8 systems under the ECHO guise of Windows security patches by Windows Update. ECHO . ECHO It also removes the "Upgrade to Windows 10 "nagware" ECHO KB 3035583. ECHO . ECHO Hit ENTER to continue after each pause. ECHO . ECHO This batch file must be run with administator ECHO privileges; i.e. right-click this file and ECHO "Run As Administrator".Reboot system after final ECHO uninstall runs and black command window closes. ECHO . ECHO on pause wusa /uninstall /kb:3035583 /norestart pause wusa /uninstall /kb:2990214 /norestart pause wusa /uninstall /kb:2952664 /norestart pause wusa /uninstall /kb:3022345 /norestart pause wusa /uninstall /kb:3068708 /norestart pause wusa /uninstall /kb:3075249 /norestart pause wusa /uninstall /kb:3080149 /norestart pause wusa /uninstall /kb:3044374 /norestart pause ECHOLast Uninstall, Reboot Now! Pause After the uninstalls complete, look for the subdirectory (i.e. ¡°folder¡±) located beneath the main Windows directory called\$Windows.~BT .You will need to have ¡°Show Hidden Files¡± enabled in the Explorer to see it.If found,delete it and its contents.(This is the location where the stealth download of the entire Windows 10 installer is being placed, eating up gigabytes of your disk space.) ------------------------------------------------------------------------------- Stephen H. Smith wa8lmf (at) aol.com Skype: WA8LMF EchoLink: Node # 14400 [Think bottom of the 2-meter band] Home Page: Live Off-The-Air APRS Activity Maps <> Long-Range APRS on 30 Meters HF <> [Non-text portions of this message have been removed] |
Re: Installing UI-View 32 on Windows 10
Ralph Milnes
Thank you to all who posted suggestions for resolving the issue with
opening UI-View32's "Help" files on Windows 10. I followed Jeff G8HUL's suggestion to use the fix from Komeil Bahmanpour: <> It works. I am now able to open UI-View's "Help" files from within UI-View. I will admit it was/is a little scary using an unconventional fix. For example, Chrome wouldn't download the file citing security issues. But Edge (Win 10's new browser) didn't have any problem with it and AVG didn't flag it. And Windows 10 doesn't seem to have a problem with it. I did add the two suggested edits in the Settings section of the install.cmd file: set WindowsVersion=7 goto :BypassVersionError At this point, I will keep my fingers crossed that it continues to work without problems. I will of course report any issues that come up. [Stephen WA8LMF: For me, the Version command in Win 10 reports: Microsoft Windows [Version 10.0.10240] Ralph |
New file uploaded to ui-view
Hello,
This email message is a notification to let you know that a file has been uploaded to the Files area of the ui-view group. File : /winhlpFIX.zip Uploaded by : g8hul <g8hul@...> Description : W10 help fix You can access this file at the URL: To learn more about file sharing for your group, please visit: Regards, g8hul <g8hul@...> |
Re: Installing UI-View 32 on Windows 10 UPDATE 2
Apparently the settings in the remailer on this group are mangling my
toggle quoted message
Show quoted text
formatting. Specifically, I had some text strings bold-faced. This has been replaced by asterisks ("*") in the message forwarded back to me by the Yahoo! remailer. DISREGARD ALL ASTERISKS in the message resent below! On 9/7/2015 4:57 PM, 'Stephen H. Smith' wa8lmf@... [ui-view] wrote:
|
Re: Installing UI-View 32 on Windows 10 UPDATE
On 9/7/2015 1:02 PM, 'Stephen H. Smith' wa8lmf@... [ui-view] wrote:
Turns out it was Firefox being paranoid, not the AV programs. Ironically, one poster on the link below says Win 10's new browser Edge passed the download without squawks.... Info below is from Microsoft's own discussion boards at: <> ------------------------------------------------------------------------------- There is a solution (thanks to Komeil Bahmanpour): Go to his site: *<>* Download *winhlp32-windows-7-x86-x64-komeil.cab*: *<>* I needed a solution in order to get help working for Delphi Studio Architect on Windows 10. Komeil's install.cmd file didn't work as is (its pre Win10) so I simply modified it. Unpack the download (Install.cmd, winhlp32.exe, winhlp32.exe.mui) to a new directory. Edit the install.cmd , and add the following two lines to the bottom of the '*settings*' section near the top of the file.: *set WindowsVersion=7* *goto :BypassVersionError* (yes, 'WindowsVersion=7' is correct.) Save the file and *execute as administrator*. All should go without error. Delphi help, and every other help file I've tried, now works exactly as it should! ------------------------------------------------------------------------------- This is essentially bypassing the version check originally in the .CMD file to prevent users from running this thing on Win 2000 or XP. I am going to try to clean up and repack this this script into a self-running automated Wizard-type Windows installer (i.e. standard setup file) that SHOULD work on any version of Win7-8-10. Since I do not have any Win 10 setups (and have no desire to have any) , would anyone be interested in testing this thing on Win 10 for me? If it works, I am going to post this on my website alongside the other downloads at: <> . ------------------------------------------------------------------------------- -- Stephen H. Smith wa8lmf (at) aol.com Skype: WA8LMF EchoLink: Node # 14400 [Think bottom of the 2-meter band] Home Page: Live Off-The-Air APRS Activity Maps <> Long-Range APRS on 30 Meters HF <> |
Re: Installing UI-View 32 on Windows 10
On 9/7/2015 12:43 PM, 'Jeff' g8hul@... [ui-view] wrote:
Strange..... 1) My attempts to download the zip file were flagged as "may contain a virus or malware" by both Panda and AVG antivirus. (Probably due to containing a .CMD file.) I overrode and downloaded it anyway. 2) The date stamps of the files inside the zip file are circa 2007 and 2009 -- i.e. long before even the first beta of Win 10 so it appears to not have been updated for at least 5-6 years. 2) Looking at the script, it seems to be doing version checking for versions of Windows up to Win 7 and aborts the run if it sees any version other than "6.1"; the under-the-hood version number for Windows. (Vista was 6.0, Win 8.0 is ver 6.2 and Win 8.1 is ver 6.3.) What version number do you see with Win 10? (Open the command window a.ka. "DOS box" and type "ver" without the quotes.) ------------------------------------------------------------------------------- ------------------------------------------------------------------------------- -- Stephen H. Smith wa8lmf (at) aol.com Skype: WA8LMF EchoLink: Node # 14400 [Think bottom of the 2-meter band] Home Page: Live Off-The-Air APRS Activity Maps <> Long-Range APRS on 30 Meters HF <> |
Re: Installing UI-View 32 on Windows 10
Jeff
The fix works for W10. Not sure if it has just been updated or it just
toggle quoted message
Show quoted text
works. Scroll down the page and read the posts. It is up and working on my W10 system. 73 Jeff G8HUL -----Original Message-----
From: ui-view@... [mailto:ui-view@...] Sent: 07 September 2015 17:28 To: ui-view@... Subject: Re: [UI-View] Installing UI-View 32 on Windows 10 On 9/7/2015 11:43 AM, g8hul@... [ui-view] wrote: How does this deal with Windows 10? The page above refers to a pre-release version of Windows 7. Are you saying the same zipfile and script worked with Win 10? 32- or 64-bit? (I have no Win 10 installations to experiment with.) By the way, don't hold your breath waiting for a installer fix for Win 10. Microsoft has already indicated that they will NOT be releasing a KB Winhlp installer for Win 10. If one appears, it will most likely be a third-party effort. ---------------------------------------------------------------------------- --- Stephen H. Smith wa8lmf (at) aol.com Skype: WA8LMF EchoLink: Node # 14400 [Think bottom of the 2-meter band] Home Page: Live Off-The-Air APRS Activity Maps <> Long-Range APRS on 30 Meters HF <> ------------------------------------ Posted by: "Stephen H. Smith" <wa8lmf@...> ------------------------------------ Please do not top post, and trim quoted text as much as possible. UI-View website: UI-View Registration: Select language & fill in your name and callsign. Return later to collect your registration. APRS Server List: To update the APRS Server List, change the download URL to... aprs2.net/APRServe2.txt For North American users, PMap 9 (Precision Mapping 9.0) along with PMapServer 9 can provide street level mapping for all of North America. They can be installed without hassle on Windows 7 & 8. PMapServer is available for download on the UI-View website. However, Undertow Software is no longer selling new copies of PMap 9, but existing owners can continue to use it as long as they can get it registered. Users of Windows Vista, 7 or 8 should not install UI-View below Program Files. Instead, create a folder elsewhere. To view UI-View's built-in context sensitive help file, download and install WinHlp32.exe. Useful hints and tips about setting up and using UI-View are available on Stephen WA8LMF's website. ------------------------------------ Yahoo Groups Links |
Re: Installing UI-View 32 on Windows 10
On 9/7/2015 11:43 AM, g8hul@... [ui-view] wrote:
How does this deal with Windows 10? The page above refers to a pre-release version of Windows 7. Are you saying the same zipfile and script worked with Win 10? 32- or 64-bit? (I have no Win 10 installations to experiment with.) By the way, don't hold your breath waiting for a installer fix for Win 10. Microsoft has already indicated that they will NOT be releasing a KB Winhlp installer for Win 10. If one appears, it will most likely be a third-party effort. ------------------------------------------------------------------------------- Stephen H. Smith wa8lmf (at) aol.com Skype: WA8LMF EchoLink: Node # 14400 [Think bottom of the 2-meter band] Home Page: Live Off-The-Air APRS Activity Maps <> Long-Range APRS on 30 Meters HF <> |
Re: Installing UI-View 32 on Windows 10
Unfortunately the Windows 8.1 version of the winhlp32 fix will not work on windows 10. For some reason there is a different version for every Windows version. It was the same when 7, 8 and 8.2 came out, there was a delay before MS came up with the fix.
There is a 3rd party fix that works for W 10 however see: <> I have it working on W10 73 Jeff G8HUL |
Re: Installing UI-View 32 on Windows 10
Have you tried installing the Win 8.1 version? It may well work on Windows 10
toggle quoted message
Show quoted text
and the Microsoft website just hasn't been updated. Shouldn't be any reason that it shouldn't work and there's no reason not to try it. John - K9IJ Ralph Milnes ralphmilnes@... [ui-view] wrote: I'm trying to do a fresh install of UI-View32 on Windows 10 and all goes --
John Rice K9IJ johnr@... Webmaster, Network Admin, Janitor |
Re: Installing UI-View 32 on Windows 10
Gerhard F5VAG
Hi Ralph
If you don't find a solution, here is a fall-back. I keep a copy of the help files as PDF created by KF4CHG in 2004. I had participated in the Win10 preview program and concluded that it was "urgent to wait", as the French say. 73 de Gerhard, F5VAG callsgn at name dot paris |
Re: Installing UI-View 32 on Windows 10
If you have a 2nd machine with XP win7 or win 8.1 use it for the help file
viewing Lloyd KO4L On Sep 6, 2015 1:34 PM, "Ralph Milnes ralphmilnes@... [ui-view]" < ui-view@...> wrote:
[Non-text portions of this message have been removed] |
Installing UI-View 32 on Windows 10
Ralph Milnes
I'm trying to do a fresh install of UI-View32 on Windows 10 and all goes
well until I try to configure it. As you may remember, UI-View is designed to open a .hlp file the first time you try to configure many settings, but Windows 10 can' t read UI-View's .hlp files. So it sends me to a Microsoft page that has no solution (it has .hlp readers for installation on Win 8.1 and earlier but not one for Windows 10.) And I really need to use the UI-View help files to configure it. Does anyone have a solution? For example, is there a way to fool Windows 10 into opening an older .hlp reader. Or should I start looking at utilities that convert .hlp files to .html? (This solution would not appear to fix the problem of UI-View being able to open it's own .hlp files -- but at least I could get at the info in the .hlp files.) Ralph NM5RM Santa Fe NM |
Re: UI-View and Screen readers
Flip KE4OBT wrote¡
I would like to install UI-View on The win7 box.Install it somewhere other than below Program Files. Any Windows version newer than XP doesn't like anything changing files below protected folders like Program Files. I have a registration and APRS Server code for my call: KE4OBT but would like to use the call KE4OBT-1.The same registration number and APRS validation number will work for KE4OBT and KE4OBT-1 and any other SSID. -- 73 Keith VE7GDH "I may be lost, but I know exactly where I am!" |
UI-View and Screen readers
Philip Halley
Greetings All,
I am a totally blind ham using: System Access by www.serotek.com as well as: NVDA by www.nvaccess.org.. I ran UI-View on an old win95 system years ago and now have both a win7 and win8.1 system with Internet access through a small home network. Both boxes are 64bit systems and I would like to install UI-View on The win7 box. I have a registration and APRS Server code for my call: KE4OBT.. But would like to use the call: KE4OBT-1.. Do I need to re-register the UI-View software to do this or will the codes I have work? Many Thanks and 73, Philip "Flip" Halley KE4OBT GrdSQ: EL99gp |
to navigate to use esc to dismiss