Jump to content

DosProbie

Member
  • Posts

    1,047
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Posts posted by DosProbie

  1. Yo! please big muscle dude make this compatible with Windows 8.1 PRO if you do i will donate please mate im beggin ya what did i do wrong i installed all correct rebooted nothing on my pc where i have windows 8.1 it does work but on laptop this one pro it does not so make it compatible with pro so i may use it and i shall donate Thanks in advance,

     

    Dude, post your "debug.log" file for everyone to look at for errors.

    ~DP

  2.  

    bigmuscle: I was wondering what theme you are using in the following picture (I can't seem to find it) also, that looks like start8? If it is, how do you get the blur effect? It is not working for me (I have transparency enabled in start8) Thanks!

    screen2.png

    No one has yet to answer. How the hell in this picture is Start8 using blur transparency? There are no options for it in the program. Unless this is not Start8. Also, how is the task-bar blurred.

     

    fyi, the wall is a bing paper from here => http://www.istartedsomething.com/bingimages/cache/HospitalReefs_JA-JP7432280364_1366x768.jpg

     

    ~DP

  3.  

    xXiNightXx, on 07 Oct 2014 - 10:02 AM, said:

    Windows RP for Windows 10 Technical Preview

     

    Download

     

    windows_rp__windows_10_technical_preview

    Thanks for your effort xXiNightXx, although windows 10 or maybe MS going to name 11 at release, is still underground.

     

    I have Windows Style Builder 1.5.4.6 beta and OldNewExplorer 1.1 , I'd like to know how to make this picture like in your Windows Aero theme for windows 8.1 Update 1:

    yXUCrJs.png

     

     

    You can just patch the shellbrd.dll file with resource hacker to change the logo.

    ~DP

  4. And for those wanting to update to lastest build of 9860 from build 9841..

    1.Open PC Settings of Windows 10 Technical Preview build 9841.

    2.Scroll down to Update and recovery.

    3.Click Preview builds.

    4.Click Download now.

    The download will range between 2GB and 2.74GB depending on CPU architecture and language.

    ~DP

  5. Unable to login to my account from the support page..Keep getting this same message.

     

    "Host 'sasanka.stable.cz' is blocked because of many connection errors; unblock with 'my sqladmin flush-hosts"

     

    please advise

    thanks, ~DP

    Ok, got it working now! Seems MSFN still has issues with IE 11 so I switched to Chrome and working fine now.

    ~DP

  6.  

    Role: Regular donator
    Your support value: 22.00 €

    You can totally generate 14 keys.You have already generated 10 keys (4 remaining).

     

    Oh well guess i was not important enough :(

     

    I am also having the same issue.

    Role: Regular donator

    Your support value: 23.00 €

    You can totally generate 15 keys.

    You have already generated 3 keys (12 remaining).

     

  7. You can also get the Version and Product key for W10 with the below script.

    ~DP

    '*****************************************'* Script Usage: Get Windows Product Key *'* http://www.intelliadmin.com           *'* Revision 8/15/2012                    *'*****************************************'http://www.intelliadmin.com/index.php/2012/08/get-your-windows-product-key-from-a-script/'Constants for our registry queryconst HKEY_LOCAL_MACHINE = &H80000002 sRegistryKeyName = "SOFTWARE\Microsoft\Windows NT\CurrentVersion"sRegistryValueName = "DigitalProductId"function GetProductKey	'Get the raw product key data 	dim pValues()	Set poRegistry=GetObject("winmgmts:{impersonationLevel=impersonate}!\\.\root\default:StdRegProv")	poRegistry.GetBinaryValue HKEY_LOCAL_MACHINE,sRegistryKeyName,sRegistryValueName,pValues	Dim sArrayPID	sArrayPID = Array()	'In that data, positions 52-66 contain our product id info	'We copy to an array so we can decrypt	For i = 52 to 66		'Increase our array size by one		ReDim Preserve sArrayPID( UBound(sArrayPID) + 1 )		'Insert our value into the end if the array		sArrayPID(UBound(sArrayPID)) = pValues(i)	Next	'Consants for our product key	Dim sProductKeyChars	sProductKeyChars = Array("B","C","D","F","G","H","J","K","M","P","Q","R","T","V","W","X","Y","2","3","4","6","7","8","9")	For i = 24 To 0 Step -1		k = 0		For j = 14 To 0 Step -1			k = k * 256 Xor sArrayPID(j)			sArrayPID(j) = Int(k / 24)			k = k Mod 24		Next		sProductKey = sProductKeyChars(k) & sProductKey		'Adds the - between the key sections		if i Mod 5 = 0 And i <> 0 Then sProductKey = "-" & sProductKey	Next	GetProductKey = sProductKeyend functionfunction GetOSVersion	Set SystemSet = GetObject("winmgmts:").InstancesOf ("Win32_OperatingSystem") 	for each System in SystemSet 		GetOSVersion = Trim(System.Caption) & " (" & System.Version & ")"	next end function wscript.echo GetOSVersion & ", " & GetProductKey
  8.  

    It seems that this Windows isn't Windows 10 at all. Going to the below page says that my operating system is still windows 8.

    http://helpx.adobe.com/flash-player.html

    I don't trust it. How exactly does that website detect an OS? How much you want to bet the logic is something like:

    if winver >6.3 then OS="Windows 8"
    Related:

    http://reboot.pro/topic/19716-windows-90-discussion/?p=187833

    ACTUALLY, it is this:

    if ((ua.indexOf("Windows NT 6.2") >= 0) || (ua.indexOf("Windows NT 6.3") >= 0))                return "Windows 8";
    Which is based solely on your browser's user agent, which ISN'T actually reliable since you can change it if you want. Go see what your current user agent is:

    http://whatsmyuseragent.com/

     

     

    I have the 32-bit W10 installed and when doing Winver it shows up as 6.4,

    ~DP

    W10.jpg

  9. Nice Job, one suggestion I would consider instead of doing a post install of NetFX3 everytime is just intergrate it into your image file
    which would be a lot more efficient and faster. Fyi, This is how I add it to my image file.

    @echo off@setlocal enableextensions:: Netfx35.cmd - ~DosProbie - 08.2014:: Slipstream ".NET Framework 3.5 " features to your Windows 8.1 Install.wim Image File.::=============================================================================================:: Instructions On Installing:::  1) Create a folder in the root of your systemdrive ie: "C:\ISO"::  2) Then create 2 subfolders in "C:\ISO" called "Sxs" and another subfolder called "Mount"::  3) Extract the Netfx35 sxs contents from your dvd sources sxs to "C:\ISO\Sxs"::  4) Now Copy your "Install.Wim" file and "Netfx35.cmd" also into "C:\ISO"::  5) Now run the below Netfx35.cmd script (runas administrator)::=============================================================================================:: Mount ImageDISM /Mount-Wim /WimFile:C:\ISO\install.wim /index:1 /MountDir:C:\ISO\Mount:: Enable featureDISM /Image:C:\ISO\Mount /Enable-Feature /Featurename:NetFx3 /All /Source:C:\ISO\sxs:: Unmount ImageDISM /Unmount-WIM /MountDir:C:\ISO\Mount /Commitclsecho ==================================echo === End Of NetFx35 Integration ===echo ==================================echo.pause

     

  10. Nope, 64-bit 8.1, I'm not entirely sure how to tell if I'm running 8.1.1 but my computer tells me it's 8.1. I've tried the 8.1 and the 8.1.1 DLL. I'm pretty sure it worked a couple months ago when I installed it, but now it doesn't.

    You can go to your "Programs and Features" then "View installed updates" and look for the following:

    Spring

    KB2919442 – Windows 8.1 Update prerequisite

    KB2919355 – Windows 8.1 Update

    Summer

    Windows8.1-KB2975719 August patch

    Windows8.1-KB2990532

    or just print list to your desktop with wmic

    wmic qfe list full /format:htable > hotfixes.htm

    ~DP

  11. Has anyone kept "Score" of the different issues that users are having with Aero Glass? Seems that the "Laptop-No Aero" is #1, anyway YES new users SHOULD read the Guide but that obviously is NOT Happening, Maybe Big Muscle can add to installer a Troubleshooting guide to the desktop, since new users can't seem to find the website and troubleshoot there. Or better yet just update installer to ENABLE Aero for tablets and laptop.

    ~DP

  12. xXiNightXx, on 26 Aug 2014 - 8:13 PM, said:

    I use Actual Installer  a nice cheap alternative to installsheild that gets the job done. Its a very powerful little program. It allows me to include everything needed to get the theme working minus the patch system part. Try its free trial out to see what I mean :P

     

    Thanks for the Info, will go check it out..

    ~DP

     

     

×
×
  • Create New...