script

  1. Windows 10 Creating your own file hashing "program"

    I personally need to generate file hashes quite a bit for verifying file integrity as well as analyzing malware samples. I really wanted to have code that I had complete control over so I wrote a short powershell script and some minor registry editing to set this up. Registry Change If you...
  2. Windows 10 Powershell to collect info for BSOD

    Here is a powershell script that collects roughly the same info for BSOD analysis. Simply run it from an elevated powershell prompt. It creates a folder on the desktop called SYSTEMREPORT and a SYSTEMREPORT.zip. It will also prompt you and enable crash dumps if you don't have them enabled...
  3. Windows 10 Powershell script to monitor device status

    Another powershell script. This one is for monitoring systems and to send alerts if a monitored system is no longer pingable. It generates a balloon notification and an email alert. It is similar to my laptop tracking script. Run the script once to configure it then add your hosts you wish...
  4. Microsoft HPC Pack Patch Check Script

    This Windows PowerShell script checks the current HPC Pack version and whether all the available updates and QFEs are installed. Link Removed
  5. Windows 7 how do i change Ip using .bat file?

    Hello, I am doing work on different network and always i have to change my ip manually, I want to change ip using .bat file ow can i do it? i Found netsh utility solution but it not works properly. please suggest me ..
  6. Windows 7 Login script not working

    I know this should probably go in the networking subforum but it's kinda deserted and I need an answer fast. I have a 2012 R2 server (alone) and a Win 7 station. My login script is very simple, it's only a few net use commands (net use :G /delete - net use :G \\Server\Folder). But right now...
  7. MS14-073 - Important: Vulnerability in Microsoft SharePoint Foundation Could Allow Elevation...

    Severity Rating: Important Revision Note: V1.0 (November 11, 2014): Bulletin published. Summary: This security update resolves a privately reported vulnerability in Microsoft SharePoint Server. An authenticated attacker who successfully exploited this vulnerability could run arbitrary script in...
  8. Windows 8 About Regedit file .reg

    Hello, I want to create a .reg file, like this: ----------------------------------- Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Console\C:_Users_Djap_Desktop_HelloOlla.exe] "FontSize"=dword:00080008 ---------------------------------------------------------------- Basically, i need...
  9. P

    Click on hyperlink

    Is there a script to click on link. I want to use it in outlook. I created a rule to search for a specific word in body of email. If outlook finds that word the script has to click on it.
  10. J

    Windows 8 Diskshadow 32 Bit Version (6.0.6002. 18005)

    I've been using the 64 bit version of Diskshadow to backup my laptops for some time now with no problems. However when I amended the scripts to backup a 32 bit tablet the 32 bit version of Diskshadow generates the following error message: diskshadow.exe - Entry Point Not Found The procedure...
  11. P

    Auto click on hyperlink

    Is there a script to auto click on hyperlink
  12. P

    Windows 8 How to show keyboard language indicator in SysTray/Taskbar?

    Occasionally I want to switch between different keyboard languages (english/german/russian). Therefore I used in the past the keyboard change indicator menu in Taskbar/Systray. However recently this indicator disappeared. How can I Windows 8 tell to re-show it again? If possible I would...
  13. Windows 7 Trademark sign inside script

    Hi! I try to make an script for some video recording using ffmpeg. I have an Microsoft webcam model LifeCam HD-3000. This camera is show in control panel like this: Microsoft® LifeCam HD-3000. When i list devices with ffmpeg a got some strange character because of registered trademark sign. I...
  14. I

    Windows 7 Windows 7 - Launch Bat after installation (SetupComplete?)

    Hello guys! I'm wondering about a script I made after the installation of my Windows 7 x64 ISO is done. The script (bat) contains this: How should I implant this script after the Win7 installation is done. Tried with SetupComplete (see spolier): Problem is, I cant use GPO either...
  15. MS13-099: Description of the security update for Windows Script 5.8: December 10, 2013

    Continue reading...
  16. Windows Server Validate certificate chain with powershell

    I'm trying to write a script which validates certificate chain in PowerShell (that all certificates in the chain are not expired) and finds the certificate which is closest to expiration. I'm using following script to find issuer certificate: Get-ChildItem -Recurse -Path Cert: | Where-Object {...
  17. D

    Windows 7 Folder permission script

    I need to create a script that deny's all privilages to a folder for all users. the program runs from a hidden directory under individual user accounts is the tricky thing. example User A: did not install the program and cannot see that the program is installed. User B: installed the program and...
  18. A

    Windows 7 Batch Files Issues

    Hi I have created two files and they don't work. One gives a menu and the other flashes :Installs Adobe Shockwave Player 12.0.3.133 application set install=\\mgtutils01\Window7apps\Testing Apps\sw_lic_full_installer\admin_install msiexec /i %install%\sw_lic_full_installer.msi /qn! EXIT /B 0...
  19. Windows 7 Script for turning lan connection on/off

    I had this wonderful script that I got from someplace (can't recall) that enabled or disabled lan connections in windows xp. I used it to turn the wireless card on/off as the card made clicking noises during recording/playback of music files. I have just performed a clean install of windows 7...
  20. Windows 8 Trying to write a script to play a sound, need help!

    Sub title "How to spend a lot of time trying to do something that Microsoft doesn't want you to, for some obscure reason". Hi Guys I'm trying to write a script to play a sound at Windows 8 startup. I want to do this by placing the .vbs script file in the Startup Folder. I read that this can...