Kategorie: Windows

  • Easeus Partition Master

    Easeus Partition Master

    Diese Festplattenpartitionierungs-Software hilft Ihnen, Ihre Partitionen zu managen und Ihre Fesptlatten optimal zu nutzen. Schnelle partitionierung. Kein Datenverlust. Ein nützliches Partitionierungstool für Jedermann – Zuhause, im Büro oder als Dienstleister. Mit dem kostenlosen Programm „Easeus Partition Master“ können Sie Partitionen erstellen, löschen, vergrößern, verkleinern und verschieben. Mit der integrierten Testsoftware überprüfen Sie einzelne Partitionen auf…

  • Tune Wifi Connection

    the default in Windows for the „Preferred Band“ is not set. So Windows will search the best value. But there is a bether way. Say that the Preferred Band is 5,2GHz You must go into de Device Manager -> select the Wifi Card and change The Band

  • dump dhcp server

    netsh dhcp server IP dump > c:dhcp_server.txt

  • WSUS activation script

    WSUS activation script

    Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINESOFTWAREPoliciesMicrosoftWindowsWindowsUpdate] „WUServer“=“http://YOUR-WSUS-SERVER“ „WUStatusServer“=“http://YOUR-WSUS-SERVER“ „TargetGroupEnabled“=dword:00000001 „TargetGroup“=“IT Department“ „ElevateNonAdmins“=dword:00000000 [HKEY_LOCAL_MACHINESOFTWAREPoliciesMicrosoftWindowsWindowsUpdateAU] „NoAutoUpdate“=dword:00000000 „AUOptions“=dword:00000004 „ScheduledInstallDay“=dword:00000000 „ScheduledInstallTime“=dword:0000000a „NoAutoRebootWithLoggedOnUsers“=dword:00000001 „AutoInstallMinorUpdates“=dword:00000001 „RebootRelaunchTimeoutEnabled“=dword:00000001 „RebootRelaunchTimeout“=dword:0000003c „RescheduleWaitTimeEnabled“=dword:00000001 „RescheduleWaitTime“=dword:0000000f „DetectionFrequencyEnabled“=dword:00000001 „RebootWarningTimeoutEnabled“=dword:00000001 „RebootWarningTimeout“=dword:0000001e „UseWUServer“=dword:00000001 „NoAUShutdownOption“=dword:00000000 „NoAUAsDefaultShutdownOption“=dword:00000000 @echo off :: Echo Save the batch file as „WSUS.bat“. This batch file will do the following: Echo 1.    Stops the Automatic Update Service (wuauserv) service.…

  • AutoArchive not Working

    Key for Outlook 2007: HKEY_CURRENT_USERSoftwareMicrosoftOffice12.0OutlookPreferences Key for Outlook 2010: HKEY_CURRENT_USERSoftwareMicrosoftOffice14.0OutlookPreferences Key for Outlook 2013: HKEY_CURRENT_USERSoftwareMicrosoftOffice15.0OutlookPreferences Value name: ArchiveIgnoreLastModifiedTime Value type: REG_DWORD Value: 1 E-mail messages will now be archived based on their Received date, Calendar items based on their scheduled date and Task items based on their Completed date.

  • start ownCloud sync client twice

    start ownCloud sync client twice

    MAC: create a new folder under /Users/$USER/Library/Application Support/ownCloud_xxx create this script and modify the last 2 lines #!/bin/bash function start_oc { mkdir -p /tmp/oc_$1 TMPDIR=“/tmp/oc_$1″ export TMPDIR /Applications/owncloud.app/Contents/MacOS/owncloud –confdir „/Users/$USER/Library/Application Support/ownCloud_$1″ & } start_oc firm start_oc priv then made it a „OS X“ Application with http://sveinbjorn.org/platypus so you can put it in login items. Windows:…

  • watch / loop batch

    @echo off :loop1 ping -n 5 127.0.0.1 > NUL cls net sess goto loop1 pause

  • mount error(12): Cannot allocate memory (Linux)

    If you try to mount a Windows based network share on your linux system and you get the error mount error(12): Cannot allocate memory Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) you have found a known Windows bug 🙂 To correct this problem, you have make the following changes in registry on your…

  • Skype problem with error code 2738

    Skype problem with error code 2738

    Try now this: Go to Windows Start -> All Programs -> Accessories -> Right click on Command Prompt, select ‚Run as administrator‘. In the Command Prompt type: cd c:windowssyswow64 and press Enter. Next type this and then press Enter: regsvr32 vbscript.dll Next type this and then press Enter: regsvr32 jscript.dll Next type this and press…

  • How add a ISCSI LUN ofer the cli

    How add a ISCSI LUN ofer the cli Icon sc config msiscsi start= auto output: [SC] ChangeServiceConfig SUCCESS net start msiscsi output: Service started ore so sc localhost query msiscsi Output: state: 4 RUNNING iscsicli.exe QAddTargetPortal deiscsi01.it.hybris.com [chap-username] [chap-password]