About allen2

Contact Methods
-
Website URL
http://
Profile Information
-
OS
none specified
Recent Profile Visitors
3,643 profile views
allen2's Achievements
1
Reputation
-
Of course, that could be a solution but i don't like modifying system files as this will break sfc and most likely some usefull dism commands. The annoying popup have dispeared since i disabled windows update service and some windows update tasks.
-
It seems they also though it was usefull to get sometimes that popup stating that nonsence even when not using windows update or patching. I'm planning to use dism to update even if i have to do this offline. But i'll have to find a way to disable this anoying popup.
-
OK Microsoft was more stupid than i though, in fact they locked the entire windows update service so people (including me) won't be able to manually install patchs. Dism method (https://blogs.technet.microsoft.com/askcore/2011/02/15/how-to-use-dism-to-install-a-hotfix-from-within-windows/) seems to still work.
-
Once again Microsoft is trying to force people to upgrade. And again i don't see the technical background/issue that motivated that decision. I personnly think that it's a pretty stupid idea and strategy. I don't think people will upgrade to windows 10 just because patchs don't install automatically through windows updates. I suppose patchs will still be available through windows catalog or other ways.
-
Recommended Wiping tool/method for hdd
allen2 replied to allen2's topic in Hard Drive and Removable Media
The Sdelete finished and failed to properly clean the drive and i think the reason is because that the files that i can still see/recover are outside the partition. So i dropped the format method and i'm currently using dban from a vm within windows using passthrough access to the hard drive (not to the partition/volume). It should take 7h for the same 3TB drive. Just to let you know, the dban method with a VM was successfull. -
Recommended Wiping tool/method for hdd
allen2 replied to allen2's topic in Hard Drive and Removable Media
Thanks for your answer. I suppose that the quick format before launching bitlocker encryption is the reason why it "failed" to properly erase the data but then why bitlocker is taking such a long time (took more than 6h for 3TB) ? As i wanted to use a native tool i tried what was the nearest : sysinternals sdelete and it is still running. I didn't want to reboot my computer (i don't have a test computer anymore) to wipe my drives (not the system ones) and the ATA secure erase need reboot as i understood. I was looking for a native MS tool that would do the job. Perhaps format (without /q) will be enough but it will leave the at least the MBR. Also i supposed wrongly that security improved (as bitlocker was available natively) and that MS would have provided a proper way to wipe a hard drive. Also i supposed that if such tool existed it would be faster than other not native tools except ATA secure erase. The reboot.pro thread is interesting but a litlle old and that why i had discarded it when i googled hdd wiping. But it seems nothing changed in the last 5 years. -
I'm looking for a fast (and efficient) method to wipe some hdd from within windows (8.1). I'm aware that it isn't the best option as i could use DBAN that would do a good job. I tried the windows method : - deleting partitions and mbr - recreating a partition - create a bitlocker volume and choose a full disk encryption - let windows encrypt the full disk - delete the partition - check if something is recoverable and most files were recoverable. So obviously MS bitlocker didn't do what it should have. So if someone know a reliable and fast method to do the job with preferably only windows tools, i would greatly appreciate. Of course i did a search (google and also here) and found out that there are third party tools that could do the job but i would like to avoid those.
-
France, Internet censored, Tor browser
allen2 replied to pointertovoid's topic in Websites and Boards
Most likely the moderator of lemonde.fr and related websites were tired of moderating too much. I don't think it is the right place to discuss political matter. Also most likely the french government isn't involved in any way in the moderation of the comments of lemonde.fr as it is owned by a private group. I suppose they had to reduce the number of moderators to reduce the costs as usual and perhaps they banned IP from foreign countries. -
Unless you need w3svc for web hosting, you should disable this service. Or at least filter it with the firewall.
-
Continuous Ping in Excel
allen2 replied to cgrvy's topic in Programming (C++, Delphi, VB/VBS, CMD/batch, etc.)
From what i remember, at least in the older trial versions (i didn't try it recently), the trial wasn't limited by a number of host. Another tool (the trial is said to be only limited in time): https://www.paessler.com/info/ping_utility Or the freeware: http://www.nirsoft.net/utils/multiple_ping_tool.html There are so much tools (free or not) that are already do what is needed to the OP that i don't think he wanted to learn how to script/program the functionnality. Also Jaclaz your code isn't multi threaded and for example with a lot of IP (about 40 as the OP stated) , it might ping only one every 40 seconds. Then it wouldn't be an effective monitoring. It would be very complex to do a multi-threaded batch to properly ping and report the result for a lot of IPs as in batch you can't make a child process speak to his father. -
Continuous Ping in Excel
allen2 replied to cgrvy's topic in Programming (C++, Delphi, VB/VBS, CMD/batch, etc.)
Or use an already made monitoring program created for this for example Ipswitch whatsup gold: https://www.ipswitch.com/application-and-network-monitoring/whatsup-gold -
For /f with Progress Bar
allen2 replied to StenioL's topic in Programming (C++, Delphi, VB/VBS, CMD/batch, etc.)
Beside the real challenge of having really clever progress bar (a progress bar should be based on the time needed to do the whole process but in most cases you can't predict it accurately) , i'll add that doing this kind of thing (progress bar) with autoit could be perhaps easier for a newbie. -
Winsock UDP programing for DHCP frames
allen2 replied to STZ128's topic in Programming (C++, Delphi, VB/VBS, CMD/batch, etc.)
You should look at this code project page : http://www.codeproject.com/Articles/20431/A-Small-DHCP-Server-Using-UDP-With-Asynchronous-Ca- 2 replies
-
- winsock UDP
- DHCP UDP
-
(and 1 more)
Tagged with:
-
Applocker seems to be the best defense but it isn't available for most versions of windows 7 (only enterprise or ultimate are supported: https://technet.microsoft.com/en-us/library/dd759117(v=ws.11).aspx ).
-
Usually you should avoid using those kind of software as most functions included could be easily handled by hand but some people prefer relying on this kind of software to do it in thier place (but i can't understand why as i hate not knowing exactly what a software do).