PC Review


Reply
Thread Tools Rate Thread

default mystring value?

 
 
christopher.2312@hotmail.com
Guest
Posts: n/a
 
      14th Jul 2009
what's the default mystring value?
i changed it to 80000000 knowing that it will make the pc faster then i
heard that, after a while, it will make it shutdown for good!!!
can someone help me make it return to default?? (before it's too late!!)
i changed it by typing in notepad : Mystring=80000000 and saved it as ram.vbe
and thanks.
 
Reply With Quote
 
 
 
 
John John - MVP
Guest
Posts: n/a
 
      14th Jul 2009
Another one of these dumb memory "tweaks" from Windows 9x users who
think that the Windows NT memory manager needs a helping hand. All that
this thing does is grab memory then releases it when the script closes,
at best it grabs free memory pages and at worse it sends pages from
running working sets to the pagefile.

John

(E-Mail Removed) wrote:
> what's the default mystring value?
> i changed it to 80000000 knowing that it will make the pc faster then i
> heard that, after a while, it will make it shutdown for good!!!
> can someone help me make it return to default?? (before it's too late!!)
> i changed it by typing in notepad : Mystring=80000000 and saved it as ram.vbe
> and thanks.

 
Reply With Quote
 
christopher.2312@hotmail.com
Guest
Posts: n/a
 
      18th Jul 2009
so this is not dangerous?
if yes what can i do for it?

"John John - MVP" wrote:

> Another one of these dumb memory "tweaks" from Windows 9x users who
> think that the Windows NT memory manager needs a helping hand. All that
> this thing does is grab memory then releases it when the script closes,
> at best it grabs free memory pages and at worse it sends pages from
> running working sets to the pagefile.
>
> John
>
> (E-Mail Removed) wrote:
> > what's the default mystring value?
> > i changed it to 80000000 knowing that it will make the pc faster then i
> > heard that, after a while, it will make it shutdown for good!!!
> > can someone help me make it return to default?? (before it's too late!!)
> > i changed it by typing in notepad : Mystring=80000000 and saved it as ram.vbe
> > and thanks.

>

 
Reply With Quote
 
John John - MVP
Guest
Posts: n/a
 
      18th Jul 2009
Why are you wanting to use this? Can you give use the *exact* script
that you are wanting to use or can you post a link to where you got the
information? Once we know the details we will be able to give you more
comments. As it is now, without knowing all the details, this is more
of a guessing game than anything else.

John

(E-Mail Removed) wrote:
> so this is not dangerous?
> if yes what can i do for it?
>
> "John John - MVP" wrote:
>
>> Another one of these dumb memory "tweaks" from Windows 9x users who
>> think that the Windows NT memory manager needs a helping hand. All that
>> this thing does is grab memory then releases it when the script closes,
>> at best it grabs free memory pages and at worse it sends pages from
>> running working sets to the pagefile.
>>
>> John
>>
>> (E-Mail Removed) wrote:
>>> what's the default mystring value?
>>> i changed it to 80000000 knowing that it will make the pc faster then i
>>> heard that, after a while, it will make it shutdown for good!!!
>>> can someone help me make it return to default?? (before it's too late!!)
>>> i changed it by typing in notepad : Mystring=80000000 and saved it as ram.vbe
>>> and thanks.

 
Reply With Quote
 
christopher.2312@hotmail.com
Guest
Posts: n/a
 
      19th Jul 2009
i opened notepad and typed:
MyString = (80000000)
and i saved it as ram.vbe and i ran the script.
i heard that this will work for a while then it will make the pc shutdown
for good?
i want to see if it's true and if it is, what can i do to undo it?

"John John - MVP" wrote:

> Why are you wanting to use this? Can you give use the *exact* script
> that you are wanting to use or can you post a link to where you got the
> information? Once we know the details we will be able to give you more
> comments. As it is now, without knowing all the details, this is more
> of a guessing game than anything else.
>
> John
>
> (E-Mail Removed) wrote:
> > so this is not dangerous?
> > if yes what can i do for it?
> >
> > "John John - MVP" wrote:
> >
> >> Another one of these dumb memory "tweaks" from Windows 9x users who
> >> think that the Windows NT memory manager needs a helping hand. All that
> >> this thing does is grab memory then releases it when the script closes,
> >> at best it grabs free memory pages and at worse it sends pages from
> >> running working sets to the pagefile.
> >>
> >> John
> >>
> >> (E-Mail Removed) wrote:
> >>> what's the default mystring value?
> >>> i changed it to 80000000 knowing that it will make the pc faster then i
> >>> heard that, after a while, it will make it shutdown for good!!!
> >>> can someone help me make it return to default?? (before it's too late!!)
> >>> i changed it by typing in notepad : Mystring=80000000 and saved it as ram.vbe
> >>> and thanks.

>

 
Reply With Quote
 
Pegasus [MVP]
Guest
Posts: n/a
 
      19th Jul 2009
If you want to shutdown your PC with a script then you should use the native
command shutdown.exe.


"(E-Mail Removed)"
<(E-Mail Removed)> wrote in message
news:362C98C8-8C0D-4AED-B6EC-(E-Mail Removed)...
>i opened notepad and typed:
> MyString = (80000000)
> and i saved it as ram.vbe and i ran the script.
> i heard that this will work for a while then it will make the pc shutdown
> for good?
> i want to see if it's true and if it is, what can i do to undo it?
>
> "John John - MVP" wrote:
>
>> Why are you wanting to use this? Can you give use the *exact* script
>> that you are wanting to use or can you post a link to where you got the
>> information? Once we know the details we will be able to give you more
>> comments. As it is now, without knowing all the details, this is more
>> of a guessing game than anything else.
>>
>> John
>>
>> (E-Mail Removed) wrote:
>> > so this is not dangerous?
>> > if yes what can i do for it?
>> >
>> > "John John - MVP" wrote:
>> >
>> >> Another one of these dumb memory "tweaks" from Windows 9x users who
>> >> think that the Windows NT memory manager needs a helping hand. All
>> >> that
>> >> this thing does is grab memory then releases it when the script
>> >> closes,
>> >> at best it grabs free memory pages and at worse it sends pages from
>> >> running working sets to the pagefile.
>> >>
>> >> John
>> >>
>> >> (E-Mail Removed) wrote:
>> >>> what's the default mystring value?
>> >>> i changed it to 80000000 knowing that it will make the pc faster then
>> >>> i
>> >>> heard that, after a while, it will make it shutdown for good!!!
>> >>> can someone help me make it return to default?? (before it's too
>> >>> late!!)
>> >>> i changed it by typing in notepad : Mystring=80000000 and saved it as
>> >>> ram.vbe
>> >>> and thanks.

>>



 
Reply With Quote
 
John John - MVP
Guest
Posts: n/a
 
      19th Jul 2009
That script will not make the PC shutdown, as it is written I don't
think that it will do anything at all, there isn't supposed to be any
spaces before or after the = sign.

All that this VB script does is *ask* the Windows memory manager for
memory then it releases the memory when it exits. There is nothing to
undo after you run it, it changes nothing in the Windows settings, all
it does is give the illusion of more available memory. There is nothing
to undo, you can just pitch the script to the Recycle Bin and forget
about it, the script doesn't make any permanent changes to the system.

John

(E-Mail Removed) wrote:
> i opened notepad and typed:
> MyString = (80000000)
> and i saved it as ram.vbe and i ran the script.
> i heard that this will work for a while then it will make the pc shutdown
> for good?
> i want to see if it's true and if it is, what can i do to undo it?
>
> "John John - MVP" wrote:
>
>> Why are you wanting to use this? Can you give use the *exact* script
>> that you are wanting to use or can you post a link to where you got the
>> information? Once we know the details we will be able to give you more
>> comments. As it is now, without knowing all the details, this is more
>> of a guessing game than anything else.
>>
>> John
>>
>> (E-Mail Removed) wrote:
>>> so this is not dangerous?
>>> if yes what can i do for it?
>>>
>>> "John John - MVP" wrote:
>>>
>>>> Another one of these dumb memory "tweaks" from Windows 9x users who
>>>> think that the Windows NT memory manager needs a helping hand. All that
>>>> this thing does is grab memory then releases it when the script closes,
>>>> at best it grabs free memory pages and at worse it sends pages from
>>>> running working sets to the pagefile.
>>>>
>>>> John
>>>>
>>>> (E-Mail Removed) wrote:
>>>>> what's the default mystring value?
>>>>> i changed it to 80000000 knowing that it will make the pc faster then i
>>>>> heard that, after a while, it will make it shutdown for good!!!
>>>>> can someone help me make it return to default?? (before it's too late!!)
>>>>> i changed it by typing in notepad : Mystring=80000000 and saved it as ram.vbe
>>>>> and thanks.

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
strange behavior from Regex.Split & myString.IndexOf mad.scientist.jr@gmail.com Microsoft Dot NET 2 4th Apr 2008 08:06 AM
strange behavior from Regex.Split & myString.IndexOf mad.scientist.jr@gmail.com Microsoft C# .NET 2 4th Apr 2008 08:06 AM
Can I write something like: If MyString In ("Apple", "Orange", "Pear") Then... Ronald S. Cook Microsoft VB .NET 9 5th Aug 2007 08:12 PM
StrConv(MyString, vbProperCase) Function DavidW Microsoft Access Form Coding 4 25th Nov 2003 02:35 PM
XMLDocument.LoadXML(mystring) Neil Microsoft Dot NET Framework 3 13th Nov 2003 12:00 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:41 PM.