1. Sorry but you misunderstand. Ports are only open if three conditions exist1. there is a program responding on the requested port2. port is forwarded to the listening program3. or you have enabled a DMZ which forwards all portsYou should be able to forward port 22 to the static ip of your ftp serverRead more

    Sorry but you misunderstand. Ports are only open if three conditions exist

    1. there is a program responding on the requested port
    2. port is forwarded to the listening program
    3. or you have enabled a DMZ which forwards all ports

    You should be able to forward port 22 to the static ip of your ftp server at each site and have ftp access.

    Answers are only as good as the information you provide.
    How to properly post a question:
    Sorry no tech support via PM’s

    message edited by wanderer

    See less
    • 0
  2. Just to better understand the situation, why do you have two DC's? One for each location? Backup DC? Are they both in the same forest? It sounds like your DNS may be off somewhere.

    Just to better understand the situation, why do you have two DC’s? One for each location? Backup DC? Are they both in the same forest?
    It sounds like your DNS may be off somewhere.

    See less
    • 0
  3. ieSpell was last updated in 2010 (5 years ago) As long as it does what you expect, use it. I am sure you understand it will not work on Word and Notepad, only IE.

    ieSpell was last updated in 2010 (5 years ago) As long as it does what you expect, use it. I am sure you understand it will not work on Word and Notepad, only IE.

    See less
    • 0
  4. Try IE Reset: Go to IE > Tools > Internet Options > Advanced. Hit Reset button near bottom. You won't lose your favorites, just add-ons which soon come back with usage.

    Try IE Reset:
    Go to IE > Tools > Internet Options > Advanced. Hit Reset button near bottom.
    You won’t lose your favorites, just add-ons which soon come back with usage.

    See less
    • 0
  5. Go into Updates & see if there are any more forthcoming.If all Updates are definitely finished, run this tool, don't install anything, just upload a SS ( screenshot ) of all it finds.SlimDrivershttp://www.softpedia.com/get/System...http://slimdrivers.com/http://i.imgur.com/iXZx7kX.gifUpload hereRead more

    Go into Updates & see if there are any more forthcoming.

    If all Updates are definitely finished, run this tool, don’t install anything, just upload a SS ( screenshot ) of all it finds.

    SlimDrivers
    http://www.softpedia.com/get/System…
    http://slimdrivers.com/
    http://i.imgur.com/iXZx7kX.gif

    Upload here.

    File Convoy
    http://www.fileconvoy.com/index.php ( no time delays/Captcha-I’m not a Robot/account/registration needed )

    See less
    • 0
  6. The video format? No, it's not required to run your system. Not sure why you have an entire folder dedicated to it. Unless you're talking about WBEM, in which case, do you need WMI? *shrug* Group policy might fail if it's missing. Security Center is listed as a service dependency, but otherwise I doRead more

    The video format? No, it’s not required to run your system. Not sure why you have an entire folder dedicated to it.
    Unless you’re talking about WBEM, in which case, do you need WMI? *shrug* Group policy might fail if it’s missing. Security Center is listed as a service dependency, but otherwise I don’t think anything in Windows itself relies on it. Some programs use it; mostly when they’re gathering info about your system. You really shouldn’t delete it unless you know how to rebuild it. In your case, something’s probably using it if there’s that much activity.

    See less
    • 0
  7. The only way is to ask your chat partner. Their IP address is known only by the chat host and they are not going to tell you. Why do you want the IP address? There is very little you can do with it even if you could obtain it.

    The only way is to ask your chat partner. Their IP address is known only by the chat host and they are not going to tell you.
    Why do you want the IP address? There is very little you can do with it even if you could obtain it.

    See less
    • 0
  8. cpuz145_x64.sys may very well be a legitimate file, did you do a search? Do you have Speccy installed? It appears to be part of that rather than CPUZ. Here's a thought - install Revo Uninstaller (if you don't already have it), then uninstall both Speccy & CPUZ making sure to use the Advanced setRead more

    cpuz145_x64.sys may very well be a legitimate file, did you do a search? Do you have Speccy installed? It appears to be part of that rather than CPUZ. Here’s a thought – install Revo Uninstaller (if you don’t already have it), then uninstall both Speccy & CPUZ making sure to use the Advanced setting so you can clear out any orphan files or registry settings. Also run CCleaner-Slim or CCleaner portable to clear out anything else that might be lurking about. Reboot afterwards. If you feel you still need CPUZ or Speccy, use the portable versions instead. Revo also has a portable version.

    https://www.revouninstaller.com/pro…
    https://www.ccleaner.com/ccleaner/b…
    https://www.cpuid.com/softwares/cpu… (get the ZIP version)
    https://m.majorgeeks.com/files/deta…

    “it is telling me to Quarantine my Advanced System Care Pro”

    Maybe you know something I don’t know, but I wouldn’t install it on my system.

    See less
    • 0
  9. I've worked this out using XP SP3 but by all means check it in regedit manually before you start: Paste what follows between the two lines below into NotePad and save it as: Center.reg =============================================== Windows Registry Editor Version 5.00 [HKEY_USERS\S-1-5-21-602162358Read more

    I’ve worked this out using XP SP3 but by all means check it in regedit manually before you start:
    Paste what follows between the two lines below into NotePad and save it as:
    Center.reg
    ===============================================
    Windows Registry Editor Version 5.00

    [HKEY_USERS\S-1-5-21-602162358-1336601894-725345543-1005\Control Panel\Desktop]
    “WallpaperStyle”=”0”

    ===============================================

    Now Paste what follows between the next pair of lines into NotePad and save
    this one as:
    Stretch.reg
    ===============================================
    Windows Registry Editor Version 5.00

    [HKEY_USERS\S-1-5-21-602162358-1336601894-725345543-1005\Control Panel\Desktop]
    “WallpaperStyle”=”2”

    ===============================================

    Note that you must have either one or two (max) line feeds at the bottom below each Wallpaper Style entry.

    You should then be able to switch between Center and Stretch by double clicking the appropriate file. To avoid the prompts you can run each of these via a batch file with /s in it. If you need any assistance with this I’ll be back tommorow as its gone 1.15am now and I’m off to bed.

    There is probably a way of toggling these registry changes via a shortcut but that could take a bit more thought – at least it points you in the right direction. Let us know how you get on.

    See less
    • 0
  10. Can't help much, don't have outlook. If everything works except the "unread section" (i guess you mean: 'If objMessage.UnRead = True Then') see what happens when you look at this item: msgbox objMessage.UnRead Also, doesn't vbscript frown on "NEXT var"? (mine does, it wants: NEXT, without the variabRead more

    Can’t help much, don’t have outlook. If everything works except the “unread section” (i guess you mean: ‘If objMessage.UnRead = True Then’)
    see what happens when you look at this item:
    msgbox objMessage.UnRead
    Also, doesn’t vbscript frown on “NEXT var”? (mine does, it wants: NEXT, without the variable, like):
    for i=1 to 10
    msgbox i
    next
    otherwise i get “line 3: expected end of statement”

    See less
    • 0