Jump to content

DosProbie

Member
  • Posts

    1,047
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Posts posted by DosProbie

  1. I like it as default that aero turns off when running on battery. That way I know I'm running on battery. Also NoelC said that bigmuscle intended it to behave the same as it did with Windows 7. Back in windows 7 times poeple never complained about Aero not running on battery

    I think if we took a straw vote with those of us on Laps and Tablets More would want Aero "Enabled" with battery than Not, also you should have the "Battery Indicator" Icon displayed in your taskbar when on battery.

    ~DP :whistle:

  2. 1. Install your apps from a batch file (postinstall.cmd) listed in your autounattend with the silent switch for each one, that way there will be no prompt.
       ie:  AdobeXL silent that I use is "%~dp0\apps\AdobeReaderXL\setup.exe" /sAll /re /OWNERSHIP_STATE=1 /msi UPDATE_MODE=0 DISABLE_CACHE=1

     

    2. For your drivers just use the built in utility PnPutil.exe to install all your drivers from the inf files.

    @echo off&color a && Title, [ MULTI PnP INF INSTALLER - ~DosProbie ]::============================================+:: Put all Pnf, Infs, Cat, Sys files etc. together in same directory!:: Run Batch From Current Directory cd %~dp0:: Scan and Echo .inf files during installfor /f "delims=" %%a in ('dir/b *.inf') do (echo == Installing PnP Drivers == "%%a":: Install Delayping -n 4 localhost 1>nul:: Windows Plug & Play Installerstart "" %~dp0pnputil -i -a %%a)clsecho. * DONE *
  3.  

    @ MaxX,  'Fix themepack not applying on Windows load at Firstlogon'

     

    How did your correct or fix that issue? Having similar problem where my theme paper is being applied but not the theme.

     

    Thanks, ~DP

     

    I use an auotit like this and call it in Firstlogoncommands

    REM        .themepack

    CMD /C start /wait %systemdrive%\Install\maxXPsoft_Wallpaper.exe

    WinWaitNotActive ("Personalization")Run(@ComSpec & " /c " &@ScriptDir&"\maxXPsoft.themepack", "", @SW_HIDE)WinWaitActive ("Personalization")Sleep (5000)send ("!{F4}")Exit

    Thanks for the info MaxX, here is the script that worked on 8 for me on my UA install, but on 8.1 it sets the custom them paper but still defaults to aero for some reason.

    //============================================================== // FILE: tHEME.js // DESCRIPTION: Automatically Sets The Specified Windows 8 Theme //============================================================== // create shell object objShell = new ActiveXObject("WScript.Shell"); // start themes applet, load desired theme, and activate this window objShell.Run("%windir%\\resources\\themes\\RP-ReMix.theme",1); // wait for themes window WScript.Sleep(2000); // send the 'enter' key to accept this theme objShell.Sendkeys("{ENTER}");objShell.close
  4. On my Unattended Installs of 8.1 I setup some of my favorite apps ie: VLC to be my default program via the registry settings, maybe you could do something similar to override the windows apps to your own applications.

     

    ~DP

  5.  

    Windowsbleu.com has reported that Microsoft has removed the August update for now because of various issies. ==>http://www.windowsbleu.com/2014/08/microsoft-has-taken-down-august-update.html

     

    ~DP :whistle:

    Yep, we touched the topic here (these are the references missing in the previous post by NoelC):

    http://www.msfn.org/board/topic/155290-windows-8-deeper-impressions/?p=1084250

     

    jaclaz

     

    Have now been following the "Deeper Impressions" thread on here but your are correct Jaclaz, Thanks for the Info.

     

    ~DP :thumbup

  6. Hi I am hoping someone can help me.

     

    I need to put the following regkey below in a regadd command and also I need to increment the clientid.

     

    HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Sanako\Shared Components\NetCommPlatform\Client]

    "ClientId"=dword:00000020 <--- this is HEX and needs to be incremented

    "ServerAddress"="5E17-CONTROL"

     

     

    For example: If the station number is 5E17-01 I need to change the client ClientId"=dword: to the hex value of 01 omitting the 5E17-

     

    is there an easy way to do this in a script?

    Yes it probably can be done but would need you to export a reg file and post here with more info as well like Yzowl said so script can be written, here is a basic reg add via commandline below.

    Also since you did not post your reg file or specify if the value type for ServerAddress was a Multi string or Reg_SZ  I included both ways..

    ~DP :whistle:

    @Echo off:: Reg Add via CommandlineReg Add "HKLM\Software\Wow6432Node\Sanako\Shared Components\NetCommPlatform\Client" /v ClientId /t reg_dword /d 0x00000020 /f >NulReg Add "HKLM\Software\Wow6432Node\Sanako\Shared Components\NetCommPlatform\Client" /v "ServerAddress" /t REG_SZ /d "5E17-CONTROL" /f >Nul:OrReg Add "HKLM\Software\Wow6432Node\Sanako\Shared Components\NetCommPlatform\Client" /v "ServerAddress" /t REG_MULTI_SZ /d "5E17-CONTROL" /f >Nul
  7. I downloaded this on my desktop and accidentally messed up a setting. Now I can't log into my computer. I'm literally having to borrow my step grandfather's laptop for the month before i am officially screwed.  I can't afford a new computer and sadly mine has no backup disc and didnt come with an os disc.  Can someone please help me figure out how to undo it.  The computer I have it on is a Gateway SX series with Windows 8.1 on it.  Ever since I made that mistake it causes my computer screen to flash on and off 3 times and then sends me straight back to the login screen.  It doesn't give me enough time to clear the setting before it is back on the login screen.  Also, my computer is set to quick start which sadly disables the root boot menu.  Can someone please help me? I really need this problem fixed.  I can't afford a new os disc and I definitely can't afford a new computer.   I seriously need to get this problem fixed and fast.

    Sincerely,

    Darkwater409

    Try the following fixes for your Gateway SX ...

    1. First get off the "quick start" feature by holding down on the function key "f1" or "f2" when starting computer to enter your bios reset back to your factory settings, save then reboot.

    2. Use the built in 8.1 feature called "Automatic Repair" by holding down the "f8" key on bootup then choose > Options > Advanced Options > Startup   Repair

       If startup repair does not work then do f8 again and choose "System Restore" and back date to when your system was running good.

     

    3. Finally if all else fails and IF you still have the hidden gateway restore partition you can do the Alt-F10 and restore back to the shipped factory settings.

    more info here => http://en.kioskea.net/forum/affich-53091-restore-to-factory-setting-with-a-gateway

    Good Luck ~DP

  8. Seems update 2 insist on putting back in the 6 folders to "This PC" that I had removed.

    Here is the .reg file to remove them.

    ~DP :whistle:

    ; Remove ALL Folders From "This PC"[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{1CF1260C-4DD0-4ebb-811F-33C572699FDE}][-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{374DE290-123F-4565-9164-39C4925E467B}][-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{3ADD1653-EB32-4cb0-BBD7-DFA0ABB5ACCA}][-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{A0953C92-50DC-43bf-BE83-3742FED03C9C}][-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{A8CDFF1C-4878-43be-B5FD-F8091C1C60D0}][-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{B4BFCC3A-DB2C-424C-B029-7FE99A87C641}][-HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{1CF1260C-4DD0-4ebb-811F-33C572699FDE}][-HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{374DE290-123F-4565-9164-39C4925E467B}][-HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{3ADD1653-EB32-4cb0-BBD7-DFA0ABB5ACCA}][-HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{A0953C92-50DC-43bf-BE83-3742FED03C9C}][-HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{A8CDFF1C-4878-43be-B5FD-F8091C1C60D0}][-HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{B4BFCC3A-DB2C-424C-B029-7FE99A87C641}]
  9. If you have any Favorite Connection tweaks to make your connection faster feel free to share..

     

    ~DP :whistle:

     

    Cannot confrim ALL 5 of the Following "Faster Connection Tweaks" (Only tried #1, 2 and 3 which fixed my slow connection) but may be worth a try.

     

    1. First culprit is to ensure you have the latest network drivers.
       then try the following if still having slow connection.

     

    2. Change hosts file (C:\Windows\System32\drivers) without # to:
       127.0.0.1       localhost
       ::1                localhost

     

    3. Turn Off "Background Intelligent Transfer Service" (wireless connection)

     net stop BITS /y >nul 2>&1 sc config BITS start= demand >nul 2>&1

    4. Reduce Unnecessary Usage of Packet Data by Windows 8 Apps
       Turn off the live tile (use internet every time you connect)
       News, Finance, Travel, Facebook apps etc.

     

    5. Adjust Network Bandwidth limit (Set QoS packet scheduler to 0%)
     Start > Run
     Type gpedit.msc in the box
     A window named Group Policy will open
     Click on Computer Configuration > Administrative Templates > Network > QoS Packet Scheduler
     A list will open on the right side. Double click on Limit Reversible Bandwidth
     Now, a box will open, tick on Enable option
     Set the Bandwidth limit (%) as 0%.(While in browsing session the browser takes 20% of the speed to avoid this set the band width as zero)
     Click on Apply followed by OK

×
×
  • Create New...