There is a GPO you can set: Computer Configuration\Windows Settings\Security Settings\Local Policies\Security Options\Network access: Restrict anonymous access to Named Pipes and Shares Tony
There is a GPO you can set:
Computer Configuration\Windows Settings\Security Settings\Local Policies\Security Options\Network access: Restrict anonymous access to Named Pipes and Shares
"Is Windows Defender really enough for antivirus protection?"If you're "smart" about threats, then yes...but it depends on who you ask:https://www.howtogeek.com/225385/wh...https://www.av-test.org/en/antiviru..."Never had such an issue with Avast on previous Win10 laptops though"The general rule (atRead more
“Is Windows Defender really enough for antivirus protection?”
If you’re “smart” about threats, then yes…but it depends on who you ask:
“Never had such an issue with Avast on previous Win10 laptops though”
The general rule (at least at one time) is to leave only one anti-virus program “live”. If you still have issues, then I’d suspect you’ve got some sort of hardware-related issue going on. Again, with only 2 months on the clock, I’d be seriously considering returning it…
Personally, I run Avast on Win7 64-bit (had Win10, really, really didn’t like it — reverted back to Win7). I also occasionally get a freeze on the SSD, though it’s not enough for me to ditch Avast, since fewer and fewer are supporting Win7
Is the router configured to respond to pings? Often they are not. Presumably you are trying to ping it by dotted quad rather than name; in that case it shouldn't matter whether it is the default gateway or just another device on the network. Assuming that both devices are on the same network, and yoRead more
Is the router configured to respond to pings? Often they are not. Presumably you are trying to ping it by dotted quad rather than name; in that case it shouldn’t matter whether it is the default gateway or just another device on the network.
Assuming that both devices are on the same network, and your netmask settings are correct, they should be able to talk to each other. You don’t say whether you can reach the Internet – presumably not, or else what is the problem.
Without knowing the network settings on the devices it’s difficult to give a more meaningful answer.
Have a look at these.Online Virus check ( free ) Run the following free, online virus scans.Using ESET's Online Scannerhttp://forums.majorgeeks.com/showth...http://www.eset.eu/online-scannerhttp://virusscan.jotti.org/http://www.virustotal.com/http://support.kaspersky.com/viruse...http://i275.photobuRead more
Yes delete them. They are quarantined instead of being deleted in case any of them are "false positives" (incorrectly identified as malware) and you need to retrieve it. If you know you don't need them, delete them.
Yes delete them. They are quarantined instead of being deleted in case any of them are “false positives” (incorrectly identified as malware) and you need to retrieve it.
If you know you don’t need them, delete them.
:: I'll leave it to you to nuke out the xcopy bit. :: :: :: ::====== script starts here =============== :: sequential backup folder numbers :: SEQ!back.bat 2014-07-16 21:17:36.77 @echo off & setLocal enableDELAYedeXpansioN for /L %%a in (1 1 1000) do ( if not exist d:\bak\mypix%%a ( set DEST=d:\Read more
:: I’ll leave it to you to nuke out the xcopy bit.
::
::
::
::====== script starts here ===============
:: sequential backup folder numbers
:: SEQ!back.bat 2014-07-16 21:17:36.77
@echo off & setLocal enableDELAYedeXpansioN
for /L %%a in (1 1 1000) do (
if not exist d:\bak\mypix%%a (
set DEST=d:\bak\mypix%%a
goto :done
)
)
:done
echo.DEST is !DEST!
goto :eof
::====== script ends here =================
Well, firstly it would help if you could explain what the program is intended to do, however im assuming you mean that when the application lauches it asks the user to enter credentials, if they credentials are incorrect after 3 failed attemnpts the applications should end. Ok here is a very importaRead more
Well, firstly it would help if you could explain what the program is intended to do, however im assuming you mean that when the application lauches it asks the user to enter credentials, if they credentials are incorrect after 3 failed attemnpts the applications should end.
Ok here is a very important question, where will the users crediantials (ie usernam and password) be stored???
i usually use an Access database to store this information, however if your application only had a hand full, maybe 10 users you could use a flat file such a as notepad and use some basic encryption to store the passwords, this is not the best solution, but with the lack of information you have provided we cannot really do much more.
@echo off for /F "delims=" %%j in ('type "my.File.properties"') do set %%j set my.webShere And now... beware the environment variables the batch sets up are not persistent, i.e. they vanish at batch's end.
@echo off
for /F “delims=” %%j in (‘type “my.File.properties”‘) do set %%j
set my.webShere
And now… beware the environment variables the batch sets up are not persistent, i.e. they vanish at batch’s end.
Netbios Null Session Vulnerability
There is a GPO you can set: Computer Configuration\Windows Settings\Security Settings\Local Policies\Security Options\Network access: Restrict anonymous access to Named Pipes and Shares Tony
There is a GPO you can set:
Computer Configuration\Windows Settings\Security Settings\Local Policies\Security Options\Network access: Restrict anonymous access to Named Pipes and Shares
Tony
See lessNew ASUS Laptop Freezes With Tons Of Unsaved Work?? HELP!
"Is Windows Defender really enough for antivirus protection?"If you're "smart" about threats, then yes...but it depends on who you ask:https://www.howtogeek.com/225385/wh...https://www.av-test.org/en/antiviru..."Never had such an issue with Avast on previous Win10 laptops though"The general rule (atRead more
If you’re “smart” about threats, then yes…but it depends on who you ask:
https://www.howtogeek.com/225385/wh…
https://www.av-test.org/en/antiviru…
“Never had such an issue with Avast on previous Win10 laptops though”
The general rule (at least at one time) is to leave only one anti-virus program “live”. If you still have issues, then I’d suspect you’ve got some sort of hardware-related issue going on. Again, with only 2 months on the clock, I’d be seriously considering returning it…
Personally, I run Avast on Win7 64-bit (had Win10, really, really didn’t like it — reverted back to Win7). I also occasionally get a freeze on the SSD, though it’s not enough for me to ditch Avast, since fewer and fewer are supporting Win7
“Channeling the spirit of jboy…”
message edited by T-R-A
If [[$# -Eq 0]] ; Then In Unix
$# is the number of command line arguments in a shell script. Here is a ksh example:https://computing.net/answers/un...
https://computing.net/answers/un…
Unable To Ping Default Gateway.
Is the router configured to respond to pings? Often they are not. Presumably you are trying to ping it by dotted quad rather than name; in that case it shouldn't matter whether it is the default gateway or just another device on the network. Assuming that both devices are on the same network, and yoRead more
Is the router configured to respond to pings? Often they are not. Presumably you are trying to ping it by dotted quad rather than name; in that case it shouldn’t matter whether it is the default gateway or just another device on the network.
Assuming that both devices are on the same network, and your netmask settings are correct, they should be able to talk to each other. You don’t say whether you can reach the Internet – presumably not, or else what is the problem.
Without knowing the network settings on the devices it’s difficult to give a more meaningful answer.
See lessVirus Scan Online Without Any Download
Have a look at these.Online Virus check ( free ) Run the following free, online virus scans.Using ESET's Online Scannerhttp://forums.majorgeeks.com/showth...http://www.eset.eu/online-scannerhttp://virusscan.jotti.org/http://www.virustotal.com/http://support.kaspersky.com/viruse...http://i275.photobuRead more
Online Virus check ( free )
Run the following free, online virus scans.
Using ESET’s Online Scanner
http://forums.majorgeeks.com/showth…
http://www.eset.eu/online-scanner
http://virusscan.jotti.org/
http://www.virustotal.com/
http://support.kaspersky.com/viruse…
http://i275.photobucket.com/albums/…
http://housecall.trendmicro.com/au/
http://housecall.trendmicro.com/hou…
http://housecall.antivirus.com/
http://housecall.trendmicro.com/
http://www.cybertechhelp.com/html/m…
http://www.pandasoftware.com/active…
http://www.pandasoftware.com/SpyXpo…
http://www.pandasoftware.es/actives…
http://www.bitdefender.com/
http://www.bitdefender.com/scan/lic…
http://www.bitdefender.com/scanner/…
http://www.pcpitstop.com/antivirus/…
http://security.symantec.com/sscv6/…
http://www.virustotal.com/about.html
http://www.virustotal.com/
Group2: Free online Trojan scan.
http://www.trojanscan.com/
http://www.pcflank.com/
http://www.spywareinfoforum.info/xs…
http://www.windowsecurity.com/troja…
Group3: Free online Spyware detector.
http://www.pctools.com/spyware-doctor/
http://www.pestscan.com/
http://home.ca.com/dr/v2/ec_main.en…
http://www.spywareguide.com/txt_onl…
http://www.webroot.com/services/spy…
http://download.zonelabs.com/bin/pr…
Remove Quarantined Virus In Trend Micro OfficeScan
Yes delete them. They are quarantined instead of being deleted in case any of them are "false positives" (incorrectly identified as malware) and you need to retrieve it. If you know you don't need them, delete them.
Yes delete them. They are quarantined instead of being deleted in case any of them are “false positives” (incorrectly identified as malware) and you need to retrieve it.
See lessIf you know you don’t need them, delete them.
How Do Sequential Letters Affect Password Security Strength
Your password is rated Medium.See here:http://www.microsoft.com/protect/fr...MIKEhttp://www.skeptic.com/
See here:
http://www.microsoft.com/protect/fr…
MIKE
http://www.skeptic.com/
Xcopy With Folder Rename If Exist
:: I'll leave it to you to nuke out the xcopy bit. :: :: :: ::====== script starts here =============== :: sequential backup folder numbers :: SEQ!back.bat 2014-07-16 21:17:36.77 @echo off & setLocal enableDELAYedeXpansioN for /L %%a in (1 1 1000) do ( if not exist d:\bak\mypix%%a ( set DEST=d:\Read more
:: I’ll leave it to you to nuke out the xcopy bit.
See less::
::
::
::====== script starts here ===============
:: sequential backup folder numbers
:: SEQ!back.bat 2014-07-16 21:17:36.77
@echo off & setLocal enableDELAYedeXpansioN
for /L %%a in (1 1 1000) do (
if not exist d:\bak\mypix%%a (
set DEST=d:\bak\mypix%%a
goto :done
)
)
:done
echo.DEST is !DEST!
goto :eof
::====== script ends here =================
VB Login With A Loop
Well, firstly it would help if you could explain what the program is intended to do, however im assuming you mean that when the application lauches it asks the user to enter credentials, if they credentials are incorrect after 3 failed attemnpts the applications should end. Ok here is a very importaRead more
Well, firstly it would help if you could explain what the program is intended to do, however im assuming you mean that when the application lauches it asks the user to enter credentials, if they credentials are incorrect after 3 failed attemnpts the applications should end.
Ok here is a very important question, where will the users crediantials (ie usernam and password) be stored???
i usually use an Access database to store this information, however if your application only had a hand full, maybe 10 users you could use a flat file such a as notepad and use some basic encryption to store the passwords, this is not the best solution, but with the lack of information you have provided we cannot really do much more.
Answer the above and we’ll try and help.
See lessRead A .Properties File In Batch
@echo off for /F "delims=" %%j in ('type "my.File.properties"') do set %%j set my.webShere And now... beware the environment variables the batch sets up are not persistent, i.e. they vanish at batch's end.
@echo off
for /F “delims=” %%j in (‘type “my.File.properties”‘) do set %%j
set my.webShere
And now… beware the environment variables the batch sets up are not persistent, i.e. they vanish at batch’s end.
See less